chore: moved dependencies

This commit is contained in:
MiroslavDionisiev 2024-09-13 14:58:53 +03:00
parent cfcf494caf
commit 3268799026
2 changed files with 10 additions and 194 deletions

196
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -46,6 +46,11 @@
"url": "https://github.com/scratchfoundation/scratch-l10n/issues" "url": "https://github.com/scratchfoundation/scratch-l10n/issues"
}, },
"homepage": "https://github.com/scratchfoundation/scratch-l10n#readme", "homepage": "https://github.com/scratchfoundation/scratch-l10n#readme",
"dependencies": {
"@transifex/api": "4.3.0",
"download": "8.0.0",
"transifex": "1.6.6"
},
"devDependencies": { "devDependencies": {
"@babel/cli": "7.24.7", "@babel/cli": "7.24.7",
"@babel/core": "7.24.7", "@babel/core": "7.24.7",
@ -58,12 +63,10 @@
"@babel/preset-react": "7.24.7", "@babel/preset-react": "7.24.7",
"@commitlint/cli": "18.6.1", "@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.3", "@commitlint/config-conventional": "18.6.3",
"@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", "babel-plugin-react-intl": "3.5.1",
"download": "8.0.0",
"eslint": "8.57.0", "eslint": "8.57.0",
"eslint-config-scratch": "9.0.8", "eslint-config-scratch": "9.0.8",
"eslint-plugin-import": "2.29.1", "eslint-plugin-import": "2.29.1",
@ -83,7 +86,6 @@
"rimraf": "2.7.1", "rimraf": "2.7.1",
"scratch-semantic-release-config": "1.0.14", "scratch-semantic-release-config": "1.0.14",
"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"
}, },