Skip to content

Commit d13659b

Browse files
fix(deps): update all dependencies
1 parent 78083f8 commit d13659b

File tree

4 files changed

+107
-508
lines changed

4 files changed

+107
-508
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"husky": "^9.1.7",
44-
"lerna": "8.2.3"
44+
"lerna": "8.2.4"
4545
},
4646
"workspaces": [
4747
"packages/*"

packages/code-du-travail-frontend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"katex": "^0.16.21",
5555
"lodash.deburr": "^4.1.0",
5656
"memoizee": "^0.4.15",
57-
"next": "16.0.3",
58-
"publicodes": "1.0.0-beta.60",
57+
"next": "16.0.5",
58+
"publicodes": "1.0.5",
5959
"react": "19.2.0",
6060
"react-dom": "19.2.0",
6161
"sharp": "^0.33.4",
@@ -75,8 +75,8 @@
7575
"@types/cors": "^2.8.13",
7676
"@types/debounce-promise": "^3.1.4",
7777
"@types/jest": "^30.0.0",
78-
"@types/react": "19.2.0",
79-
"@types/react-dom": "19.2.0",
78+
"@types/react": "19.2.7",
79+
"@types/react-dom": "19.2.3",
8080
"@types/xml2js": "^0.4.14",
8181
"@typescript-eslint/parser": "^8.42.0",
8282
"babel-plugin-react-compiler": "^1.0.0",
@@ -86,7 +86,7 @@
8686
"cypress-real-events": "^1.15.0",
8787
"eslint": "^9.34.0",
8888
"eslint-config-flat-gitignore": "^2.1.0",
89-
"eslint-config-next": "15.5.2",
89+
"eslint-config-next": "15.5.6",
9090
"eslint-plugin-cypress": "^5.1.1",
9191
"html-validate": "^8.9.1",
9292
"jest": "^30.1.2",

packages/code-du-travail-modeles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"dependencies": {
5353
"date-fns": "^2.28.0",
5454
"fs-extra": "^10.0.0",
55-
"publicodes": "1.0.0-beta.60",
55+
"publicodes": "1.0.5",
5656
"yaml": "^2.0.0"
5757
},
5858
"lint-staged": {

0 commit comments

Comments
 (0)