Added lodash debounce dep

This commit is contained in:
Justin Edmund 2022-02-01 05:03:26 -08:00
parent 86657e133a
commit 7f96b4c9a9
2 changed files with 34 additions and 0 deletions

32
package-lock.json generated
View file

@ -14,6 +14,7 @@
"@svgr/webpack": "^6.2.0",
"axios": "^0.25.0",
"classnames": "^2.3.1",
"lodash.debounce": "^4.0.8",
"meyer-reset-scss": "^2.0.4",
"next": "12.0.8",
"react": "17.0.2",
@ -23,6 +24,7 @@
"sass": "^1.49.0"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.6",
"@types/node": "17.0.11",
"@types/react": "17.0.38",
"@types/react-dom": "^17.0.11",
@ -3000,6 +3002,21 @@
"integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=",
"dev": true
},
"node_modules/@types/lodash": {
"version": "4.14.178",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.178.tgz",
"integrity": "sha512-0d5Wd09ItQWH1qFbEyQ7oTQ3GZrMfth5JkbN3EvTKLXcHLRDSXeLnlvlOn0wvxVIwK5o2M8JzP/OWz7T3NRsbw==",
"dev": true
},
"node_modules/@types/lodash.debounce": {
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/@types/lodash.debounce/-/lodash.debounce-4.0.6.tgz",
"integrity": "sha512-4WTmnnhCfDvvuLMaF3KV4Qfki93KebocUF45msxhYyjMttZDQYzHkO639ohhk8+oco2cluAFL3t5+Jn4mleylQ==",
"dev": true,
"dependencies": {
"@types/lodash": "*"
}
},
"node_modules/@types/node": {
"version": "17.0.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.11.tgz",
@ -8757,6 +8774,21 @@
"integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=",
"dev": true
},
"@types/lodash": {
"version": "4.14.178",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.178.tgz",
"integrity": "sha512-0d5Wd09ItQWH1qFbEyQ7oTQ3GZrMfth5JkbN3EvTKLXcHLRDSXeLnlvlOn0wvxVIwK5o2M8JzP/OWz7T3NRsbw==",
"dev": true
},
"@types/lodash.debounce": {
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/@types/lodash.debounce/-/lodash.debounce-4.0.6.tgz",
"integrity": "sha512-4WTmnnhCfDvvuLMaF3KV4Qfki93KebocUF45msxhYyjMttZDQYzHkO639ohhk8+oco2cluAFL3t5+Jn4mleylQ==",
"dev": true,
"requires": {
"@types/lodash": "*"
}
},
"@types/node": {
"version": "17.0.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.11.tgz",

View file

@ -19,6 +19,7 @@
"@svgr/webpack": "^6.2.0",
"axios": "^0.25.0",
"classnames": "^2.3.1",
"lodash.debounce": "^4.0.8",
"meyer-reset-scss": "^2.0.4",
"next": "12.0.8",
"react": "17.0.2",
@ -28,6 +29,7 @@
"sass": "^1.49.0"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.6",
"@types/node": "17.0.11",
"@types/react": "17.0.38",
"@types/react-dom": "^17.0.11",