Skip to content

Commit 8a833fe

Browse files
committed
Minor and patch version updates for WP starter
Removes packages that are duplicated in the base package.json
1 parent 012753f commit 8a833fe

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

starterkits/wp/package-wp.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,26 @@
2121
"editor-styles": "./editor-styles/dist/editor-styles.css"
2222
},
2323
"dependencies": {
24-
"@apollo/client": "^3.12.4",
25-
"@apollo/experimental-nextjs-app-support": "^0.11.7",
24+
"@apollo/client": "^3.13.7",
25+
"@apollo/experimental-nextjs-app-support": "^0.12.1",
2626
"@faustwp/blocks": "^5.0.0",
2727
"@faustwp/cli": "^3.1.1",
2828
"@faustwp/core": "^3.1.0",
2929
"@faustwp/experimental-app-router": "^0.5.0",
30-
"clsx": "^2.1.1",
3130
"graphql": "^16.10.0",
32-
"html-entities": "^2.5.2"
31+
"html-entities": "^2.6.0"
3332
},
3433
"devDependencies": {
35-
"@graphql-codegen/cli": "^5.0.3",
36-
"@graphql-codegen/client-preset": "^4.5.1",
34+
"@graphql-codegen/cli": "^5.0.5",
35+
"@graphql-codegen/client-preset": "^4.8.0",
3736
"banner-webpack-plugin": "^0.2.3",
3837
"cssnano": "^7.0.6",
3938
"cssnano-preset-lite": "^4.0.3",
4039
"dotenv": "^16.4.7",
41-
"esbuild": "^0.24.2",
42-
"glob": "^11.0.0",
40+
"esbuild": "^0.25.2",
41+
"glob": "^11.0.1",
4342
"next-secure-headers": "^2.2.0",
44-
"postcss-cli": "^11.0.0",
45-
"postcss-import": "^16.1.0",
43+
"postcss-cli": "^11.0.1",
4644
"ts-node": "^10.9.2"
4745
},
4846
"overrides": {

0 commit comments

Comments
 (0)