Skip to content
Snippets Groups Projects
Commit 492810f6 authored by Jonas Braathen's avatar Jonas Braathen
Browse files

Move @types/lodash from devDependencies to dependencies to fix build

parent 9533f7e3
No related branches found
No related tags found
1 merge request!122Bump deps
......@@ -20,6 +20,7 @@
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.175",
"@types/node": "^12.20.24",
"@types/react": "^17.0.20",
"@types/react-datepicker": "^4.1.7",
......@@ -48,7 +49,6 @@
"web-vitals": "^1.1.2"
},
"devDependencies": {
"@types/lodash": "^4.14.175",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"eslint": "^7.32.0",
......@@ -4794,8 +4794,7 @@
"node_modules/@types/lodash": {
"version": "4.14.175",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.175.tgz",
"integrity": "sha512-XmdEOrKQ8a1Y/yxQFOMbC47G/V2VDO1GvMRnl4O75M4GW/abC5tnfzadQYkqEveqRM1dEJGFFegfPNA2vvx2iw==",
"dev": true
"integrity": "sha512-XmdEOrKQ8a1Y/yxQFOMbC47G/V2VDO1GvMRnl4O75M4GW/abC5tnfzadQYkqEveqRM1dEJGFFegfPNA2vvx2iw=="
},
"node_modules/@types/minimatch": {
"version": "3.0.5",
......@@ -28426,8 +28425,7 @@
"@types/lodash": {
"version": "4.14.175",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.175.tgz",
"integrity": "sha512-XmdEOrKQ8a1Y/yxQFOMbC47G/V2VDO1GvMRnl4O75M4GW/abC5tnfzadQYkqEveqRM1dEJGFFegfPNA2vvx2iw==",
"dev": true
"integrity": "sha512-XmdEOrKQ8a1Y/yxQFOMbC47G/V2VDO1GvMRnl4O75M4GW/abC5tnfzadQYkqEveqRM1dEJGFFegfPNA2vvx2iw=="
},
"@types/minimatch": {
"version": "3.0.5",
......@@ -14,6 +14,7 @@
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.2.1",
"@types/lodash": "^4.14.175",
"@types/jest": "^26.0.24",
"@types/node": "^12.20.24",
"@types/react": "^17.0.20",
......@@ -75,7 +76,6 @@
]
},
"devDependencies": {
"@types/lodash": "^4.14.175",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"eslint": "^7.32.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment