Compare commits
1 Commits
ec03f235bf
...
f215e53923
Author | SHA1 | Date | |
---|---|---|---|
f215e53923 |
3672
package-lock.json
generated
3672
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
15
package.json
15
package.json
@ -8,24 +8,25 @@
|
||||
"lint": "vue-cli-service lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "5.3.3",
|
||||
"core-js": "3.38.0",
|
||||
"qrcode.vue": "3.4.1",
|
||||
"register-service-worker": "1.7.2",
|
||||
"vue": "3.4.38"
|
||||
"bootstrap": "^5.3.3",
|
||||
"core-js": "^3.36.1",
|
||||
"qrcode.vue": "^3.4.1",
|
||||
"register-service-worker": "^1.7.2",
|
||||
"vue": "^3.4.23"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "7.25.1",
|
||||
"@vue/cli-plugin-babel": "5.0.8",
|
||||
"@vue/cli-plugin-eslint": "5.0.8",
|
||||
"@vue/cli-plugin-pwa": "5.0.8",
|
||||
"@vue/cli-service": "5.0.8",
|
||||
"@vue/compiler-sfc": "3.4.38",
|
||||
"@vue/compiler-sfc": "3.4.37",
|
||||
"@vue/eslint-config-standard": "8.0.1",
|
||||
"@babel/eslint-parser": "7.25.1",
|
||||
"eslint": "9.9.0",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"eslint-plugin-n": "17.10.2",
|
||||
"eslint-plugin-promise": "7.1.0",
|
||||
"eslint-plugin-standard": "5.0.0",
|
||||
"eslint-plugin-vue": "9.27.0"
|
||||
}
|
||||
}
|
||||
|
@ -3,8 +3,6 @@
|
||||
"extends": [
|
||||
"config:best-practices",
|
||||
"npm:unpublishSafe",
|
||||
":maintainLockFilesWeekly",
|
||||
":pinAllExceptPeerDependencies",
|
||||
":prHourlyLimitNone",
|
||||
":prConcurrentLimitNone",
|
||||
":separateMultipleMajorReleases"
|
||||
|
Loading…
x
Reference in New Issue
Block a user