Skip to content

Commit e1d008c

Browse files
fix(deps): update all dependencies
1 parent e4d2240 commit e1d008c

File tree

6 files changed

+418
-433
lines changed

6 files changed

+418
-433
lines changed

.yarn/releases/yarn-3.8.2.cjs renamed to .yarn/releases/yarn-3.8.7.cjs

Lines changed: 180 additions & 180 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ plugins:
66
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
77
spec: "@yarnpkg/plugin-workspace-tools"
88

9-
yarnPath: .yarn/releases/yarn-3.8.2.cjs
9+
yarnPath: .yarn/releases/yarn-3.8.7.cjs

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"husky": "^9.1.6",
43-
"lerna": "8.1.8"
43+
"lerna": "8.1.9"
4444
},
4545
"workspaces": [
4646
"packages/*"
@@ -49,5 +49,5 @@
4949
"node": ">= v20"
5050
},
5151
"version": "0.0.0",
52-
"packageManager": "[email protected].2"
52+
"packageManager": "[email protected].7"
5353
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"lodash.deburr": "^4.1.0",
5656
"memoizee": "^0.4.15",
5757
"next": "14.2.32",
58-
"publicodes": "1.0.0-beta.60",
58+
"publicodes": "1.0.5",
5959
"react": "^18.2.0",
6060
"react-dom": "^18.2.0",
6161
"sharp": "^0.33.4",
@@ -73,14 +73,14 @@
7373
"@types/cors": "^2.8.13",
7474
"@types/debounce-promise": "^3.1.4",
7575
"@types/jest": "^29.5.12",
76-
"@types/react": "19.1.10",
76+
"@types/react": "19.1.13",
7777
"@types/xml2js": "^0.4.14",
7878
"cypress": "^13.13.2",
7979
"cypress-html-validate": "^6.1.0",
8080
"cypress-iframe": "^1.0.1",
8181
"cypress-real-events": "^1.13.0",
8282
"eslint": "^8",
83-
"eslint-config-next": "14.2.5",
83+
"eslint-config-next": "14.2.32",
8484
"eslint-plugin-cypress": "^3.4.0",
8585
"html-validate": "^8.9.1",
8686
"jest": "^29.7.0",

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)