Skip to content

Commit 42ae9f9

Browse files
deps: update packages to latest minor, request @apollo/client ^3.14.0
done: - `ncu -i --target=minor` and upgraded all, to upgrade package.json - remove `@types/dompurify` as unnecessary, dompurify provides its own type definitions - `yarn upgrade` to upgrade `yarn.lock` contents - changed peer dependency for `@apollo/client` to `^3.14.0` refs HCRC-156
1 parent 7474be3 commit 42ae9f9

3 files changed

Lines changed: 1137 additions & 1463 deletions

File tree

package.json

Lines changed: 51 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"homepage": "https://github.com/City-of-Helsinki/react-helsinki-headless-cms#readme",
5252
"peerDependencies": {
53-
"@apollo/client": "^3.11.10",
53+
"@apollo/client": "^3.14.0",
5454
"hds-react": ">=4.8.1",
5555
"react": "^18",
5656
"react-dom": "^18"
@@ -61,58 +61,57 @@
6161
}
6262
},
6363
"devDependencies": {
64-
"@apollo/client": "^3.11.10",
65-
"@babel/core": "^7.26.0",
66-
"@babel/plugin-transform-runtime": "^7.25.9",
67-
"@babel/preset-env": "^7.26.0",
68-
"@babel/preset-react": "^7.25.9",
69-
"@babel/preset-typescript": "^7.26.0",
70-
"@chromatic-com/storybook": "^4.1.2",
64+
"@apollo/client": "^3.14.0",
65+
"@babel/core": "^7.28.5",
66+
"@babel/plugin-transform-runtime": "^7.28.5",
67+
"@babel/preset-env": "^7.28.5",
68+
"@babel/preset-react": "^7.28.5",
69+
"@babel/preset-typescript": "^7.28.5",
70+
"@chromatic-com/storybook": "^4.1.3",
7171
"@commitlint/cli": "^20.2.0",
7272
"@commitlint/config-conventional": "^20.2.0",
73-
"@graphql-codegen/cli": "^5.0.3",
74-
"@graphql-codegen/typescript": "^4.1.1",
75-
"@graphql-codegen/typescript-operations": "^4.3.1",
76-
"@graphql-codegen/typescript-react-apollo": "^4.3.2",
77-
"@rollup/plugin-babel": "^6.0.4",
78-
"@rollup/plugin-commonjs": "^28.0.1",
73+
"@graphql-codegen/cli": "^5.0.7",
74+
"@graphql-codegen/typescript": "^4.1.6",
75+
"@graphql-codegen/typescript-operations": "^4.6.1",
76+
"@graphql-codegen/typescript-react-apollo": "^4.3.3",
77+
"@rollup/plugin-babel": "^6.1.0",
78+
"@rollup/plugin-commonjs": "^28.0.9",
7979
"@rollup/plugin-json": "^6.1.0",
80-
"@rollup/plugin-node-resolve": "^15.3.0",
81-
"@storybook/addon-a11y": "^10.0.4",
82-
"@storybook/addon-docs": "^10.0.4",
83-
"@storybook/addon-links": "^10.0.4",
80+
"@rollup/plugin-node-resolve": "^15.3.1",
81+
"@storybook/addon-a11y": "^10.1.6",
82+
"@storybook/addon-docs": "^10.1.6",
83+
"@storybook/addon-links": "^10.1.6",
8484
"@storybook/addon-webpack5-compiler-babel": "^3.0.6",
8585
"@storybook/preset-scss": "^1.0.3",
86-
"@storybook/react-webpack5": "^10.0.4",
87-
"@storybook/test-runner": "^0.24.1",
86+
"@storybook/react-webpack5": "^10.1.6",
87+
"@storybook/test-runner": "^0.24.2",
8888
"@testing-library/dom": "^10.4.1",
89-
"@testing-library/jest-dom": "^6.6.3",
90-
"@testing-library/react": "^16.0.1",
91-
"@testing-library/user-event": "^14.5.2",
92-
"@types/dompurify": "^3.0.5",
89+
"@testing-library/jest-dom": "^6.9.1",
90+
"@testing-library/react": "^16.3.0",
91+
"@testing-library/user-event": "^14.6.1",
9392
"@types/jest": "^29.5.14",
9493
"@types/jest-axe": "^3.5.9",
9594
"@types/lodash-es": "^4.17.12",
96-
"@types/react": "^18.3.12",
97-
"@types/react-dom": "18.3.1",
98-
"@typescript-eslint/eslint-plugin": "^8.14.0",
99-
"@typescript-eslint/parser": "^8.14.0",
100-
"axe-playwright": "^2.0.3",
95+
"@types/react": "^18.3.27",
96+
"@types/react-dom": "18.3.7",
97+
"@typescript-eslint/eslint-plugin": "^8.49.0",
98+
"@typescript-eslint/parser": "^8.49.0",
99+
"axe-playwright": "^2.2.2",
101100
"babel-jest": "^30.2.0",
102101
"babel-loader": "^9.2.1",
103102
"cross-env": "^7.0.3",
104103
"crypto-browserify": "^3.12.1",
105-
"css-loader": "^6.7.1",
106-
"edit-json-file": "^1.8.0",
107-
"eslint": "^8.0.0",
104+
"css-loader": "^6.11.0",
105+
"edit-json-file": "^1.8.1",
106+
"eslint": "^8.57.1",
108107
"eslint-config-airbnb": "^19.0.4",
109-
"eslint-config-prettier": "^9.1.0",
110-
"eslint-plugin-import": "^2.31.0",
108+
"eslint-config-prettier": "^9.1.2",
109+
"eslint-plugin-import": "^2.32.0",
111110
"eslint-plugin-jsx-a11y": "^6.10.2",
112-
"eslint-plugin-react": "^7.37.2",
113-
"eslint-plugin-react-hooks": "^5.0.0",
111+
"eslint-plugin-react": "^7.37.5",
112+
"eslint-plugin-react-hooks": "^5.2.0",
114113
"git-rev-sync": "^3.0.2",
115-
"graphql": "^16.9.0",
114+
"graphql": "^16.12.0",
116115
"hds-react": "4.8.1",
117116
"husky": "^9.1.7",
118117
"identity-obj-proxy": "^3.0.0",
@@ -121,40 +120,40 @@
121120
"jest-fetch-mock": "^3.0.3",
122121
"lint-staged": "^16.2.7",
123122
"msw-storybook-addon": "^2.0.6",
124-
"postcss": "^8.4.49",
123+
"postcss": "^8.5.6",
125124
"postcss-scss": "^4.0.9",
126-
"prettier": "3.3.3",
125+
"prettier": "3.7.4",
127126
"react": "^18.3.1",
128127
"react-dom": "^18.3.1",
129128
"react-helmet-async": "^2.0.5",
130-
"rollup": "^4.26.0",
129+
"rollup": "^4.53.3",
131130
"rollup-plugin-copy": "^3.5.0",
132-
"rollup-plugin-delete": "^2.1.0",
133-
"rollup-plugin-dts": "^6.1.1",
131+
"rollup-plugin-delete": "^2.2.0",
132+
"rollup-plugin-dts": "^6.3.0",
134133
"rollup-plugin-includepaths": "^0.2.4",
135134
"rollup-plugin-polyfill-node": "^0.13.0",
136135
"rollup-plugin-postcss": "^4.0.2",
137136
"rollup-plugin-typescript2": "^0.36.0",
138-
"sass": "^1.66.0",
139-
"sass-loader": "^13.3.2",
140-
"storybook": "^10.0.4",
137+
"sass": "^1.95.1",
138+
"sass-loader": "^13.3.3",
139+
"storybook": "^10.1.6",
141140
"style-loader": "^4.0.0",
142141
"tslib": "^2.8.1",
143-
"typescript": "^5.6.3",
144-
"webpack": "^5.96.1"
142+
"typescript": "^5.9.3",
143+
"webpack": "^5.103.0"
145144
},
146145
"dependencies": {
147146
"classnames": "^2.5.1",
148147
"date-fns": "^4.1.0",
149148
"doctoc": "^2.2.1",
150149
"hds-design-tokens": "^4.8.1",
151-
"html-entities": "^2.5.2",
152-
"html-react-parser": "^4.2.9",
153-
"isomorphic-dompurify": "^2.31.0",
150+
"html-entities": "^2.6.0",
151+
"html-react-parser": "^4.2.10",
152+
"isomorphic-dompurify": "^2.34.0",
154153
"jest-environment-jsdom": "^30.2.0",
155-
"jest-fixed-jsdom": "^0.0.10",
154+
"jest-fixed-jsdom": "^0.0.11",
156155
"lodash-es": "^4.17.21",
157-
"msw": "^2.11.6"
156+
"msw": "^2.12.4"
158157
},
159158
"msw": {
160159
"workerDirectory": "public"

0 commit comments

Comments
 (0)