Skip to content

Commit 5d60d6d

Browse files
chore: adding types node package to pnpm catalog (#7923)
1 parent 3cbb604 commit 5d60d6d

File tree

18 files changed

+223
-219
lines changed

18 files changed

+223
-219
lines changed

apps/admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@plane/tailwind-config": "workspace:*",
4747
"@plane/typescript-config": "workspace:*",
4848
"@types/lodash-es": "catalog:",
49-
"@types/node": "18.16.1",
49+
"@types/node": "catalog:",
5050
"@types/react": "catalog:",
5151
"@types/react-dom": "catalog:",
5252
"typescript": "catalog:"

apps/live/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@types/cors": "^2.8.17",
5656
"@types/express": "^4.17.23",
5757
"@types/express-ws": "^3.0.5",
58-
"@types/node": "^20.14.9",
58+
"@types/node": "catalog:",
5959
"@types/pino-http": "^5.8.4",
6060
"@types/uuid": "^9.0.1",
6161
"@types/ws": "^8.18.1",

apps/space/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@plane/tailwind-config": "workspace:*",
5858
"@plane/typescript-config": "workspace:*",
5959
"@types/lodash-es": "catalog:",
60-
"@types/node": "18.14.1",
60+
"@types/node": "catalog:",
6161
"@types/nprogress": "^0.2.0",
6262
"@types/react": "catalog:",
6363
"@types/react-dom": "catalog:",

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@plane/tailwind-config": "workspace:*",
7474
"@plane/typescript-config": "workspace:*",
7575
"@types/lodash-es": "catalog:",
76-
"@types/node": "18.16.1",
76+
"@types/node": "catalog:",
7777
"@types/react": "catalog:",
7878
"@types/react-color": "^3.0.6",
7979
"@types/react-dom": "catalog:",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@types/express": "4.17.23",
3535
"typescript": "catalog:",
3636
"sharp": "catalog:",
37-
"vite": "7.0.7"
37+
"vite": "catalog:"
3838
},
3939
"onlyBuiltDependencies": [
4040
"@swc/core",

packages/constants/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@plane/eslint-config": "workspace:*",
2121
"@plane/typescript-config": "workspace:*",
22-
"@types/node": "^22.5.4",
22+
"@types/node": "catalog:",
2323
"@types/react": "catalog:",
2424
"tsdown": "catalog:",
2525
"typescript": "catalog:"

packages/decorators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@plane/eslint-config": "workspace:*",
2626
"@plane/typescript-config": "workspace:*",
2727
"@types/express": "^4.17.21",
28-
"@types/node": "^20.14.9",
28+
"@types/node": "catalog:",
2929
"@types/ws": "^8.5.10",
3030
"reflect-metadata": "^0.2.2",
3131
"tsdown": "catalog:",

packages/editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@plane/eslint-config": "workspace:*",
8282
"@plane/tailwind-config": "workspace:*",
8383
"@plane/typescript-config": "workspace:*",
84-
"@types/node": "18.15.3",
84+
"@types/node": "catalog:",
8585
"@types/react": "catalog:",
8686
"@types/react-dom": "catalog:",
8787
"postcss": "^8.4.38",

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"@plane/eslint-config": "workspace:*",
3030
"@plane/typescript-config": "workspace:*",
31-
"@types/node": "^22.5.4",
31+
"@types/node": "catalog:",
3232
"@types/react": "catalog:",
3333
"tsdown": "catalog:",
3434
"typescript": "catalog:"

packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"@plane/eslint-config": "workspace:*",
3434
"@plane/typescript-config": "workspace:*",
35-
"@types/node": "^22.5.4",
35+
"@types/node": "catalog:",
3636
"@types/lodash-es": "catalog:",
3737
"@types/react": "catalog:",
3838
"tsdown": "catalog:",

0 commit comments

Comments
 (0)