Skip to content

Commit 8dae44c

Browse files
committed
chore(updates): latest safe
1 parent 1774f97 commit 8dae44c

File tree

11 files changed

+719
-549
lines changed

11 files changed

+719
-549
lines changed

clients/pocket/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"@types/node": "^22.10.2",
2323
"@types/react": "^19.0.1",
2424
"@types/react-dom": "^19.0.2",
25-
"eslint": "^9.16.0",
25+
"eslint": "^9.17.0",
2626
"eslint-config-next": "15.1.0",
2727
"eslint-config-prettier": "^9.1.0",
2828
"postcss-flexbugs-fixes": "^5.0.2",
2929
"postcss-nested": "^7.0.2",
3030
"postcss-preset-env": "^10.1.2",
3131
"typescript": "^5.7.2",
32-
"typescript-eslint": "8.18.0"
32+
"typescript-eslint": "8.18.1"
3333
},
3434
"engines": {
3535
"node": "=20.16.0",

clients/web/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -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.45.0",
15+
"@sentry/nextjs": "8.45.1",
1616
"@snowplow/browser-plugin-button-click-tracking": "4.1.0",
1717
"@snowplow/browser-plugin-client-hints": "4.1.0",
1818
"@snowplow/browser-plugin-form-tracking": "4.1.0",
@@ -33,7 +33,7 @@
3333
"he": "1.2.0",
3434
"intersection-observer": "0.12.2",
3535
"jsonwebtoken": "9.0.2",
36-
"marked": "15.0.3",
36+
"marked": "15.0.4",
3737
"match-sorter": "8.0.0",
3838
"mousetrap": "1.6.5",
3939
"next": "15.1.0",
@@ -48,7 +48,7 @@
4848
"react-beautiful-dnd": "13.1.1",
4949
"react-dom": "19.0.0",
5050
"react-google-recaptcha": "3.1.0",
51-
"react-intersection-observer": "9.13.1",
51+
"react-intersection-observer": "9.14.0",
5252
"react-joyride": "2.9.3",
5353
"react-markdown": "9.0.1",
5454
"react-modal": "3.16.1",
@@ -79,7 +79,7 @@
7979
"@types/node": "22.10.2",
8080
"@types/react": "19.0.1",
8181
"@types/react-beautiful-dnd": "13.1.8",
82-
"graphql": "16.9.0",
82+
"graphql": "16.10.0",
8383
"jest": "29.7.0",
8484
"jest-environment-jsdom": "29.7.0",
8585
"jest-junit": "16.0.0",

common/localization/src/utilities.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { DEFAULT_LOCALE, DEFAULT_NS } from './constants'
21
import { SUPPORTED_LOCALES } from '@common/constants'
2+
import { DEFAULT_LOCALE, DEFAULT_NS } from './constants'
33

44
const allNamespaces = [
55
// You must list out all the namespaces here so that the translation engine loads them all

common/state/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/react": "19.0.1",
2727
"@types/react-dom": "^19.0.2",
2828
"jest": "29.7.0",
29-
"msw": "^2.6.8",
29+
"msw": "^2.6.9",
3030
"ts-node": "^10.9.2",
3131
"typescript": "5.7.2"
3232
},

common/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@graphql-codegen/cli": "5.0.3",
1010
"@graphql-codegen/typescript": "4.1.2",
1111
"@graphql-codegen/typescript-resolvers": "4.4.1",
12-
"graphql": "16.9.0",
12+
"graphql": "16.10.0",
1313
"next": "15.1.0",
1414
"next-i18next": "15.4.0"
1515
},

config/eslint-config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@config/eslint-config",
33
"version": "0.0.0",
44
"devDependencies": {
5-
"@typescript-eslint/eslint-plugin": "^8.18.0",
6-
"@typescript-eslint/parser": "^8.18.0",
5+
"@typescript-eslint/eslint-plugin": "^8.18.1",
6+
"@typescript-eslint/parser": "^8.18.1",
77
"@vercel/style-guide": "^6.0.0",
8-
"eslint": "^9.16.0",
8+
"eslint": "^9.17.0",
99
"eslint-config-next": "15.1.0",
1010
"eslint-config-prettier": "^9.1.0",
1111
"eslint-config-turbo": "2.3.3",

config/jest-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"i18next": "^24.1.0",
1414
"jest": "^29.7.0",
1515
"jest-environment-jsdom": "^29.7.0",
16-
"msw": "^2.6.8",
16+
"msw": "^2.6.9",
1717
"next": "^15.1.0",
1818
"react": "^19.0.0",
1919
"react-i18next": "^15.2.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
]
1111
},
1212
"devDependencies": {
13-
"@commitlint/cli": "^19.6.0",
13+
"@commitlint/cli": "^19.6.1",
1414
"@commitlint/config-conventional": "^19.6.0",
1515
"@config/eslint-config": "workspace:*",
1616
"@config/typescript-config": "workspace:*",

0 commit comments

Comments
 (0)