Skip to content

Commit

Permalink
Revert "chore(deps): update all dependencies (#41)"
Browse files Browse the repository at this point in the history
This reverts commit 98af776.
  • Loading branch information
Julien Bouquillon authored Sep 2, 2021
1 parent 98af776 commit 7daf510
Show file tree
Hide file tree
Showing 6 changed files with 767 additions and 747 deletions.
6 changes: 3 additions & 3 deletions init/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/socialgouv/dashlord-init-action#readme",
"devDependencies": {
"@vercel/ncc": "^0.28.6",
"@vercel/ncc": "^0.28.3",
"eslint": "^7.24.0",
"jest": "^26.6.3",
"nock": "^13.0.11"
Expand Down
8 changes: 4 additions & 4 deletions report/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
},
"devDependencies": {
"@socialgouv/eslint-config-strict": "^1.0.0-beta.5",
"@types/jest": "^26.0.24",
"@types/jest": "^26.0.22",
"@types/lodash.omit": "^4.5.6",
"@types/lodash.pick": "^4.4.6",
"@types/node": "^14.14.45",
"@types/node-fetch": "^2.5.12",
"@types/nodegit": "^0.27.3",
"@types/node": "^14.14.37",
"@types/node-fetch": "^2.5.10",
"@types/nodegit": "^0.27.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.23.0",
"jest": "^26.6.3",
Expand Down
40 changes: 20 additions & 20 deletions report/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
"homepage": "dashlord/",
"dependencies": {
"bootstrap": "^4.6.0",
"country-flag-icons": "^1.2.10",
"date-fns": "^2.21.3",
"country-flag-icons": "^1.2.9",
"date-fns": "^2.21.1",
"gaugeJS": "^1.3.7",
"lodash.orderby": "^4.6.0",
"lodash.uniq": "^4.5.0",
"rc-tooltip": "^5.1.1",
"rc-tooltip": "^5.1.0",
"react": "^17.0.2",
"react-base-table": "^1.12.0",
"react-bootstrap": "^1.6.1",
"react-bootstrap": "^1.5.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-router": "^5.2.1",
"react-router-dom": "^5.2.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"recharts": "^2.0.10",
"recharts": "^2.0.9",
"typescript": "^4.2.4",
"web-vitals": "^1.1.2"
"web-vitals": "^1.1.1"
},
"scripts": {
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
Expand All @@ -48,28 +48,28 @@
]
},
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/preset-env": "^7.13.15",
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@socialgouv/eslint-config-strict": "^1.0.0-beta.5",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
"@types/jest": "^26.0.24",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^13.1.1",
"@types/jest": "^26.0.22",
"@types/lodash.orderby": "^4.6.6",
"@types/lodash.uniq": "^4.5.6",
"@types/node": "^14.14.45",
"@types/react": "^17.0.19",
"@types/react-bootstrap": "^0.32.26",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.1.8",
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"@types/react-bootstrap": "^0.32.25",
"@types/react-dom": "^17.0.3",
"@types/react-router-dom": "^5.1.7",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.23.0",
"eslint-config-react-app": "^6.0.0",
"prettier": "^2.3.2",
"prettier": "^2.2.1",
"react-test-renderer": "^17.0.2",
"sass": "^1.32.13"
"sass": "^1.32.8"
}
}
Loading

0 comments on commit 7daf510

Please sign in to comment.