Skip to content

Commit

Permalink
build: upgrade devtools
Browse files Browse the repository at this point in the history
- storybook
- eslint
- esbuild
- tsx
- vite
  • Loading branch information
TrySound committed Oct 6, 2024
1 parent 07eaefa commit bab6dc6
Show file tree
Hide file tree
Showing 14 changed files with 971 additions and 463 deletions.
4 changes: 2 additions & 2 deletions apps/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"nanoevents": "^8.0.0",
"nanoid": "^5.0.1",
"nanostores": "^0.9.3",
"picocolors": "^1.0.1",
"picocolors": "^1.1.0",
"pretty-bytes": "^6.1.1",
"prismjs": "^1.29.0",
"react": "18.3.0-canary-14898b6a9-20240318",
Expand Down Expand Up @@ -138,7 +138,7 @@
"react-test-renderer": "18.3.0-canary-14898b6a9-20240318",
"type-fest": "^4.24.0",
"typescript": "5.5.2",
"vite": "^5.4.0"
"vite": "^5.4.8"
},
"sideEffects": false,
"license": "AGPL-3.0-or-later"
Expand Down
4 changes: 2 additions & 2 deletions fixtures/ssg-netlify-by-project-id/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"devDependencies": {
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"prettier": "3.3.3",
"typescript": "5.5.2",
"vite": "^5.4.0",
"vite": "^5.4.8",
"webstudio": "workspace:*"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions fixtures/ssg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"devDependencies": {
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"prettier": "3.3.3",
"typescript": "5.5.2",
"vite": "^5.4.0",
"vite": "^5.4.8",
"webstudio": "workspace:*"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/webstudio-cloudflare-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
"typescript": "5.5.2",
"vite": "^5.4.0",
"vite": "^5.4.8",
"wrangler": "^3.63.2"
}
}
2 changes: 1 addition & 1 deletion fixtures/webstudio-custom-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
"typescript": "5.5.2",
"vite": "^5.4.0",
"vite": "^5.4.8",
"webstudio": "workspace:*"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
"typescript": "5.5.2",
"vite": "^5.4.0",
"vite": "^5.4.8",
"webstudio": "workspace:*"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/webstudio-remix-netlify-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
"typescript": "5.5.2",
"vite": "^5.4.0",
"vite": "^5.4.8",
"webstudio": "workspace:*"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/webstudio-remix-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
"typescript": "5.5.2",
"vite": "^5.4.0",
"vite": "^5.4.8",
"webstudio": "workspace:*"
},
"engines": {
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,36 +24,36 @@
"pre-commit": "./node_modules/.bin/nano-staged"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.8.0",
"@eslint/compat": "^1.2.0",
"@eslint/js": "^9.12.0",
"@fontsource-variable/inter": "^5.0.20",
"@fontsource-variable/manrope": "^5.0.20",
"@fontsource/roboto-mono": "^5.0.18",
"@radix-ui/react-tooltip": "^1.1.2",
"@storybook/addon-actions": "^8.3.2",
"@storybook/addon-backgrounds": "^8.3.2",
"@storybook/addon-controls": "^8.3.2",
"@storybook/react": "^8.3.2",
"@storybook/react-vite": "^8.3.2",
"@storybook/addon-actions": "^8.3.5",
"@storybook/addon-backgrounds": "^8.3.5",
"@storybook/addon-controls": "^8.3.5",
"@storybook/react": "^8.3.5",
"@storybook/react-vite": "^8.3.5",
"@types/css-tree": "^2.3.1",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.6.1",
"@types/react": "^18.2.70",
"esbuild": "^0.23.0",
"eslint": "^9.8.0",
"esbuild": "^0.24.0",
"eslint": "^9.12.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-unicorn": "^56.0.0",
"jest": "^29.7.0",
"nano-staged": "^0.8.0",
"prettier": "3.3.3",
"react": "18.3.0-canary-14898b6a9-20240318",
"react-dom": "18.3.0-canary-14898b6a9-20240318",
"simple-git-hooks": "^2.11.1",
"storybook": "^8.3.2",
"tsx": "^4.17.0",
"storybook": "^8.3.5",
"tsx": "^4.19.1",
"typescript": "5.5.2",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.0"
"typescript-eslint": "^8.8.0",
"vite": "^5.4.8"
},
"engines": {
"node": "20",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"execa": "^7.2.0",
"p-limit": "^4.0.0",
"parse5": "7.1.2",
"picocolors": "^1.0.1",
"picocolors": "^1.1.0",
"strip-indent": "^4.0.0",
"yargs": "^17.7.2",
"zod": "^3.22.4"
Expand All @@ -64,15 +64,15 @@
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
"@types/yargs": "^17.0.32",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"@webstudio-is/jest-config": "workspace:*",
"@webstudio-is/tsconfig": "workspace:*",
"react": "18.3.0-canary-14898b6a9-20240318",
"react-dom": "18.3.0-canary-14898b6a9-20240318",
"ts-expect": "^1.3.0",
"typescript": "5.5.2",
"vike": "^0.4.182",
"vite": "^5.4.0",
"vite": "^5.4.8",
"wrangler": "^3.63.2"
}
}
2 changes: 1 addition & 1 deletion packages/cli/templates/defaults/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
"typescript": "5.5.2",
"vite": "^5.4.0"
"vite": "^5.4.8"
},
"engines": {
"node": ">=20.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/templates/ssg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"devDependencies": {
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"typescript": "5.5.2",
"vite": "^5.4.0"
"vite": "^5.4.8"
},
"engines": {
"node": ">=20.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"license": "AGPL-3.0-or-later",
"dependencies": {
"@jest/types": "^29.6.3",
"esbuild": "^0.23.0"
"esbuild": "^0.24.0"
}
}
Loading

0 comments on commit bab6dc6

Please sign in to comment.