Compare commits
39 Commits
3e7f9bc7a6
...
renovate/v
Author | SHA1 | Date | |
---|---|---|---|
8811b867a4 | |||
40fce51a64 | |||
2c95723381 | |||
75231e900a | |||
a001b2d114 | |||
507cfae3bc | |||
9a914ad2a8 | |||
45629ed739 | |||
495c83cf28 | |||
d52d825e77 | |||
40c18822e0 | |||
14671a5915 | |||
f389f7a30c | |||
f7880434ec | |||
001155b858 | |||
d4943a4296 | |||
57e92a2a3c | |||
e187e4c72a | |||
def15e9d20 | |||
c5854ab86e | |||
7653fe74da | |||
e47c35e81f | |||
429cecd7a8 | |||
485ce7ca2c | |||
3e48f40d69 | |||
72f3246bde | |||
5ddd7b231b | |||
b072d4dd9a | |||
6620a0c938 | |||
70c58cfb69 | |||
366f4d2739 | |||
9002848b10 | |||
6819dd689c | |||
5c0f6ba649 | |||
dbc4a038a7 | |||
8ea34292ca | |||
840d85980d | |||
eb959dccb5 | |||
d3d7e5984e |
@ -12,12 +12,12 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: lint
|
||||
image: node:22.14.0@sha256:c7fd844945a76eeaa83cb372e4d289b4a30b478a1c80e16c685b62c54156285b
|
||||
image: node:22.16.0@sha256:0b5b940c21ab03353de9042f9166c75bcfc53c4cd0508c7fd88576646adbf875
|
||||
commands:
|
||||
- npm install
|
||||
- npm run lint
|
||||
- name: build
|
||||
image: node:22.14.0@sha256:c7fd844945a76eeaa83cb372e4d289b4a30b478a1c80e16c685b62c54156285b
|
||||
image: node:22.16.0@sha256:0b5b940c21ab03353de9042f9166c75bcfc53c4cd0508c7fd88576646adbf875
|
||||
environment:
|
||||
NODE_OPTIONS: '--openssl-legacy-provider'
|
||||
commands:
|
||||
@ -39,7 +39,7 @@ depends_on:
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: node:22.14.0@sha256:c7fd844945a76eeaa83cb372e4d289b4a30b478a1c80e16c685b62c54156285b
|
||||
image: node:22.16.0@sha256:0b5b940c21ab03353de9042f9166c75bcfc53c4cd0508c7fd88576646adbf875
|
||||
environment:
|
||||
NODE_OPTIONS: '--openssl-legacy-provider'
|
||||
commands:
|
||||
|
1749
package-lock.json
generated
1749
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@ -9,22 +9,22 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "5.3.3",
|
||||
"core-js": "3.41.0",
|
||||
"core-js": "3.43.0",
|
||||
"qrcode.vue": "3.6.0",
|
||||
"register-service-worker": "1.7.2",
|
||||
"vue": "3.5.13"
|
||||
"vue": "3.5.17"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "7.27.0",
|
||||
"@babel/eslint-parser": "7.27.5",
|
||||
"@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.5.13",
|
||||
"@vue/eslint-config-standard": "8.0.1",
|
||||
"@vue/compiler-sfc": "3.5.17",
|
||||
"@vue/eslint-config-standard": "9.0.1",
|
||||
"eslint": "8.57.1",
|
||||
"eslint-plugin-import": "2.31.0",
|
||||
"eslint-plugin-n": "17.17.0",
|
||||
"eslint-plugin-import": "2.32.0",
|
||||
"eslint-plugin-n": "17.20.0",
|
||||
"eslint-plugin-promise": "7.2.1",
|
||||
"eslint-plugin-vue": "9.33.0"
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
"extends": [
|
||||
"config:best-practices",
|
||||
"npm:unpublishSafe",
|
||||
":maintainLockFilesWeekly",
|
||||
":maintainLockFilesMonthly",
|
||||
":pinAllExceptPeerDependencies",
|
||||
":prHourlyLimitNone",
|
||||
":prConcurrentLimitNone",
|
||||
|
Reference in New Issue
Block a user