Merge pull request #458 from MiroslavDionisiev/chore/move-dependencies
Some checks failed
CI/CD / build-and-deploy (push) Has been cancelled

chore: moved dependencies
This commit is contained in:
Miroslav Dionisiev 2024-09-13 17:53:50 +03:00 committed by GitHub
commit ec8ebb20dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 251 additions and 1839 deletions

2082
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"
},
"homepage": "https://github.com/scratchfoundation/scratch-l10n#readme",
"dependencies": {
"@transifex/api": "4.3.0",
"download": "8.0.0",
"transifex": "1.6.6"
},
"devDependencies": {
"@babel/cli": "7.25.6",
"@babel/core": "7.25.2",
@ -58,12 +63,10 @@
"@babel/preset-react": "7.24.7",
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.3",
"@transifex/api": "4.3.0",
"async": "3.2.6",
"babel-eslint": "10.1.0",
"babel-loader": "8.3.0",
"babel-plugin-react-intl": "3.5.1",
"download": "8.0.0",
"eslint": "8.57.0",
"eslint-config-scratch": "9.0.9",
"eslint-plugin-import": "2.30.0",
@ -83,7 +86,6 @@
"rimraf": "2.7.1",
"scratch-semantic-release-config": "1.0.16",
"semantic-release": "19.0.5",
"transifex": "1.6.6",
"webpack": "4.47.0",
"webpack-cli": "3.3.12"
},