Compare commits
27 Commits
635d723ac0
...
renovate/e
Author | SHA1 | Date | |
---|---|---|---|
f7f05efa0a | |||
d41568001b | |||
630ab8e5e8 | |||
0d66e0eefb | |||
44a9f85ab1 | |||
105c515d15 | |||
da7ac806fa | |||
b41d3bba09 | |||
ad795e7e41 | |||
b116e86425 | |||
2630c611f4 | |||
7127173019 | |||
b6e0371504 | |||
b592dc6fd9 | |||
cb89d6b5b8 | |||
77aa62ae68 | |||
b5550e2117 | |||
a52568dd37 | |||
eafcbc0b23 | |||
94a19a380f | |||
40fce51a64 | |||
2c95723381 | |||
75231e900a | |||
a001b2d114 | |||
5f94c07cba | |||
507cfae3bc | |||
40c18822e0 |
@ -12,12 +12,12 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: lint
|
||||
image: node:22.16.0@sha256:0b5b940c21ab03353de9042f9166c75bcfc53c4cd0508c7fd88576646adbf875
|
||||
image: node:22.17.1@sha256:37ff334612f77d8f999c10af8797727b731629c26f2e83caa6af390998bdc49c
|
||||
commands:
|
||||
- npm install
|
||||
- npm run lint
|
||||
- name: build
|
||||
image: node:22.16.0@sha256:0b5b940c21ab03353de9042f9166c75bcfc53c4cd0508c7fd88576646adbf875
|
||||
image: node:22.17.1@sha256:37ff334612f77d8f999c10af8797727b731629c26f2e83caa6af390998bdc49c
|
||||
environment:
|
||||
NODE_OPTIONS: '--openssl-legacy-provider'
|
||||
commands:
|
||||
@ -39,7 +39,7 @@ depends_on:
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: node:22.16.0@sha256:0b5b940c21ab03353de9042f9166c75bcfc53c4cd0508c7fd88576646adbf875
|
||||
image: node:22.17.1@sha256:37ff334612f77d8f999c10af8797727b731629c26f2e83caa6af390998bdc49c
|
||||
environment:
|
||||
NODE_OPTIONS: '--openssl-legacy-provider'
|
||||
commands:
|
||||
|
1108
package-lock.json
generated
1108
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
@ -8,24 +8,24 @@
|
||||
"lint": "vue-cli-service lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "5.3.6",
|
||||
"core-js": "3.43.0",
|
||||
"bootstrap": "5.3.7",
|
||||
"core-js": "3.44.0",
|
||||
"qrcode.vue": "3.6.0",
|
||||
"register-service-worker": "1.7.2",
|
||||
"vue": "3.5.16"
|
||||
"vue": "3.5.18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "7.27.1",
|
||||
"@babel/eslint-parser": "7.28.0",
|
||||
"@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.16",
|
||||
"@vue/compiler-sfc": "3.5.18",
|
||||
"@vue/eslint-config-standard": "8.0.1",
|
||||
"eslint": "8.57.1",
|
||||
"eslint-plugin-import": "2.31.0",
|
||||
"eslint-plugin-n": "17.20.0",
|
||||
"eslint-plugin-import": "2.32.0",
|
||||
"eslint-plugin-n": "17.21.3",
|
||||
"eslint-plugin-promise": "7.2.1",
|
||||
"eslint-plugin-vue": "9.33.0"
|
||||
"eslint-plugin-vue": "10.4.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user