Skip to content

Commit

Permalink
chore: update vite/ts/rollup to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Nov 25, 2023
1 parent 189a0d1 commit 717db9d
Show file tree
Hide file tree
Showing 4 changed files with 359 additions and 583 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@types/node": "^16.0.0",
"@types/node": "^18.0.0",
"chokidar": "^3.5.0",
"enquirer": "^2.3.0",
"esbuild": "^0.19.4",
Expand All @@ -36,7 +36,7 @@
"semver": "^7.3.0",
"simple-git-hooks": "^2.8.0",
"turbo": "^1.10.14",
"typescript": "^5.2.2"
"typescript": "^5.3.0"
},
"simple-git-hooks": {
"pre-commit": "npx --no-install lint-staged"
Expand Down
12 changes: 6 additions & 6 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,23 @@
},
"devDependencies": {
"@maverick-js/cli": "0.40.12",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-node-resolve": "^15.2.0",
"@types/fs-extra": "^11.0.1",
"@types/react": "^18.0.0",
"@vitejs/plugin-react": "^4.1.0",
"@vitejs/plugin-react": "^4.2.0",
"esbuild": "^0.19.4",
"fs-extra": "^11.0.0",
"maverick.js": "0.40.12",
"media-icons": "^1.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rimraf": "^3.0.0",
"rollup": "^3.25.1",
"rollup-plugin-dts": "^5.3.0",
"rollup": "^4.0.0",
"rollup-plugin-dts": "^6.0.0",
"rollup-plugin-esbuild": "^6.1.0",
"typescript": "^5.2.2",
"typescript": "^5.3.0",
"vidstack": "workspace:*",
"vite": "^4.4.9"
"vite": "^5.0.0"
},
"contributors": [
"Rahim Alwer <[email protected]>"
Expand Down
21 changes: 10 additions & 11 deletions packages/vidstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
"devDependencies": {
"@floating-ui/dom": "^1.4.4",
"@maverick-js/cli": "0.40.12",
"@open-wc/semantic-dom-diff": "^0.19.5",
"@open-wc/testing-helpers": "^2.1.2",
"@rollup/plugin-node-resolve": "^15.1.0",
"@open-wc/semantic-dom-diff": "^0.20.0",
"@open-wc/testing-helpers": "^3.0.0",
"@rollup/plugin-node-resolve": "^15.2.0",
"@types/fscreen": "^1.0.1",
"autoprefixer": "^10.4.2",
"es-module-lexer": "^1.3.0",
"es-module-lexer": "^1.4.0",
"esbuild": "^0.19.4",
"esbuild-minify-templates": "^0.11.0",
"fscreen": "^1.2.0",
Expand All @@ -66,18 +66,17 @@
"media-icons": "^1.0.0",
"postcss": "^8.4.0",
"rimraf": "^3.0.0",
"rollup": "^3.25.1",
"rollup-plugin-dts": "^5.3.0",
"rollup": "^4.0.0",
"rollup-plugin-dts": "^6.0.0",
"rollup-plugin-esbuild": "^6.1.0",
"rollup-plugin-visualizer": "^5.9.2",
"solid-js": "^1.7.11",
"svelte": "^4.2.1",
"tailwindcss": "^3.2.0",
"tslib": "^2.5.0",
"tslib": "^2.6.0",
"type-fest": "^3.8.0",
"typescript": "^5.2.2",
"vite": "^4.2.0",
"vitest": "^0.30.0",
"typescript": "^5.3.0",
"vite": "^5.0.0",
"vitest": "^0.34.0",
"vue": "^3.3.4"
},
"contributors": [
Expand Down
Loading

0 comments on commit 717db9d

Please sign in to comment.