1
0
mirror of synced 2025-12-23 11:54:18 -05:00

move 'bottleneck' to devDependencies (#23081)

Part of #1265
This commit is contained in:
Peter Bengtsson
2021-11-23 16:36:35 -05:00
committed by GitHub
parent a133147d68
commit feb0318d25
2 changed files with 6 additions and 4 deletions

8
package-lock.json generated
View File

@@ -17,7 +17,6 @@
"accept-language-parser": "^1.5.0", "accept-language-parser": "^1.5.0",
"ajv": "^8.7.1", "ajv": "^8.7.1",
"ajv-formats": "^2.1.1", "ajv-formats": "^2.1.1",
"bottleneck": "^2.19.5",
"cheerio": "^1.0.0-rc.10", "cheerio": "^1.0.0-rc.10",
"classnames": "^2.3.1", "classnames": "^2.3.1",
"compression": "^1.7.4", "compression": "^1.7.4",
@@ -120,6 +119,7 @@
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"babel-plugin-styled-components": "^1.13.3", "babel-plugin-styled-components": "^1.13.3",
"babel-preset-env": "^1.7.0", "babel-preset-env": "^1.7.0",
"bottleneck": "^2.19.5",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"change-case": "^4.1.2", "change-case": "^4.1.2",
"commander": "^8.3.0", "commander": "^8.3.0",
@@ -6075,7 +6075,8 @@
"node_modules/bottleneck": { "node_modules/bottleneck": {
"version": "2.19.5", "version": "2.19.5",
"resolved": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.19.5.tgz", "resolved": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.19.5.tgz",
"integrity": "sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==" "integrity": "sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==",
"dev": true
}, },
"node_modules/boxen": { "node_modules/boxen": {
"version": "5.1.2", "version": "5.1.2",
@@ -27294,7 +27295,8 @@
"bottleneck": { "bottleneck": {
"version": "2.19.5", "version": "2.19.5",
"resolved": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.19.5.tgz", "resolved": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.19.5.tgz",
"integrity": "sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==" "integrity": "sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==",
"dev": true
}, },
"boxen": { "boxen": {
"version": "5.1.2", "version": "5.1.2",

View File

@@ -19,7 +19,6 @@
"accept-language-parser": "^1.5.0", "accept-language-parser": "^1.5.0",
"ajv": "^8.7.1", "ajv": "^8.7.1",
"ajv-formats": "^2.1.1", "ajv-formats": "^2.1.1",
"bottleneck": "^2.19.5",
"cheerio": "^1.0.0-rc.10", "cheerio": "^1.0.0-rc.10",
"classnames": "^2.3.1", "classnames": "^2.3.1",
"compression": "^1.7.4", "compression": "^1.7.4",
@@ -122,6 +121,7 @@
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"babel-plugin-styled-components": "^1.13.3", "babel-plugin-styled-components": "^1.13.3",
"babel-preset-env": "^1.7.0", "babel-preset-env": "^1.7.0",
"bottleneck": "^2.19.5",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"change-case": "^4.1.2", "change-case": "^4.1.2",
"commander": "^8.3.0", "commander": "^8.3.0",