Skip to content

Commit 1e933ba

Browse files
committed
chore(dependencies): update to lates 02-04-24
1 parent a39dd8c commit 1e933ba

File tree

15 files changed

+3382
-3262
lines changed

15 files changed

+3382
-3262
lines changed

clients/extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@client/extension",
33
"version": "0.0.1",
44
"dependencies": {
5-
"@storybook/react": "8.5.1",
6-
"@types/node": "22.10.9",
5+
"@storybook/react": "8.5.3",
6+
"@types/node": "22.13.1",
77
"@ui/components": "workspace:*",
88
"@ui/icons": "workspace:*",
99
"jose": "5.9.6",

clients/pocket/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@
1818
"@common/types": "workspace:*",
1919
"@config/eslint-config": "workspace:*",
2020
"@config/jest": "workspace:*",
21-
"@eslint/compat": "1.2.5",
22-
"@types/node": "^22.10.9",
21+
"@eslint/compat": "1.2.6",
22+
"@types/node": "^22.13.1",
2323
"@types/react": "^19.0.8",
2424
"@types/react-dom": "^19.0.3",
25-
"eslint": "^9.18.0",
25+
"eslint": "^9.19.0",
2626
"eslint-config-next": "15.1.6",
2727
"eslint-config-prettier": "^10.0.1",
2828
"postcss-flexbugs-fixes": "^5.0.2",
2929
"postcss-nested": "^7.0.2",
3030
"postcss-preset-env": "^10.1.3",
3131
"typescript": "^5.7.3",
32-
"typescript-eslint": "8.21.0"
32+
"typescript-eslint": "8.23.0"
3333
},
3434
"engines": {
3535
"node": "=20.16.0",

clients/scraper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@common/types": "workspace:*",
88
"@common/utilities": "workspace:*",
99
"@types/express": "5.0.0",
10-
"@types/node": "22.10.9",
10+
"@types/node": "22.13.1",
1111
"dotenv": "16.4.7",
1212
"express": "4.21.2",
1313
"nodemon": "3.1.9",

clients/web/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Pocket front end web client",
44
"version": "1.0.0",
55
"dependencies": {
6-
"@braze/web-sdk": "5.6.1",
6+
"@braze/web-sdk": "5.7.0",
77
"@common/constants": "workspace:*",
88
"@emotion/cache": "11.14.0",
99
"@emotion/css": "11.13.5",
@@ -12,7 +12,7 @@
1212
"@n8tb1t/use-scroll-position": "2.0.3",
1313
"@popperjs/core": "2.11.8",
1414
"@sentry/integrations": "7.114.0",
15-
"@sentry/nextjs": "8.51.0",
15+
"@sentry/nextjs": "8.54.0",
1616
"@snowplow/browser-plugin-button-click-tracking": "4.3.1",
1717
"@snowplow/browser-plugin-client-hints": "4.3.1",
1818
"@snowplow/browser-plugin-form-tracking": "4.3.1",
@@ -21,15 +21,15 @@
2121
"@snowplow/browser-plugin-privacy-sandbox": "4.3.1",
2222
"@snowplow/browser-plugin-timezone": "4.3.1",
2323
"@snowplow/browser-tracker": "4.3.1",
24-
"@storybook/react": "8.5.1",
24+
"@storybook/react": "8.5.3",
2525
"@types/jest": "^29.5.14",
2626
"@ui/icons": "workspace:*",
2727
"@ui/styles": "workspace:*",
2828
"body-scroll-lock": "4.0.0-beta.0",
2929
"clipboard-copy": "4.0.1",
3030
"dayjs": "1.11.13",
3131
"diff-match-patch": "1.0.5",
32-
"dompurify": "3.2.3",
32+
"dompurify": "3.2.4",
3333
"he": "1.2.0",
3434
"intersection-observer": "0.12.2",
3535
"jsonwebtoken": "9.0.2",
@@ -76,7 +76,7 @@
7676
"@testing-library/jest-dom": "6.6.3",
7777
"@testing-library/react": "16.2.0",
7878
"@testing-library/user-event": "14.6.1",
79-
"@types/node": "22.10.9",
79+
"@types/node": "22.13.1",
8080
"@types/react": "19.0.8",
8181
"@types/react-beautiful-dnd": "13.1.8",
8282
"graphql": "16.10.0",

common/localization/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "",
66
"dependencies": {
77
"@common/constants": "workspace:*",
8-
"i18next": "^24.2.1",
8+
"i18next": "^24.2.2",
99
"i18next-browser-languagedetector": "8.0.2",
1010
"i18next-resources-to-backend": "1.2.1",
1111
"react": "19.0.0",
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"@config/eslint-config": "workspace:*",
1616
"@config/typescript-config": "workspace:*",
17-
"@types/node": "^22.10.9",
17+
"@types/node": "^22.13.1",
1818
"@types/react": "19.0.8",
1919
"cli-progress": "^3.12.0",
2020
"fs-extra": "^11.3.0",

common/state/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@testing-library/user-event": "^14.6.1",
2323
"@types/eslint": "^9.6.1",
2424
"@types/jest": "^29.5.14",
25-
"@types/node": "^22.10.9",
25+
"@types/node": "^22.13.1",
2626
"@types/react": "19.0.8",
2727
"@types/react-dom": "^19.0.3",
2828
"jest": "29.7.0",

common/types/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"devDependencies": {
77
"@apollo/rover": "0.26.3",
88
"@config/typescript-config": "workspace:*",
9-
"@graphql-codegen/cli": "5.0.3",
10-
"@graphql-codegen/typescript": "4.1.2",
11-
"@graphql-codegen/typescript-resolvers": "4.4.1",
9+
"@graphql-codegen/cli": "5.0.4",
10+
"@graphql-codegen/typescript": "4.1.3",
11+
"@graphql-codegen/typescript-resolvers": "4.4.2",
1212
"graphql": "16.10.0",
1313
"next": "15.1.6",
1414
"next-i18next": "15.4.1"

config/eslint-config/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
"name": "@config/eslint-config",
33
"version": "0.0.0",
44
"devDependencies": {
5-
"@typescript-eslint/eslint-plugin": "^8.21.0",
6-
"@typescript-eslint/parser": "^8.21.0",
5+
"@typescript-eslint/eslint-plugin": "^8.23.0",
6+
"@typescript-eslint/parser": "^8.23.0",
77
"@vercel/style-guide": "^6.0.0",
8-
"eslint": "^9.18.0",
8+
"eslint": "^9.19.0",
99
"eslint-config-next": "15.1.6",
1010
"eslint-config-prettier": "^10.0.1",
11-
"eslint-config-turbo": "2.3.4",
11+
"eslint-config-turbo": "2.4.0",
1212
"eslint-plugin-i18next": "^6.1.1",
1313
"eslint-plugin-jest": "^28.11.0",
14-
"eslint-plugin-jsdoc": "^50.6.2",
14+
"eslint-plugin-jsdoc": "^50.6.3",
1515
"eslint-plugin-jsx-a11y": "^6.10.2",
1616
"eslint-plugin-only-warn": "^1.1.0",
17-
"eslint-plugin-perfectionist": "^4.7.0",
17+
"eslint-plugin-perfectionist": "^4.8.0",
1818
"eslint-plugin-unicorn": "^56.0.1",
1919
"typescript": "^5.7.3"
2020
},

config/jest-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"@emotion/react": "11.14.0",
99
"@testing-library/react": "^16.2.0",
1010
"@types/jest": "^29.5.14",
11-
"@types/node": "^22.10.9",
11+
"@types/node": "^22.13.1",
1212
"@types/react": "^19.0.8",
13-
"i18next": "^24.2.1",
13+
"i18next": "^24.2.2",
1414
"jest": "^29.7.0",
1515
"jest-environment-jsdom": "^29.7.0",
1616
"msw": "^2.7.0",

config/storybook-config/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
"author": "",
66
"dependencies": {
77
"@ui/styles": "workspace:*",
8-
"i18next": "^24.2.1",
8+
"i18next": "^24.2.2",
99
"react": "19.0.0",
1010
"react-dom": "19.0.0",
1111
"react-i18next": "^15.4.0"
1212
},
1313
"devDependencies": {
1414
"@chromatic-com/storybook": "^3.2.4",
15-
"@storybook/addon-essentials": "8.5.1",
16-
"@storybook/addon-interactions": "8.5.1",
17-
"@storybook/addon-links": "8.5.1",
18-
"@storybook/addon-onboarding": "8.5.1",
19-
"@storybook/blocks": "8.5.1",
20-
"@storybook/nextjs": "8.5.1",
21-
"@storybook/react": "8.5.1",
22-
"@storybook/test": "8.5.1",
23-
"@types/node": "22.10.9",
24-
"storybook": "8.5.1"
15+
"@storybook/addon-essentials": "8.5.3",
16+
"@storybook/addon-interactions": "8.5.3",
17+
"@storybook/addon-links": "8.5.3",
18+
"@storybook/addon-onboarding": "8.5.3",
19+
"@storybook/blocks": "8.5.3",
20+
"@storybook/nextjs": "8.5.3",
21+
"@storybook/react": "8.5.3",
22+
"@storybook/test": "8.5.3",
23+
"@types/node": "22.13.1",
24+
"storybook": "8.5.3"
2525
},
2626
"keywords": [],
2727
"license": "ISC",

infrastructure/pocket/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "1.0.0",
44
"dependencies": {
55
"@cdktf/provider-archive": "10.3.0",
6-
"@cdktf/provider-aws": "19.50.0",
6+
"@cdktf/provider-aws": "19.51.0",
77
"@cdktf/provider-local": "10.1.1",
88
"@cdktf/provider-null": "10.0.1",
9-
"@cdktf/provider-pagerduty": "13.15.1",
9+
"@cdktf/provider-pagerduty": "13.15.3",
1010
"@pocket-tools/terraform-modules": "5.19.1",
1111
"cdktf": "0.20.11",
1212
"cdktf-cli": "0.20.11",
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@config/eslint-config": "workspace:*",
18-
"@types/node": "22.10.9"
18+
"@types/node": "22.13.1"
1919
},
2020
"engines": {
2121
"node": "=20.16.0"

infrastructure/web/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "1.0.0",
44
"dependencies": {
55
"@cdktf/provider-archive": "10.3.0",
6-
"@cdktf/provider-aws": "19.50.0",
6+
"@cdktf/provider-aws": "19.51.0",
77
"@cdktf/provider-local": "10.1.1",
88
"@cdktf/provider-null": "10.0.1",
9-
"@cdktf/provider-pagerduty": "13.15.1",
9+
"@cdktf/provider-pagerduty": "13.15.3",
1010
"@pocket-tools/terraform-modules": "5.19.1",
1111
"cdktf": "0.20.11",
1212
"cdktf-cli": "0.20.11",
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@config/eslint-config": "workspace:*",
18-
"@types/node": "22.10.9"
18+
"@types/node": "22.13.1"
1919
},
2020
"engines": {
2121
"node": "=20.16.0"

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@
1010
]
1111
},
1212
"devDependencies": {
13-
"@commitlint/cli": "^19.6.1",
14-
"@commitlint/config-conventional": "^19.6.0",
13+
"@commitlint/cli": "^19.7.1",
14+
"@commitlint/config-conventional": "^19.7.1",
1515
"@config/eslint-config": "workspace:*",
1616
"@config/typescript-config": "workspace:*",
1717
"@semantic-release/changelog": "6.0.3",
1818
"@semantic-release/commit-analyzer": "13.0.1",
19-
"@semantic-release/exec": "6.0.3",
19+
"@semantic-release/exec": "7.0.3",
2020
"@semantic-release/git": "10.0.1",
2121
"@semantic-release/release-notes-generator": "14.0.3",
22-
"@turbo/gen": "2.3.4",
22+
"@turbo/gen": "2.4.0",
2323
"husky": "9.1.7",
2424
"i18next-parser": "^9.1.0",
25-
"lint-staged": "15.4.2",
25+
"lint-staged": "15.4.3",
2626
"prettier": "^3.4.2",
27-
"syncpack": "13.0.0",
28-
"turbo": "2.3.4",
27+
"syncpack": "13.0.1",
28+
"turbo": "2.4.0",
2929
"typescript": "5.7.3"
3030
},
3131
"engines": {

0 commit comments

Comments
 (0)