mirror of
https://github.com/maputnik/editor.git
synced 2026-03-14 06:10:01 +00:00
Compare commits
1 Commits
main
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2f0d2f165a |
48
package-lock.json
generated
48
package-lock.json
generated
@@ -100,7 +100,7 @@
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"eslint-plugin-react-refresh": "^0.5.2",
|
||||
"i18next-cli": "^1.49.4",
|
||||
"i18next-cli": "^1.49.6",
|
||||
"istanbul": "^0.4.5",
|
||||
"istanbul-lib-coverage": "^3.2.2",
|
||||
"postcss": "^8.5.8",
|
||||
@@ -8286,28 +8286,28 @@
|
||||
}
|
||||
},
|
||||
"node_modules/i18next-cli": {
|
||||
"version": "1.49.4",
|
||||
"resolved": "https://registry.npmjs.org/i18next-cli/-/i18next-cli-1.49.4.tgz",
|
||||
"integrity": "sha512-ts/5iEO7/j30kzw+G0jpwpZ/0ChaggZt2ASQVJPizIrG8pjGh/StnQULfPPn0dWwOpCmEi9DQYm/WwrCJkoRRQ==",
|
||||
"version": "1.49.6",
|
||||
"resolved": "https://registry.npmjs.org/i18next-cli/-/i18next-cli-1.49.6.tgz",
|
||||
"integrity": "sha512-RfYapPZ7cL77TYid1AhZjUXYWQBqlNjx7aiYfgsY20hlrAI3DNlCGwEBIYKJ+YdzNICJDbFPaKZLkc/qL4qWTw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@croct/json5-parser": "0.2.2",
|
||||
"@swc/core": "1.15.18",
|
||||
"chokidar": "5.0.0",
|
||||
"commander": "14.0.3",
|
||||
"execa": "9.6.1",
|
||||
"glob": "13.0.6",
|
||||
"i18next-resources-for-ts": "2.0.0",
|
||||
"inquirer": "13.3.0",
|
||||
"jiti": "2.6.1",
|
||||
"jsonc-parser": "3.3.1",
|
||||
"magic-string": "0.30.21",
|
||||
"minimatch": "10.2.4",
|
||||
"ora": "9.3.0",
|
||||
"@croct/json5-parser": "^0.2.2",
|
||||
"@swc/core": "^1.15.18",
|
||||
"chokidar": "^5.0.0",
|
||||
"commander": "^14.0.3",
|
||||
"execa": "^9.6.1",
|
||||
"glob": "^13.0.6",
|
||||
"i18next-resources-for-ts": "^2.0.1",
|
||||
"inquirer": "^13.3.0",
|
||||
"jiti": "^2.6.1",
|
||||
"jsonc-parser": "^3.3.1",
|
||||
"magic-string": "^0.30.21",
|
||||
"minimatch": "^10.2.4",
|
||||
"ora": "^9.3.0",
|
||||
"react": "^19.2.4",
|
||||
"react-i18next": "^16.5.5",
|
||||
"yaml": "2.8.2"
|
||||
"react-i18next": "^16.5.6",
|
||||
"yaml": "^2.8.2"
|
||||
},
|
||||
"bin": {
|
||||
"i18next-cli": "dist/esm/cli.js"
|
||||
@@ -8606,14 +8606,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/i18next-resources-for-ts": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/i18next-resources-for-ts/-/i18next-resources-for-ts-2.0.0.tgz",
|
||||
"integrity": "sha512-RvATolbJlxrwpZh2+R7ZcNtg0ewmXFFx6rdu9i2bUEBvn6ThgA82rxDe3rJQa3hFS0SopX0qPaABqVDN3TUVpw==",
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/i18next-resources-for-ts/-/i18next-resources-for-ts-2.0.1.tgz",
|
||||
"integrity": "sha512-e3nroKWOHI/B4Nl2+N62xeCS8Dd61iSIUej/4ObeOs64JiLosAsHaa3HILg23rgIf+dS1I0IMDEkWPH2s9Oo3Q==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.28.4",
|
||||
"@swc/core": "^1.15.3",
|
||||
"@babel/runtime": "^7.28.6",
|
||||
"@swc/core": "^1.15.18",
|
||||
"chokidar": "^5.0.0",
|
||||
"yaml": "^2.8.2"
|
||||
},
|
||||
|
||||
@@ -134,7 +134,7 @@
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"eslint-plugin-react-refresh": "^0.5.2",
|
||||
"i18next-cli": "^1.49.4",
|
||||
"i18next-cli": "^1.49.6",
|
||||
"istanbul": "^0.4.5",
|
||||
"istanbul-lib-coverage": "^3.2.2",
|
||||
"postcss": "^8.5.8",
|
||||
|
||||
Reference in New Issue
Block a user