|
10 | 10 | "lint": "vue-cli-service lint" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "core-js": "3.7.0", |
14 | | - "vue": "2.6.12", |
15 | | - "vue-axios": "3.1.3", |
| 13 | + "core-js": "3.16.2", |
| 14 | + "vue": "2.6.14", |
| 15 | + "vue-axios": "3.2.5", |
16 | 16 | "vue-class-component": "7.2.6", |
17 | | - "vue-property-decorator": "9.0.2", |
18 | | - "vue-router": "3.4.9", |
19 | | - "vuex": "3.5.1", |
| 17 | + "vue-property-decorator": "9.1.2", |
| 18 | + "vue-router": "3.5.2", |
| 19 | + "vuex": "3.6.2", |
20 | 20 | "vuex-class": "0.3.2" |
21 | 21 | }, |
22 | 22 | "devDependencies": { |
23 | | - "@types/cors": "2.8.8", |
24 | | - "@types/express": "4.17.9", |
25 | | - "@types/express-jwt": "0.0.42", |
26 | | - "@types/jsonwebtoken": "8.5.0", |
27 | | - "@vue/cli-plugin-babel": "4.5.8", |
28 | | - "@vue/cli-plugin-pwa": "4.5.8", |
29 | | - "@vue/cli-plugin-typescript": "4.5.8", |
30 | | - "@vue/cli-service": "4.5.8", |
| 23 | + "@types/cors": "2.8.12", |
| 24 | + "@types/express": "4.17.13", |
| 25 | + "@types/express-jwt": "6.0.2", |
| 26 | + "@types/jsonwebtoken": "8.5.4", |
| 27 | + "@types/node": "16.6.1", |
| 28 | + "@vue/cli-plugin-babel": "4.5.13", |
| 29 | + "@vue/cli-plugin-pwa": "4.5.13", |
| 30 | + "@vue/cli-plugin-typescript": "4.5.13", |
| 31 | + "@vue/cli-service": "4.5.13", |
31 | 32 | "body-parser": "1.19.0", |
32 | 33 | "cors": "2.8.5", |
33 | 34 | "express": "4.17.1", |
34 | | - "express-jwt": "6.0.0", |
| 35 | + "express-jwt": "6.1.0", |
35 | 36 | "jsonwebtoken": "8.5.1", |
36 | 37 | "npm-run-all": "4.1.5", |
37 | | - "ts-node": "9.0.0", |
38 | | - "typescript": "4.0.5", |
39 | | - "vue-template-compiler": "2.6.12" |
| 38 | + "ts-node": "10.2.0", |
| 39 | + "typescript": "4.3.5", |
| 40 | + "vue-template-compiler": "2.6.14" |
40 | 41 | } |
41 | 42 | } |
0 commit comments