Merge pull request 'Update dependencies' (#25) from update-deps into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #25
This commit is contained in:
commit
38e3ab7166
@ -12,12 +12,12 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: lint
|
||||
image: node:18
|
||||
image: node:20.12.2
|
||||
commands:
|
||||
- npm install
|
||||
- npm run lint
|
||||
- name: build
|
||||
image: node:18
|
||||
image: node:20.12.2
|
||||
environment:
|
||||
NODE_OPTIONS: '--openssl-legacy-provider'
|
||||
commands:
|
||||
@ -39,7 +39,7 @@ depends_on:
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: node:18
|
||||
image: node:20.12.2
|
||||
environment:
|
||||
NODE_OPTIONS: '--openssl-legacy-provider'
|
||||
commands:
|
||||
@ -57,6 +57,6 @@ steps:
|
||||
recursive: true
|
||||
---
|
||||
kind: signature
|
||||
hmac: 0f87c59a97ed13bfd04074b63d1e5567b2ff228141951e7edb14ba31a123284e
|
||||
hmac: 6165a4064c19ccc6d2871c8d18859d5014a3f3c9892d70d27acbc78cfa253e54
|
||||
|
||||
...
|
||||
|
17092
package-lock.json
generated
17092
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@ -8,11 +8,11 @@
|
||||
"lint": "vue-cli-service lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^5.2.3",
|
||||
"core-js": "^3.26.1",
|
||||
"qrcode.vue": "^3.3.3",
|
||||
"bootstrap": "^5.3.3",
|
||||
"core-js": "^3.36.1",
|
||||
"qrcode.vue": "^3.4.1",
|
||||
"register-service-worker": "^1.7.2",
|
||||
"vue": "^3.0.0"
|
||||
"vue": "^3.4.23"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "~4.5.0",
|
||||
@ -23,7 +23,7 @@
|
||||
"@vue/eslint-config-standard": "^5.1.2",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-import": "^2.29.1",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^4.3.1",
|
||||
"eslint-plugin-standard": "^4.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user