Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 3, 2020
1 parent 15f17e1 commit 6ac8939
Show file tree
Hide file tree
Showing 12 changed files with 116 additions and 313 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_register_stage.yml
ref: v4.3.0
ref: v4.5.4
- project: SocialGouv/gitlab-ci-yml
file: /base_docker_helm_image_stage.yml
ref: v4.3.0
ref: v4.5.4
- project: SocialGouv/gitlab-ci-yml
file: /base_docker_kubectl_image_stage.yml
ref: v4.3.0
ref: v4.5.4
#
- /.gitlab-ci/variables.yml
- /.gitlab-ci/stages/quality.yml
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"husky": "^3.1.0",
"lerna": "^3.20.1"
"lerna": "^3.20.2"
},
"resolutions": {
"@babel/core": "^7.7.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/code-du-travail-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@cdt/data": "^4.0.0-gamma.2",
"@socialgouv/eslint-config-recommended": "^0.11.1",
"@socialgouv/eslint-config-recommended": "^0.12.0",
"@zeit/ncc": "^0.20.5",
"eslint": "^6.8.0",
"esm": "^3.2.25",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"license": "MIT",
"dependencies": {
"@socialgouv/kali-data": "^1.2.101",
"@socialgouv/kali-data": "^1.2.103",
"node-fetch": "^2.6.0",
"remark": "^11.0.2",
"strip-markdown": "^3.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/code-du-travail-data/dataset/datafiller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"license": "MIT",
"dependencies": {
"@cdt/sources": "^4.0.0-gamma.2",
"@socialgouv/kali-data": "^1.2.101",
"@socialgouv/kali-data": "^1.2.103",
"debug": "^4.1.1",
"node-fetch": "^2.6.0",
"p-limit": "^2.2.1",
"p-limit": "^2.2.2",
"remark": "^11.0.2",
"remark-html": "^10.0.0",
"unist-util-find": "^1.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"google-spreadsheets": "^2.0.0",
"jsdom": "^15.2.1",
"ora": "^4.0.3",
"p-limit": "^2.2.1",
"p-limit": "^2.2.2",
"superagent": "^5.1.3"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"dependencies": {
"@cdt/sources": "^4.0.0-gamma.2",
"@socialgouv/fiches-vdd": "^1.0.76",
"@socialgouv/kali-data": "^1.2.101",
"@socialgouv/fiches-vdd": "^1.0.77",
"@socialgouv/kali-data": "^1.2.103",
"@socialgouv/legi-data": "^1.1.11",
"lodash.uniqby": "^4.7.0",
"query-string": "^6.9.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/code-du-travail-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"dependencies": {
"@cdt/sources": "^4.0.0-gamma.2",
"@elastic/elasticsearch": "^7.5.0",
"@socialgouv/fiches-vdd": "^1.0.76",
"@socialgouv/kali-data": "^1.2.101",
"@socialgouv/fiches-vdd": "^1.0.77",
"@socialgouv/kali-data": "^1.2.103",
"@socialgouv/legi-data": "^1.1.11",
"esm": "^3.2.25",
"lodash.uniqby": "^4.7.0",
Expand All @@ -41,7 +41,7 @@
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@socialgouv/eslint-config-recommended": "^0.11.1",
"@socialgouv/eslint-config-recommended": "^0.12.0",
"@zeit/ncc": "^0.20.5",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/code-du-travail-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@socialgouv/eslint-config-react": "^0.11.1",
"@socialgouv/eslint-config-react": "^0.12.0",
"@testing-library/react": "^9.4.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-fiche-service-public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@socialgouv/eslint-config-react": "^0.11.1",
"@socialgouv/eslint-config-react": "^0.12.0",
"@testing-library/react": "^9.4.0",
"babel-jest": "^24.9.0",
"eslint": "^6.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@babel/plugin-proposal-export-namespace-from": "^7.7.4",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "7.7.4",
"@socialgouv/eslint-config-react": "^0.11.1",
"@socialgouv/eslint-config-react": "^0.12.0",
"@storybook/addon-a11y": "^5.2.8",
"@storybook/addon-actions": "^5.2.8",
"@storybook/addon-contexts": "^5.2.8",
Expand Down
395 changes: 99 additions & 296 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 6ac8939

Please sign in to comment.