Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all group across 1 directory with 27 updates #11431

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cardigan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"@storybook/nextjs": "^8.3.5",
"@storybook/react": "^8.3.5",
"@storybook/theming": "^8.3.5",
"chromatic": "^11.18.1",
"husky": "^4.3.0",
"next": "14.2.10",
"chromatic": "^11.19.0",
"husky": "^9.1.7",
"next": "15.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.6.2",
"typescript": "^5.7.2",
"webpack": "^5.76.1"
}
}
12 changes: 6 additions & 6 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@
"license": "MIT",
"dependencies": {
"@elastic/apm-rum": "^5.12.0",
"@next/bundle-analyzer": "^13.2.3",
"@next/bundle-analyzer": "^15.0.3",
"@popperjs/core": "^2.11.8",
"@prismicio/client": "^7.8.0",
"@prismicio/next": "^1.3.6",
"@prismicio/react": "^2.7.3",
"@segment/snippet": "^4.10.0",
"@segment/snippet": "^5.2.1",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "14.5.2",
"@weco/toggles": "1.0.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-styled-components": "^2.1.4",
"cookies-next": "^4.1.1",
"elastic-apm-node": "^3.51.0",
"cookies-next": "^5.0.2",
"elastic-apm-node": "^4.8.1",
"focus-trap-react": "^10.2.3",
"fontfaceobserver": "^2.0.13",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"koa-compose": "^4.1.0",
"lodash.debounce": "^4.0.8",
"next": "14.2.10",
"next": "15.0.3",
"nprogress": "^0.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -39,7 +39,7 @@
"styled-components": "^6.1.12",
"timezone-mock": "^1.3.6",
"url-template": "^2.0.8",
"uuid": "^10.0.0",
"uuid": "^11.0.3",
"webpack-bundle-analyzer": "^4.8.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions content/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"@koa/router": "^13.1.0",
"lodash.flattendeep": "^4.4.0",
"lodash.throttle": "^4.1.1",
"next": "14.2.10",
"next": "15.0.3",
"next-router-mock": "^0.9.3",
"openseadragon": "^4.0.0",
"openseadragon": "^5.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-photo-album": "^2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions identity/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"@hookform/error-message": "^2.0.1",
"@koa/router": "^13.1.0",
"@weco/common": "1.0.0",
"axios": "^0.28.0",
"dotenv": "^8.2.0",
"axios": "^1.7.8",
"dotenv": "^16.4.5",
"jsonwebtoken": "^9.0.0",
"koa": "^2.13.0",
"koa-json": "^2.0.2",
"koa-logger": "^3.2.1",
"next": "14.2.10",
"next": "15.0.3",
"next-router-mock": "^0.9.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
"@types/koa-logger": "^3.1.1",
"@types/koa__router": "^12.0.4",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^22.8.1",
"@types/node": "^22.10.1",
"@types/prompts": "^2.4.4",
"@types/react": "18.2.7",
"@types/react": "18.3.12",
"@types/react-window": "^1.8.5",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^29.5.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
Expand All @@ -80,26 +80,26 @@
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-standard": "^5.0.0",
"husky": "^4.3.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^14.0.1",
"lint-staged": "^15.2.10",
"msw": "^1.3.5",
"node-fetch": "^2.7.0",
"nodemon": "^2.0.22",
"node-fetch": "^3.3.2",
"nodemon": "^3.1.7",
"postcss": "^8.4.31",
"postcss-styled-syntax": "^0.6.4",
"prettier": "^3.3.3",
"postcss-styled-syntax": "^0.7.0",
"prettier": "^3.4.1",
"prop-types": "15.8.1",
"rimraf": "^4.4.1",
"stylelint": "^16.10.0",
"rimraf": "^6.0.1",
"stylelint": "^16.11.0",
"stylelint-config-standard": "^36.0.1",
"ts-jest": "29.2.3",
"typescript": "5.6.3",
"typescript": "5.7.2",
"whatwg-fetch": "^3.6.2"
},
"resolutions": {
"@types/react": "18.2.7"
"@types/react": "18.3.12"
},
"private": true,
"workspaces": [
Expand Down
8 changes: 4 additions & 4 deletions prismic-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"tryAllContentPages": "ts-node tryAllContentPages"
},
"dependencies": {
"@aws-sdk/client-cloudfront": "^3.40.0",
"@aws-sdk/client-s3": "^3.317.0",
"@aws-sdk/client-secrets-manager": "^3.40.0",
"@aws-sdk/client-cloudfront": "^3.699.0",
"@aws-sdk/client-s3": "^3.703.0",
"@aws-sdk/client-secrets-manager": "^3.699.0",
"@aws-sdk/client-sts": "^3.40.0",
"@types/node": "^20.2.3",
"@types/node": "^22.10.1",
"@types/yargs": "^17.0.5",
"@weco/common": "1.0.0",
"@weco/ts-aws": "^1.0.1",
Expand Down
6 changes: 3 additions & 3 deletions toggles/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"setDefaultValueFor": "tsx ./scripts/setDefaultValueFor"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.317.0",
"@aws-sdk/client-s3": "^3.703.0",
"@babel/preset-typescript": "^7.21.4",
"@types/aws-lambda": "^8.10.115",
"@types/node": "20.2.3",
"@types/node": "22.10.1",
"@types/yargs": "^17.0.5",
"@weco/ts-aws": "^1.0.1",
"jest": "^29.5.0",
"tsx": "^4.19.1"
},
"dependencies": {
"@aws-sdk/client-cloudfront": "^3.39.0",
"@aws-sdk/client-cloudfront": "^3.699.0",
"yargs": "^17.2.1"
}
}
Loading
Loading