Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 17, 2024
1 parent 33322cf commit 8a8de3a
Show file tree
Hide file tree
Showing 7 changed files with 262 additions and 839 deletions.
418 changes: 209 additions & 209 deletions .yarn/releases/yarn-3.6.0.cjs → .yarn/releases/yarn-3.6.4.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.6.0.cjs
yarnPath: .yarn/releases/yarn-3.6.4.cjs
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- 9200:9200

kibana:
image: docker.elastic.co/kibana/kibana:8.5.2
image: docker.elastic.co/kibana/kibana:8.5.3
ports:
- 5601:5601
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
"node": ">= v20"
},
"version": "0.0.0",
"packageManager": "yarn@3.6.0"
"packageManager": "yarn@3.6.4"
}
4 changes: 2 additions & 2 deletions packages/code-du-travail-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"next": "14.2.3",
"p-debounce": "^2.1.0",
"prop-types": "^15.8.1",
"publicodes": "1.0.0-beta.60",
"publicodes": "1.0.5",
"react": "^18.2.0",
"react-autosuggest": "10.1.0",
"react-dom": "^18.2.0",
Expand Down Expand Up @@ -94,7 +94,7 @@
"cypress-html-validate": "^6.1.0",
"cypress-iframe": "^1.0.1",
"eslint": "8.57.0",
"eslint-config-next": "14.1.0",
"eslint-config-next": "14.1.4",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-storybook": "^0.8.0",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/code-du-travail-modeles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"date-fns": "^2.28.0",
"fs-extra": "^10.0.0",
"publicodes": "1.0.0-beta.60",
"publicodes": "1.0.5",
"yaml": "^2.0.0"
},
"lint-staged": {
Expand Down

0 comments on commit 8a8de3a

Please sign in to comment.