Skip to content

Commit d1bb09f

Browse files
committed
chore: update package.json dependencies to use catalog references for various packages
1 parent df91a80 commit d1bb09f

9 files changed

Lines changed: 206 additions & 275 deletions

File tree

template/apps/api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"socket.io": "4.8.1",
5656
"tldts": "7.0.8",
5757
"winston": "3.17.0",
58-
"zod": "3.25.63"
58+
"zod": "catalog:"
5959
},
6060
"devDependencies": {
6161
"@shelf/jest-mongodb": "4.2.0",
@@ -70,12 +70,12 @@
7070
"@types/koa__router": "12.0.4",
7171
"@types/lodash": "4.17.17",
7272
"@types/module-alias": "2.0.4",
73-
"@types/node": "22.10.10",
73+
"@types/node": "catalog:",
7474
"@types/node-schedule": "2.1.7",
7575
"eslint": "catalog:",
7676
"eslint-config": "workspace:*",
7777
"jest": "29.7.0",
78-
"lint-staged": "13.2.0",
78+
"lint-staged": "catalog:",
7979
"mongodb-memory-server": "8.12.0",
8080
"prettier": "catalog:",
8181
"prettier-config": "workspace:*",

template/apps/web/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,23 @@
3636
"mixpanel-browser": "2.53.0",
3737
"next": "15.2.4",
3838
"object-to-formdata": "4.5.1",
39-
"react": "19.0.0",
40-
"react-dom": "19.0.0",
39+
"react": "catalog:",
40+
"react-dom": "catalog:",
4141
"react-hook-form": "7.57.0",
4242
"schemas": "workspace:*",
4343
"socket.io-client": "4.7.5",
44-
"zod": "3.25.63"
44+
"zod": "catalog:"
4545
},
4646
"devDependencies": {
4747
"@tanstack/react-query-devtools": "5.50.1",
4848
"@types/lodash": "4.17.6",
4949
"@types/mixpanel-browser": "2.49.0",
50-
"@types/node": "22.10.10",
51-
"@types/react": "19.0.10",
50+
"@types/node": "catalog:",
51+
"@types/react": "catalog:",
5252
"@types/react-dom": "19.0.4",
5353
"eslint": "catalog:",
5454
"eslint-config": "workspace:*",
55-
"lint-staged": "15.2.7",
55+
"lint-staged": "15.5.2",
5656
"postcss": "8.4.47",
5757
"postcss-preset-mantine": "1.18.0",
5858
"postcss-simple-vars": "7.0.1",

template/packages/app-constants/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"precommit": "lint-staged"
1111
},
1212
"devDependencies": {
13-
"@types/node": "*",
13+
"@types/node": "catalog:",
1414
"eslint": "catalog:",
1515
"eslint-config": "workspace:*",
16-
"lint-staged": "*",
16+
"lint-staged": "catalog:",
1717
"prettier": "catalog:",
1818
"prettier-config": "workspace:*",
1919
"tsconfig": "workspace:*",

template/packages/app-types/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"dependencies": {
1313
"enums": "workspace:*",
1414
"schemas": "workspace:*",
15-
"zod": "*"
15+
"zod": "catalog:"
1616
},
1717
"devDependencies": {
18-
"@types/formidable": "2.0.5",
19-
"@types/node": "*",
18+
"@types/formidable": "catalog:",
19+
"@types/node": "catalog:",
2020
"eslint": "catalog:",
2121
"eslint-config": "workspace:*",
22-
"lint-staged": "*",
22+
"lint-staged": "catalog:",
2323
"prettier": "catalog:",
2424
"prettier-config": "workspace:*",
2525
"tsconfig": "workspace:*",

template/packages/enums/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"precommit": "lint-staged"
1111
},
1212
"devDependencies": {
13-
"@types/node": "*",
13+
"@types/node": "catalog:",
1414
"eslint": "catalog:",
1515
"eslint-config": "workspace:*",
16-
"lint-staged": "*",
16+
"lint-staged": "catalog:",
1717
"prettier": "catalog:",
1818
"prettier-config": "workspace:*",
1919
"tsconfig": "workspace:*",

template/packages/mailer/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
"dependencies": {
1818
"@react-email/components": "0.3.2",
1919
"@react-email/render": "1.1.3",
20-
"react": "*",
21-
"react-dom": "*"
20+
"react": "catalog:",
21+
"react-dom": "catalog:"
2222
},
2323
"devDependencies": {
2424
"@react-email/preview-server": "4.2.4",
25-
"@types/node": "*",
26-
"@types/react": "*",
25+
"@types/node": "catalog:",
26+
"@types/react": "catalog:",
2727
"eslint": "catalog:",
2828
"eslint-config": "workspace:*",
29-
"lint-staged": "*",
29+
"lint-staged": "catalog:",
3030
"prettier": "catalog:",
3131
"prettier-config": "workspace:*",
3232
"react-email": "4.2.4",

template/packages/schemas/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"dependencies": {
1313
"app-constants": "workspace:*",
1414
"enums": "workspace:*",
15-
"zod": "*"
15+
"zod": "catalog:"
1616
},
1717
"devDependencies": {
18-
"@types/formidable": "*",
19-
"@types/node": "*",
18+
"@types/formidable": "catalog:",
19+
"@types/node": "catalog:",
2020
"eslint": "catalog:",
2121
"eslint-config": "workspace:*",
22-
"lint-staged": "*",
22+
"lint-staged": "catalog:",
2323
"prettier": "catalog:",
2424
"prettier-config": "workspace:*",
2525
"tsconfig": "workspace:*",

0 commit comments

Comments
 (0)