Skip to content

Commit

Permalink
Bump types/node
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Apr 21, 2024
1 parent 60f914e commit 6845de3
Show file tree
Hide file tree
Showing 12 changed files with 136 additions and 124 deletions.
2 changes: 1 addition & 1 deletion packages/asset-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/fontkit": "^2.0.3",
"@types/node": "^18.17.1",
"@types/node": "^20.12.7",
"@webstudio-is/jest-config": "workspace:*",
"@webstudio-is/tsconfig": "workspace:*",
"typescript": "5.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@remix-run/node": "^2.8.1",
"@remix-run/react": "^2.8.1",
"@remix-run/server-runtime": "^2.8.1",
"@types/node": "^18.17.1",
"@types/node": "^20.12.7",
"@types/prompts": "^2.4.5",
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
Expand Down
2 changes: 1 addition & 1 deletion packages/css-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@jest/globals": "^29.7.0",
"@types/css-tree": "^2.3.1",
"@types/hyphenate-style-name": "^1.0.0",
"@types/node": "^18.17.1",
"@types/node": "^20.12.7",
"@webstudio-is/jest-config": "workspace:*",
"@webstudio-is/react-sdk": "workspace:*",
"@webstudio-is/tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/error-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dts": "tsc --project tsconfig.dts.json"
},
"devDependencies": {
"@types/node": "^18.17.1",
"@types/node": "^20.12.7",
"@webstudio-is/tsconfig": "workspace:*"
},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@storybook/addon-links": "^7.4.0",
"@storybook/react": "^7.4.0",
"@svgo/jsx": "^0.4.2",
"@types/node": "^18.17.1",
"@types/node": "^20.12.7",
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
"@webstudio-is/storybook-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsx-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"sideEffects": false,
"dependencies": {
"@babel/parser": "^7.23.0",
"@babel/types": "^7.24.0",
"@babel/types": "7.24.0",
"@webstudio-is/css-data": "workspace:*",
"@webstudio-is/react-sdk": "workspace:*",
"@webstudio-is/sdk": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@prisma/client": "^5.12.1",
"@types/node": "^18.17.1",
"@types/node": "^20.12.7",
"@types/prompts": "^2.4.5",
"@webstudio-is/tsconfig": "workspace:*",
"prisma": "^5.12.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"change-case": "^5.0.2"
},
"devDependencies": {
"@types/node": "^18.17.1",
"@types/node": "^20.12.7",
"@webstudio-is/tsconfig": "workspace:^"
}
}
2 changes: 1 addition & 1 deletion packages/sdk-components-react-radix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@storybook/addon-essentials": "^7.4.0",
"@storybook/addon-links": "^7.4.0",
"@storybook/react": "^7.4.0",
"@types/node": "^18.17.1",
"@types/node": "^20.12.7",
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
"@webstudio-is/css-data": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-components-react-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"devDependencies": {
"@remix-run/react": "^2.8.1",
"@types/node": "^18.17.1",
"@types/node": "^20.12.7",
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
"@webstudio-is/generate-arg-types": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/trpc-interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/node": "^18.17.1",
"@types/node": "^20.12.7",
"@webstudio-is/jest-config": "workspace:*",
"@webstudio-is/tsconfig": "workspace:*",
"typescript": "5.4.5"
Expand Down
Loading

0 comments on commit 6845de3

Please sign in to comment.