Skip to content

Commit

Permalink
chore(web): add missing dependencies from warnings
Browse files Browse the repository at this point in the history
These changes will allow 'yarn install' to run with an '--immutable'
flag which is useful for some build systems like nix.
  • Loading branch information
vindard committed Apr 22, 2024
1 parent 37e0a52 commit 85a72da
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 222 deletions.
8 changes: 7 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "^7.24.4",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.5",
"@storybook/node-logger": "^8.0.9",
"@types/file-saver": "^2.0.5",
"file-saver": "^2.0.5",
"history": "^4.9.0",
Expand All @@ -15,6 +17,7 @@
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-from-dom": "^0.6.0",
"react-is": "^18.2.0",
"react-modal": "^3.14.4",
"react-outline-manager": "^1.2.2",
"react-router": "^5.1.0",
Expand All @@ -24,6 +27,7 @@
"react-table": "^7.7.0",
"react-timeago": "^4.4.0",
"regex-escape": "^3.4.10",
"require-from-string": "^2.0.2",
"styled-components": "^5.3.5"
},
"scripts": {
Expand Down Expand Up @@ -59,13 +63,15 @@
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/babel__core": "^7",
"@types/history": "^4.7.2",
"@types/jest": "^27.0.2",
"@types/js-cookie": "^2.2.2",
"@types/jsdom": "^16.2.13",
"@types/node": "^16.11.7",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-is": "^18",
"@types/react-modal": "^3.13.1",
"@types/react-router-dom": "^5.3.2",
"@types/react-table": "^7.7.8",
Expand All @@ -76,7 +82,7 @@
"@typescript-eslint/parser": "^5.3.1",
"babel-loader": "8.1.0",
"blob-polyfill": "^7.0.20220408",
"eslint": "^7.11.0",
"eslint": "^8.1.0",
"eslint-plugin-jest": "^25.2.4",
"eslint-plugin-react": "^7.27.0",
"fetch-mock": "^9.11.0",
Expand Down
Loading

0 comments on commit 85a72da

Please sign in to comment.