Compare commits

..

No commits in common. "b38698b90cd3a81c945e11445fb050d79be6a0d5" and "85b6b8d747b0961d19cdbbaba4f5be7f96796806" have entirely different histories.

2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -15,7 +15,7 @@
"vue": "^3.4.23" "vue": "^3.4.23"
}, },
"devDependencies": { "devDependencies": {
"@babel/eslint-parser": "7.24.5", "@babel/eslint-parser": "7.24.1",
"@vue/cli-plugin-babel": "5.0.8", "@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8", "@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-pwa": "5.0.8", "@vue/cli-plugin-pwa": "5.0.8",
@ -119,9 +119,9 @@
} }
}, },
"node_modules/@babel/eslint-parser": { "node_modules/@babel/eslint-parser": {
"version": "7.24.5", "version": "7.24.1",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.5.tgz", "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.1.tgz",
"integrity": "sha512-gsUcqS/fPlgAw1kOtpss7uhY6E9SFFANQ6EFX5GTvzUwaV0+sGaZWk6xq22MOdeT9wfxyokW3ceCUvOiRtZciQ==", "integrity": "sha512-d5guuzMlPeDfZIbpQ8+g1NaCNuAGBBGNECh0HVqz1sjOeVLh2CEaifuOysCH18URW6R7pqXINvf5PaR/dC6jLQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
@ -133,7 +133,7 @@
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.11.0", "@babel/core": "^7.11.0",
"eslint": "^7.5.0 || ^8.0.0 || ^9.0.0" "eslint": "^7.5.0 || ^8.0.0"
} }
}, },
"node_modules/@babel/generator": { "node_modules/@babel/generator": {

View File

@ -21,7 +21,7 @@
"@vue/cli-service": "5.0.8", "@vue/cli-service": "5.0.8",
"@vue/compiler-sfc": "3.4.27", "@vue/compiler-sfc": "3.4.27",
"@vue/eslint-config-standard": "8.0.1", "@vue/eslint-config-standard": "8.0.1",
"@babel/eslint-parser": "7.24.5", "@babel/eslint-parser": "7.24.1",
"eslint": "8.57.0", "eslint": "8.57.0",
"eslint-plugin-import": "2.29.1", "eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "17.5.1", "eslint-plugin-n": "17.5.1",