mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 05:32:34 -05:00
chore(deps): update babel monorepo to v7.25.7
Some checks are pending
CI/CD / build-and-deploy (push) Waiting to run
Some checks are pending
CI/CD / build-and-deploy (push) Waiting to run
This commit is contained in:
parent
7c728754c6
commit
0a71a7e6d6
2 changed files with 115 additions and 115 deletions
216
package-lock.json
generated
216
package-lock.json
generated
|
@ -18,15 +18,15 @@
|
||||||
"tx-push-src": "scripts/tx-push-src.js"
|
"tx-push-src": "scripts/tx-push-src.js"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "7.25.6",
|
"@babel/cli": "7.25.7",
|
||||||
"@babel/core": "7.25.2",
|
"@babel/core": "7.25.7",
|
||||||
"@babel/eslint-parser": "7.25.1",
|
"@babel/eslint-parser": "7.25.7",
|
||||||
"@babel/node": "7.25.0",
|
"@babel/node": "7.25.7",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
||||||
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
||||||
"@babel/plugin-transform-async-to-generator": "7.24.7",
|
"@babel/plugin-transform-async-to-generator": "7.25.7",
|
||||||
"@babel/preset-env": "7.25.4",
|
"@babel/preset-env": "7.25.7",
|
||||||
"@babel/preset-react": "7.24.7",
|
"@babel/preset-react": "7.25.7",
|
||||||
"@commitlint/cli": "18.6.1",
|
"@commitlint/cli": "18.6.1",
|
||||||
"@commitlint/config-conventional": "18.6.3",
|
"@commitlint/config-conventional": "18.6.3",
|
||||||
"async": "3.2.6",
|
"async": "3.2.6",
|
||||||
|
@ -71,9 +71,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/cli": {
|
"node_modules/@babel/cli": {
|
||||||
"version": "7.25.6",
|
"version": "7.25.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.25.6.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.25.7.tgz",
|
||||||
"integrity": "sha512-Z+Doemr4VtvSD2SNHTrkiFZ1LX+JI6tyRXAAOb4N9khIuPyoEPmTPJarPm8ljJV1D6bnMQjyHMWTT9NeKbQuXA==",
|
"integrity": "sha512-vQw4QjrqjLSuL0Tt3gfVXbxEHOfsCcHN8tKyTclpSMYLq3Bp0BTzWYZfMKBs3PQ+to8q3BnumBIAsMdOqDJ6nw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -125,22 +125,22 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/core": {
|
"node_modules/@babel/core": {
|
||||||
"version": "7.25.2",
|
"version": "7.25.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.7.tgz",
|
||||||
"integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==",
|
"integrity": "sha512-yJ474Zv3cwiSOO9nXJuqzvwEeM+chDuQ8GJirw+pZ91sCGCyOZ3dJkVE09fTV0VEVzXyLWhh3G/AolYTPX7Mow==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ampproject/remapping": "^2.2.0",
|
"@ampproject/remapping": "^2.2.0",
|
||||||
"@babel/code-frame": "^7.24.7",
|
"@babel/code-frame": "^7.25.7",
|
||||||
"@babel/generator": "^7.25.0",
|
"@babel/generator": "^7.25.7",
|
||||||
"@babel/helper-compilation-targets": "^7.25.2",
|
"@babel/helper-compilation-targets": "^7.25.7",
|
||||||
"@babel/helper-module-transforms": "^7.25.2",
|
"@babel/helper-module-transforms": "^7.25.7",
|
||||||
"@babel/helpers": "^7.25.0",
|
"@babel/helpers": "^7.25.7",
|
||||||
"@babel/parser": "^7.25.0",
|
"@babel/parser": "^7.25.7",
|
||||||
"@babel/template": "^7.25.0",
|
"@babel/template": "^7.25.7",
|
||||||
"@babel/traverse": "^7.25.2",
|
"@babel/traverse": "^7.25.7",
|
||||||
"@babel/types": "^7.25.2",
|
"@babel/types": "^7.25.7",
|
||||||
"convert-source-map": "^2.0.0",
|
"convert-source-map": "^2.0.0",
|
||||||
"debug": "^4.1.0",
|
"debug": "^4.1.0",
|
||||||
"gensync": "^1.0.0-beta.2",
|
"gensync": "^1.0.0-beta.2",
|
||||||
|
@ -156,9 +156,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/eslint-parser": {
|
"node_modules/@babel/eslint-parser": {
|
||||||
"version": "7.25.1",
|
"version": "7.25.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.7.tgz",
|
||||||
"integrity": "sha512-Y956ghgTT4j7rKesabkh5WeqgSFZVFwaPR0IWFm7KFHFmmJ4afbG49SmfW4S+GyRPx0Dy5jxEWA5t0rpxfElWg==",
|
"integrity": "sha512-B+BO9x86VYsQHimucBAL1fxTJKF4wyKY6ZVzee9QgzdZOUfs3BaR6AQrgoGrRI+7IFS1wUz/VyQ+SoBcSpdPbw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -501,13 +501,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/node": {
|
"node_modules/@babel/node": {
|
||||||
"version": "7.25.0",
|
"version": "7.25.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/node/-/node-7.25.0.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/node/-/node-7.25.7.tgz",
|
||||||
"integrity": "sha512-fgdlIcf1vLeZ6gUHcl799Wbk6no5tnkGi6t1gpAb1a97ZB+KCRp8Sgb7acGTjnFhOzqzcsbJ4+wzewqb6JM0tA==",
|
"integrity": "sha512-SLrRogiTuneH3mZeZQtWBECyVRtznezYdnH4UjatZjHrk/QP+GH9bqsToCWp23pPeA20NO1/p8kECzWt5TTpUA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/register": "^7.24.6",
|
"@babel/register": "^7.25.7",
|
||||||
"commander": "^6.2.0",
|
"commander": "^6.2.0",
|
||||||
"core-js": "^3.30.2",
|
"core-js": "^3.30.2",
|
||||||
"node-environment-flags": "^1.0.5",
|
"node-environment-flags": "^1.0.5",
|
||||||
|
@ -963,15 +963,15 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/plugin-transform-async-to-generator": {
|
"node_modules/@babel/plugin-transform-async-to-generator": {
|
||||||
"version": "7.24.7",
|
"version": "7.25.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.7.tgz",
|
||||||
"integrity": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==",
|
"integrity": "sha512-ZUCjAavsh5CESCmi/xCpX1qcCaAglzs/7tmuvoFnJgA1dM7gQplsguljoTg+Ru8WENpX89cQyAtWoaE0I3X3Pg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-module-imports": "^7.24.7",
|
"@babel/helper-module-imports": "^7.25.7",
|
||||||
"@babel/helper-plugin-utils": "^7.24.7",
|
"@babel/helper-plugin-utils": "^7.25.7",
|
||||||
"@babel/helper-remap-async-to-generator": "^7.24.7"
|
"@babel/helper-remap-async-to-generator": "^7.25.7"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.9.0"
|
"node": ">=6.9.0"
|
||||||
|
@ -1831,29 +1831,29 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/preset-env": {
|
"node_modules/@babel/preset-env": {
|
||||||
"version": "7.25.4",
|
"version": "7.25.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.4.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.7.tgz",
|
||||||
"integrity": "sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw==",
|
"integrity": "sha512-Gibz4OUdyNqqLj+7OAvBZxOD7CklCtMA5/j0JgUEwOnaRULsPDXmic2iKxL2DX2vQduPR5wH2hjZas/Vr/Oc0g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/compat-data": "^7.25.4",
|
"@babel/compat-data": "^7.25.7",
|
||||||
"@babel/helper-compilation-targets": "^7.25.2",
|
"@babel/helper-compilation-targets": "^7.25.7",
|
||||||
"@babel/helper-plugin-utils": "^7.24.8",
|
"@babel/helper-plugin-utils": "^7.25.7",
|
||||||
"@babel/helper-validator-option": "^7.24.8",
|
"@babel/helper-validator-option": "^7.25.7",
|
||||||
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.3",
|
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.7",
|
||||||
"@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.0",
|
"@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.7",
|
||||||
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.0",
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.7",
|
||||||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7",
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.25.7",
|
||||||
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.0",
|
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.7",
|
||||||
"@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
|
"@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
|
||||||
"@babel/plugin-syntax-async-generators": "^7.8.4",
|
"@babel/plugin-syntax-async-generators": "^7.8.4",
|
||||||
"@babel/plugin-syntax-class-properties": "^7.12.13",
|
"@babel/plugin-syntax-class-properties": "^7.12.13",
|
||||||
"@babel/plugin-syntax-class-static-block": "^7.14.5",
|
"@babel/plugin-syntax-class-static-block": "^7.14.5",
|
||||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||||
"@babel/plugin-syntax-export-namespace-from": "^7.8.3",
|
"@babel/plugin-syntax-export-namespace-from": "^7.8.3",
|
||||||
"@babel/plugin-syntax-import-assertions": "^7.24.7",
|
"@babel/plugin-syntax-import-assertions": "^7.25.7",
|
||||||
"@babel/plugin-syntax-import-attributes": "^7.24.7",
|
"@babel/plugin-syntax-import-attributes": "^7.25.7",
|
||||||
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
||||||
"@babel/plugin-syntax-json-strings": "^7.8.3",
|
"@babel/plugin-syntax-json-strings": "^7.8.3",
|
||||||
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
|
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
|
||||||
|
@ -1865,60 +1865,60 @@
|
||||||
"@babel/plugin-syntax-private-property-in-object": "^7.14.5",
|
"@babel/plugin-syntax-private-property-in-object": "^7.14.5",
|
||||||
"@babel/plugin-syntax-top-level-await": "^7.14.5",
|
"@babel/plugin-syntax-top-level-await": "^7.14.5",
|
||||||
"@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
|
"@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
|
||||||
"@babel/plugin-transform-arrow-functions": "^7.24.7",
|
"@babel/plugin-transform-arrow-functions": "^7.25.7",
|
||||||
"@babel/plugin-transform-async-generator-functions": "^7.25.4",
|
"@babel/plugin-transform-async-generator-functions": "^7.25.7",
|
||||||
"@babel/plugin-transform-async-to-generator": "^7.24.7",
|
"@babel/plugin-transform-async-to-generator": "^7.25.7",
|
||||||
"@babel/plugin-transform-block-scoped-functions": "^7.24.7",
|
"@babel/plugin-transform-block-scoped-functions": "^7.25.7",
|
||||||
"@babel/plugin-transform-block-scoping": "^7.25.0",
|
"@babel/plugin-transform-block-scoping": "^7.25.7",
|
||||||
"@babel/plugin-transform-class-properties": "^7.25.4",
|
"@babel/plugin-transform-class-properties": "^7.25.7",
|
||||||
"@babel/plugin-transform-class-static-block": "^7.24.7",
|
"@babel/plugin-transform-class-static-block": "^7.25.7",
|
||||||
"@babel/plugin-transform-classes": "^7.25.4",
|
"@babel/plugin-transform-classes": "^7.25.7",
|
||||||
"@babel/plugin-transform-computed-properties": "^7.24.7",
|
"@babel/plugin-transform-computed-properties": "^7.25.7",
|
||||||
"@babel/plugin-transform-destructuring": "^7.24.8",
|
"@babel/plugin-transform-destructuring": "^7.25.7",
|
||||||
"@babel/plugin-transform-dotall-regex": "^7.24.7",
|
"@babel/plugin-transform-dotall-regex": "^7.25.7",
|
||||||
"@babel/plugin-transform-duplicate-keys": "^7.24.7",
|
"@babel/plugin-transform-duplicate-keys": "^7.25.7",
|
||||||
"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.0",
|
"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.7",
|
||||||
"@babel/plugin-transform-dynamic-import": "^7.24.7",
|
"@babel/plugin-transform-dynamic-import": "^7.25.7",
|
||||||
"@babel/plugin-transform-exponentiation-operator": "^7.24.7",
|
"@babel/plugin-transform-exponentiation-operator": "^7.25.7",
|
||||||
"@babel/plugin-transform-export-namespace-from": "^7.24.7",
|
"@babel/plugin-transform-export-namespace-from": "^7.25.7",
|
||||||
"@babel/plugin-transform-for-of": "^7.24.7",
|
"@babel/plugin-transform-for-of": "^7.25.7",
|
||||||
"@babel/plugin-transform-function-name": "^7.25.1",
|
"@babel/plugin-transform-function-name": "^7.25.7",
|
||||||
"@babel/plugin-transform-json-strings": "^7.24.7",
|
"@babel/plugin-transform-json-strings": "^7.25.7",
|
||||||
"@babel/plugin-transform-literals": "^7.25.2",
|
"@babel/plugin-transform-literals": "^7.25.7",
|
||||||
"@babel/plugin-transform-logical-assignment-operators": "^7.24.7",
|
"@babel/plugin-transform-logical-assignment-operators": "^7.25.7",
|
||||||
"@babel/plugin-transform-member-expression-literals": "^7.24.7",
|
"@babel/plugin-transform-member-expression-literals": "^7.25.7",
|
||||||
"@babel/plugin-transform-modules-amd": "^7.24.7",
|
"@babel/plugin-transform-modules-amd": "^7.25.7",
|
||||||
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
|
"@babel/plugin-transform-modules-commonjs": "^7.25.7",
|
||||||
"@babel/plugin-transform-modules-systemjs": "^7.25.0",
|
"@babel/plugin-transform-modules-systemjs": "^7.25.7",
|
||||||
"@babel/plugin-transform-modules-umd": "^7.24.7",
|
"@babel/plugin-transform-modules-umd": "^7.25.7",
|
||||||
"@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7",
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.25.7",
|
||||||
"@babel/plugin-transform-new-target": "^7.24.7",
|
"@babel/plugin-transform-new-target": "^7.25.7",
|
||||||
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
|
"@babel/plugin-transform-nullish-coalescing-operator": "^7.25.7",
|
||||||
"@babel/plugin-transform-numeric-separator": "^7.24.7",
|
"@babel/plugin-transform-numeric-separator": "^7.25.7",
|
||||||
"@babel/plugin-transform-object-rest-spread": "^7.24.7",
|
"@babel/plugin-transform-object-rest-spread": "^7.25.7",
|
||||||
"@babel/plugin-transform-object-super": "^7.24.7",
|
"@babel/plugin-transform-object-super": "^7.25.7",
|
||||||
"@babel/plugin-transform-optional-catch-binding": "^7.24.7",
|
"@babel/plugin-transform-optional-catch-binding": "^7.25.7",
|
||||||
"@babel/plugin-transform-optional-chaining": "^7.24.8",
|
"@babel/plugin-transform-optional-chaining": "^7.25.7",
|
||||||
"@babel/plugin-transform-parameters": "^7.24.7",
|
"@babel/plugin-transform-parameters": "^7.25.7",
|
||||||
"@babel/plugin-transform-private-methods": "^7.25.4",
|
"@babel/plugin-transform-private-methods": "^7.25.7",
|
||||||
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
|
"@babel/plugin-transform-private-property-in-object": "^7.25.7",
|
||||||
"@babel/plugin-transform-property-literals": "^7.24.7",
|
"@babel/plugin-transform-property-literals": "^7.25.7",
|
||||||
"@babel/plugin-transform-regenerator": "^7.24.7",
|
"@babel/plugin-transform-regenerator": "^7.25.7",
|
||||||
"@babel/plugin-transform-reserved-words": "^7.24.7",
|
"@babel/plugin-transform-reserved-words": "^7.25.7",
|
||||||
"@babel/plugin-transform-shorthand-properties": "^7.24.7",
|
"@babel/plugin-transform-shorthand-properties": "^7.25.7",
|
||||||
"@babel/plugin-transform-spread": "^7.24.7",
|
"@babel/plugin-transform-spread": "^7.25.7",
|
||||||
"@babel/plugin-transform-sticky-regex": "^7.24.7",
|
"@babel/plugin-transform-sticky-regex": "^7.25.7",
|
||||||
"@babel/plugin-transform-template-literals": "^7.24.7",
|
"@babel/plugin-transform-template-literals": "^7.25.7",
|
||||||
"@babel/plugin-transform-typeof-symbol": "^7.24.8",
|
"@babel/plugin-transform-typeof-symbol": "^7.25.7",
|
||||||
"@babel/plugin-transform-unicode-escapes": "^7.24.7",
|
"@babel/plugin-transform-unicode-escapes": "^7.25.7",
|
||||||
"@babel/plugin-transform-unicode-property-regex": "^7.24.7",
|
"@babel/plugin-transform-unicode-property-regex": "^7.25.7",
|
||||||
"@babel/plugin-transform-unicode-regex": "^7.24.7",
|
"@babel/plugin-transform-unicode-regex": "^7.25.7",
|
||||||
"@babel/plugin-transform-unicode-sets-regex": "^7.25.4",
|
"@babel/plugin-transform-unicode-sets-regex": "^7.25.7",
|
||||||
"@babel/preset-modules": "0.1.6-no-external-plugins",
|
"@babel/preset-modules": "0.1.6-no-external-plugins",
|
||||||
"babel-plugin-polyfill-corejs2": "^0.4.10",
|
"babel-plugin-polyfill-corejs2": "^0.4.10",
|
||||||
"babel-plugin-polyfill-corejs3": "^0.10.6",
|
"babel-plugin-polyfill-corejs3": "^0.10.6",
|
||||||
"babel-plugin-polyfill-regenerator": "^0.6.1",
|
"babel-plugin-polyfill-regenerator": "^0.6.1",
|
||||||
"core-js-compat": "^3.37.1",
|
"core-js-compat": "^3.38.1",
|
||||||
"semver": "^6.3.1"
|
"semver": "^6.3.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
@ -1944,18 +1944,18 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/preset-react": {
|
"node_modules/@babel/preset-react": {
|
||||||
"version": "7.24.7",
|
"version": "7.25.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.24.7.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.25.7.tgz",
|
||||||
"integrity": "sha512-AAH4lEkpmzFWrGVlHaxJB7RLH21uPQ9+He+eFLWHmF9IuFQVugz8eAsamaW0DXRrTfco5zj1wWtpdcXJUOfsag==",
|
"integrity": "sha512-GjV0/mUEEXpi1U5ZgDprMRRgajGMRW3G5FjMr5KLKD8nT2fTG8+h/klV3+6Dm5739QE+K5+2e91qFKAYI3pmRg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-plugin-utils": "^7.24.7",
|
"@babel/helper-plugin-utils": "^7.25.7",
|
||||||
"@babel/helper-validator-option": "^7.24.7",
|
"@babel/helper-validator-option": "^7.25.7",
|
||||||
"@babel/plugin-transform-react-display-name": "^7.24.7",
|
"@babel/plugin-transform-react-display-name": "^7.25.7",
|
||||||
"@babel/plugin-transform-react-jsx": "^7.24.7",
|
"@babel/plugin-transform-react-jsx": "^7.25.7",
|
||||||
"@babel/plugin-transform-react-jsx-development": "^7.24.7",
|
"@babel/plugin-transform-react-jsx-development": "^7.25.7",
|
||||||
"@babel/plugin-transform-react-pure-annotations": "^7.24.7"
|
"@babel/plugin-transform-react-pure-annotations": "^7.25.7"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.9.0"
|
"node": ">=6.9.0"
|
||||||
|
|
14
package.json
14
package.json
|
@ -52,15 +52,15 @@
|
||||||
"transifex": "1.6.6"
|
"transifex": "1.6.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "7.25.6",
|
"@babel/cli": "7.25.7",
|
||||||
"@babel/core": "7.25.2",
|
"@babel/core": "7.25.7",
|
||||||
"@babel/eslint-parser": "7.25.1",
|
"@babel/eslint-parser": "7.25.7",
|
||||||
"@babel/node": "7.25.0",
|
"@babel/node": "7.25.7",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
||||||
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
||||||
"@babel/plugin-transform-async-to-generator": "7.24.7",
|
"@babel/plugin-transform-async-to-generator": "7.25.7",
|
||||||
"@babel/preset-env": "7.25.4",
|
"@babel/preset-env": "7.25.7",
|
||||||
"@babel/preset-react": "7.24.7",
|
"@babel/preset-react": "7.25.7",
|
||||||
"@commitlint/cli": "18.6.1",
|
"@commitlint/cli": "18.6.1",
|
||||||
"@commitlint/config-conventional": "18.6.3",
|
"@commitlint/config-conventional": "18.6.3",
|
||||||
"async": "3.2.6",
|
"async": "3.2.6",
|
||||||
|
|
Loading…
Reference in a new issue