Skip to content

Commit 172eebc

Browse files
fix(deps): update all minor dependencies
1 parent 75f30cc commit 172eebc

File tree

4 files changed

+448
-433
lines changed

4 files changed

+448
-433
lines changed

lib/responseDownloadFormats/html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"type": "module",
66
"dependencies": {
77
"shelljs": "^0.10.0",
8-
"@cdssnc/gcds-tokens": "2.12.0"
8+
"@cdssnc/gcds-tokens": "2.13.1"
99
}
1010
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@aws-sdk/s3-presigned-post": "^3.917.0",
5858
"@bufbuild/protobuf": "^2.9.0",
5959
"@casl/ability": "6.7.3",
60-
"@cdssnc/gcds-tokens": "2.12.0",
60+
"@cdssnc/gcds-tokens": "2.13.1",
6161
"@cdssnc/sanitize-pii": "^2.0.2",
6262
"@gcforms/announce": "workspace:*",
6363
"@gcforms/connectors": "workspace:*",
@@ -108,11 +108,11 @@
108108
"next": "15.5.4",
109109
"next-auth": "5.0.0-beta.29",
110110
"node-fetch": "^3.3.2",
111-
"pino": "10.0.0",
111+
"pino": "10.1.0",
112112
"prisma": "6",
113113
"react": "19.2.0",
114114
"react-app-polyfill": "3.0.0",
115-
"react-aria": "3.43.2",
115+
"react-aria": "3.44.0",
116116
"react-dom": "19.2.0",
117117
"react-i18next": "^16.0.0",
118118
"react-loading-skeleton": "^3.5.0",
@@ -159,8 +159,8 @@
159159
"@types/node": "^24.7.2",
160160
"@types/node-fetch": "^2.6.9",
161161
"@types/pg": "^8.10.9",
162-
"@types/react": "19.1.15",
163-
"@types/react-dom": "19.1.9",
162+
"@types/react": "19.2.2",
163+
"@types/react-dom": "19.2.2",
164164
"@types/react-transition-group": "^4",
165165
"@types/unorm": "^1",
166166
"@types/uuid": "^8.3.4",
@@ -181,7 +181,7 @@
181181
"eslint": "^9.36.0",
182182
"eslint-config-next": "15.5.4",
183183
"eslint-config-prettier": "^9.1.0",
184-
"eslint-plugin-react-you-might-not-need-an-effect": "^0.5.5",
184+
"eslint-plugin-react-you-might-not-need-an-effect": "^0.6.0",
185185
"eslint-plugin-tailwindcss": "^3.17.5",
186186
"husky": "^9.0.10",
187187
"ioredis-mock": "^8.9.0",
@@ -215,7 +215,7 @@
215215
],
216216
"packageManager": "[email protected]",
217217
"resolutions": {
218-
"@types/react": "19.1.15",
219-
"@types/react-dom": "19.1.9"
218+
"@types/react": "19.2.2",
219+
"@types/react-dom": "19.2.2"
220220
}
221221
}

packages/editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"packageManager": "[email protected]",
1010
"dependencies": {
11-
"@lexical/react": "^0.36.2",
12-
"lexical": "^0.36.2"
11+
"@lexical/react": "^0.37.0",
12+
"lexical": "^0.37.0"
1313
},
1414
"peerDependencies": {
1515
"react": "^19.1.0",

0 commit comments

Comments
 (0)