fix(deps): move build-time dependencies out of 'dependencies' list

This commit is contained in:
Christopher Willis-Ford 2024-02-22 10:04:49 -08:00
parent 63ee6343a1
commit f7d80a667b
2 changed files with 342 additions and 84 deletions

412
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -46,15 +46,9 @@
"url": "https://github.com/LLK/scratch-l10n/issues" "url": "https://github.com/LLK/scratch-l10n/issues"
}, },
"homepage": "https://github.com/scratchfoundation/scratch-l10n#readme", "homepage": "https://github.com/scratchfoundation/scratch-l10n#readme",
"dependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@transifex/api": "^4.3.0",
"babel-plugin-react-intl": "^3.0.1",
"download": "^8.0.0",
"transifex": "^1.6.6"
},
"devDependencies": { "devDependencies": {
"@babel/cli": "7.23.9",
"@babel/core": "7.23.9",
"@babel/eslint-parser": "7.23.10", "@babel/eslint-parser": "7.23.10",
"@babel/node": "7.23.9", "@babel/node": "7.23.9",
"@babel/plugin-proposal-object-rest-spread": "7.20.7", "@babel/plugin-proposal-object-rest-spread": "7.20.7",
@ -64,9 +58,12 @@
"@babel/preset-react": "7.23.3", "@babel/preset-react": "7.23.3",
"@commitlint/cli": "18.6.1", "@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.2", "@commitlint/config-conventional": "18.6.2",
"@transifex/api": "4.3.0",
"async": "3.2.5", "async": "3.2.5",
"babel-eslint": "10.1.0", "babel-eslint": "10.1.0",
"babel-loader": "8.3.0", "babel-loader": "8.3.0",
"babel-plugin-react-intl": "3.5.1",
"download": "8.0.0",
"eslint": "8.56.0", "eslint": "8.56.0",
"eslint-config-scratch": "9.0.6", "eslint-config-scratch": "9.0.6",
"eslint-plugin-import": "2.29.1", "eslint-plugin-import": "2.29.1",
@ -86,6 +83,7 @@
"rimraf": "2.7.1", "rimraf": "2.7.1",
"scratch-semantic-release-config": "1.0.12", "scratch-semantic-release-config": "1.0.12",
"semantic-release": "19.0.5", "semantic-release": "19.0.5",
"transifex": "1.6.6",
"webpack": "4.47.0", "webpack": "4.47.0",
"webpack-cli": "3.3.12" "webpack-cli": "3.3.12"
}, },