Compare commits

..

No commits in common. "1670eaa260a7912c5279f648ce5f68cbeb17184b" and "e51b93063d9faa80b989aee6fa81d0ed048b1ed2" have entirely different histories.

2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -15,7 +15,7 @@
"vue": "^3.4.23"
},
"devDependencies": {
"@babel/eslint-parser": "7.24.7",
"@babel/eslint-parser": "7.24.6",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-pwa": "5.0.8",
@ -119,9 +119,9 @@
}
},
"node_modules/@babel/eslint-parser": {
"version": "7.24.7",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.7.tgz",
"integrity": "sha512-SO5E3bVxDuxyNxM5agFv480YA2HO6ohZbGxbazZdIk3KQOPOGVNw6q78I9/lbviIf95eq6tPozeYnJLbjnC8IA==",
"version": "7.24.6",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.6.tgz",
"integrity": "sha512-Q1BfQX42zXHx732PLW0w4+Y3wJjoZKEMaatFUEAmQ7Z+jCXxinzeqX9bvv2Q8xNPes/H6F0I23oGkcgjaItmLw==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

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