Skip to content

Commit 6ca6751

Browse files
committed
chore: update package dependencies to use catalog references and upgrade pnpm version
1 parent ca2354c commit 6ca6751

18 files changed

Lines changed: 149 additions & 155 deletions

File tree

apps/demo/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@
1111
"dependencies": {
1212
"example": "workspace:*",
1313
"next": "^13.4.19",
14-
"react": "^18.2.0",
15-
"react-dom": "^18.2.0"
14+
"react": "catalog:",
15+
"react-dom": "catalog:"
1616
},
1717
"devDependencies": {
1818
"@types/node": "^20.5.7",
19-
"@types/react": "^18.2.21",
20-
"@types/react-dom": "^18.2.7",
19+
"@types/react": "catalog:",
20+
"@types/react-dom": "catalog:",
2121
"eslint-config-custom": "workspace:*",
22-
"tsconfig": "workspace:*",
23-
"typescript": "^5.2.2"
22+
"tsconfig": "workspace:*"
2423
}
2524
}

apps/dev/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@
1111
"dependencies": {
1212
"example": "workspace:*",
1313
"next": "^13.4.19",
14-
"react": "^18.2.0",
15-
"react-dom": "^18.2.0"
14+
"react": "catalog:",
15+
"react-dom": "catalog:"
1616
},
1717
"devDependencies": {
1818
"@types/node": "^20.5.7",
19-
"@types/react": "^18.2.21",
20-
"@types/react-dom": "^18.2.7",
19+
"@types/react": "catalog:",
20+
"@types/react-dom": "catalog:",
2121
"eslint-config-custom": "workspace:*",
22-
"tsconfig": "workspace:*",
23-
"typescript": "^5.2.2"
22+
"tsconfig": "workspace:*"
2423
}
2524
}

apps/storybook/package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"upgrade": "npx storybook@latest upgrade"
1111
},
1212
"dependencies": {
13-
"react": "^18.2.0",
14-
"react-dom": "^18.2.0"
13+
"react": "catalog:",
14+
"react-dom": "catalog:"
1515
},
1616
"devDependencies": {
1717
"@storybook/addon-essentials": "^7.3.2",
@@ -22,18 +22,16 @@
2222
"@storybook/react": "^7.3.2",
2323
"@storybook/react-vite": "^7.3.2",
2424
"@storybook/testing-library": "^0.2.0",
25-
"@types/react": "^18.2.21",
26-
"@types/react-dom": "^18.2.7",
25+
"@types/react": "catalog:",
26+
"@types/react-dom": "catalog:",
2727
"@typescript-eslint/eslint-plugin": "^6.5.0",
2828
"@typescript-eslint/parser": "^6.5.0",
2929
"@vitejs/plugin-react": "^4.0.4",
30-
"eslint": "^8.48.0",
3130
"eslint-plugin-react-hooks": "^4.6.0",
3231
"eslint-plugin-react-refresh": "^0.4.3",
3332
"eslint-plugin-storybook": "^0.6.13",
3433
"prop-types": "^15.8.1",
3534
"storybook": "^7.3.2",
36-
"typescript": "^5.2.2",
3735
"vite": "^4.4.9"
3836
}
3937
}

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fw-processing",
33
"version": "0.2.4",
4-
"packageManager": "pnpm@7.15.0",
4+
"packageManager": "pnpm@10.0.0",
55
"private": true,
66
"scripts": {
77
"build": "turbo run build",
@@ -13,10 +13,15 @@
1313
"format": "prettier --write \"**/*.{ts,tsx,md}\""
1414
},
1515
"devDependencies": {
16-
"eslint": "^8.48.0",
16+
"@types/jest": "catalog:",
17+
"@types/minimatch": "^6.0.0",
18+
"eslint": "catalog:",
1719
"eslint-config-custom": "workspace:*",
20+
"jest": "catalog:",
1821
"prettier": "^3.0.2",
22+
"ts-jest": "catalog:",
1923
"tsup": "7.2.0",
20-
"turbo": "1.10.13"
24+
"turbo": "1.10.13",
25+
"typescript": "catalog:"
2126
}
2227
}

packages/edit-form/package.json

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,23 @@
99
"generate:component": "turbo gen react-component"
1010
},
1111
"devDependencies": {
12-
"eslint": "^8.48.0",
1312
"eslint-config-custom": "workspace:*",
14-
"tsconfig": "workspace:*",
15-
"typescript": "^5.2.2"
13+
"tsconfig": "workspace:*"
1614
},
1715
"dependencies": {
18-
"@emotion/react": "^11.11.1",
19-
"@emotion/styled": "^11.11.0",
16+
"@emotion/react": "catalog:",
17+
"@emotion/styled": "catalog:",
2018
"@formswizard/designer-basic-renderer": "^0.0.2",
21-
"@jsonforms/core": "^3.1.0",
22-
"@jsonforms/material-renderers": "^3.1.0",
23-
"@jsonforms/react": "^3.1.0",
24-
"@mui/icons-material": "^5.14.6",
25-
"@mui/material": "^5.14.6",
19+
"@jsonforms/core": "catalog:",
20+
"@jsonforms/material-renderers": "~3.1.0",
21+
"@jsonforms/react": "~3.1.0",
22+
"@mui/icons-material": "catalog:",
23+
"@mui/material": "catalog:",
2624
"@mui/x-date-pickers": "^6.12.0",
27-
"@types/react": "^18.2.21",
28-
"@types/react-dom": "^18.2.7",
25+
"@types/react": "catalog:",
26+
"@types/react-dom": "catalog:",
2927
"project-state": "workspace:*",
30-
"react": "^18.2.0",
28+
"react": "catalog:",
3129
"state": "workspace:*"
3230
}
3331
}

packages/edit-table/package.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,18 @@
1212
"generate:component": "turbo gen react-component"
1313
},
1414
"devDependencies": {
15-
"@types/lodash": "^4.14.197",
16-
"eslint": "^8.48.0",
15+
"@types/lodash": "catalog:",
1716
"eslint-config-custom": "workspace:*",
18-
"tsconfig": "workspace:*",
19-
"typescript": "^5.2.2"
17+
"tsconfig": "workspace:*"
2018
},
2119
"dependencies": {
22-
"@emotion/react": "^11.11.1",
23-
"@emotion/styled": "^11.11.0",
24-
"@jsonforms/core": "^3.1.0",
25-
"@mui/icons-material": "^5.14.6",
26-
"@mui/material": "^5.14.6",
20+
"@emotion/react": "catalog:",
21+
"@emotion/styled": "catalog:",
22+
"@jsonforms/core": "catalog:",
23+
"@mui/icons-material": "catalog:",
24+
"@mui/material": "catalog:",
2725
"@mui/x-date-pickers": "^6.12.0",
28-
"@types/react": "^18.2.21",
26+
"@types/react": "catalog:",
2927
"material-react-table": "^1.14.0",
3028
"project-state": "workspace:*",
3129
"state": "workspace:*"

packages/edit-timeline/package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@
99
"generate:component": "turbo gen react-component"
1010
},
1111
"devDependencies": {
12-
"@types/lodash": "^4.14.197",
13-
"eslint": "^8.48.0",
12+
"@types/lodash": "catalog:",
1413
"eslint-config-custom": "workspace:*",
15-
"tsconfig": "workspace:*",
16-
"typescript": "^5.2.2"
14+
"tsconfig": "workspace:*"
1715
},
1816
"dependencies": {
19-
"@jsonforms/core": "^3.1.0",
20-
"@types/react": "^18.2.21",
21-
"lodash": "^4.17.21",
17+
"@jsonforms/core": "catalog:",
18+
"@types/react": "catalog:",
19+
"lodash": "catalog:",
2220
"moment": "^2.29.4",
2321
"project-state": "workspace:*",
2422
"state": "workspace:*",

packages/example/package.json

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,28 @@
99
"generate:component": "turbo gen react-component"
1010
},
1111
"dependencies": {
12-
"@emotion/react": "^11.11.1",
13-
"@emotion/styled": "^11.11.0",
14-
"@mui/base": "5.0.0-beta.12",
15-
"@mui/icons-material": "^5.14.6",
16-
"@mui/material": "^5.14.6",
17-
"@types/react": "^18.2.21",
12+
"@emotion/react": "catalog:",
13+
"@emotion/styled": "catalog:",
14+
"@mui/base": "catalog:",
15+
"@mui/icons-material": "catalog:",
16+
"@mui/material": "catalog:",
17+
"@types/react": "catalog:",
1818
"edit-form": "workspace:*",
1919
"edit-table": "workspace:*",
2020
"edit-timeline": "workspace:*",
2121
"@formswizard/config": "^0.2.1",
2222
"import": "workspace:*",
2323
"layout": "workspace:*",
24-
"react": "^18.2.0",
25-
"react-redux": "^8.1.2",
24+
"react": "catalog:",
25+
"react-redux": "catalog:",
2626
"secured-react-redux-yjs": "workspace:*",
2727
"security-state": "workspace:*",
2828
"state": "workspace:*",
2929
"project-state": "workspace:*",
3030
"style": "workspace:*"
3131
},
3232
"devDependencies": {
33-
"eslint": "^8.48.0",
3433
"eslint-config-custom": "workspace:*",
35-
"tsconfig": "workspace:*",
36-
"typescript": "^5.2.2"
34+
"tsconfig": "workspace:*"
3735
}
3836
}

packages/import/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,15 @@
88
"dev": "#npm run build -- --watch"
99
},
1010
"peerDependencies": {
11-
"react": "^18.2.0"
11+
"react": "catalog:"
1212
},
1313
"devDependencies": {
14-
"eslint": "^8.48.0",
1514
"eslint-config-custom": "workspace:*",
16-
"tsconfig": "workspace:*",
17-
"typescript": "^5.2.2"
15+
"tsconfig": "workspace:*"
1816
},
1917
"dependencies": {
2018
"@formswizard/api": "^0.2.4",
21-
"@types/react": "^18.2.21",
19+
"@types/react": "catalog:",
2220
"pgp-provider": "workspace:*",
2321
"project-state": "workspace:*",
2422
"state": "workspace:*"

packages/layout/package.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,20 @@
99
"lint": "eslint \"**/*.ts*\""
1010
},
1111
"dependencies": {
12-
"@emotion/react": "^11.11.1",
13-
"@emotion/styled": "^11.11.0",
14-
"@mui/base": "5.0.0-beta.12",
15-
"@mui/icons-material": "^5.14.6",
16-
"@mui/material": "^5.14.6",
17-
"@types/react": "^18.2.21",
18-
"react": "^18.2.0",
12+
"@emotion/react": "catalog:",
13+
"@emotion/styled": "catalog:",
14+
"@mui/base": "catalog:",
15+
"@mui/icons-material": "catalog:",
16+
"@mui/material": "catalog:",
17+
"@types/react": "catalog:",
18+
"react": "catalog:",
1919
"secured-react-redux-yjs": "workspace:*",
2020
"security-state": "workspace:*",
2121
"state": "workspace:*",
2222
"style": "workspace:*"
2323
},
2424
"devDependencies": {
25-
"eslint": "^8.48.0",
2625
"eslint-config-custom": "workspace:*",
27-
"tsconfig": "workspace:*",
28-
"typescript": "^5.2.2"
26+
"tsconfig": "workspace:*"
2927
}
3028
}

0 commit comments

Comments
 (0)