|
1 | 1 | {
|
2 | 2 | "name": "code-snippet-frontend",
|
3 | 3 | "displayName": "Code Snippet Frontend",
|
4 |
| - "version": "0.0.2", |
| 4 | + "version": "0.0.3", |
5 | 5 | "publisher": "SAP",
|
6 | 6 | "license": "Apache 2.0",
|
7 | 7 | "description": "Frontend for the Code Snippet framework",
|
|
21 | 21 | "@sap-devx/inquirer-gui-folder-browser-plugin": "0.0.3",
|
22 | 22 | "@sap-devx/inquirer-gui-login-plugin": "0.0.4",
|
23 | 23 | "@sap-devx/inquirer-gui-tiles-plugin": "0.0.8",
|
24 |
| - "core-js": "2.6.6", |
25 |
| - "lodash": "^4.17.15", |
26 |
| - "material-design-icons-iconfont": "^5.0.1", |
27 |
| - "vue": "^2.6.10", |
28 |
| - "vue-loading-overlay": "^3.3.0", |
29 |
| - "vuetify": "^2.2.22" |
| 24 | + "core-js": "3.6.5", |
| 25 | + "lodash": "4.17.20", |
| 26 | + "material-design-icons-iconfont": "6.1.0", |
| 27 | + "vue": "2.6.12", |
| 28 | + "vue-loading-overlay": "3.3.0", |
| 29 | + "vuetify": "2.3.10" |
30 | 30 | },
|
31 | 31 | "devDependencies": {
|
32 |
| - "@babel/preset-env": "^7.9.5", |
33 |
| - "@sap-devx/webview-rpc": "^0.2.2", |
34 |
| - "@vue/cli-plugin-babel": "^3.11.0", |
35 |
| - "@vue/cli-plugin-eslint": "^3.11.0", |
36 |
| - "@vue/cli-plugin-unit-jest": "^4.3.1", |
37 |
| - "@vue/cli-service": "^3.11.0", |
38 |
| - "@vue/test-utils": "^1.0.0-beta.33", |
| 32 | + "@babel/preset-env": "7.11.5", |
| 33 | + "@sap-devx/webview-rpc": "0.2.3", |
| 34 | + "@vue/cli-plugin-babel": "4.5.4", |
| 35 | + "@vue/cli-plugin-eslint": "4.5.4", |
| 36 | + "@vue/cli-plugin-unit-jest": "4.5.4", |
| 37 | + "@vue/cli-service": "4.5.4", |
| 38 | + "@vue/test-utils": "1.0.5", |
39 | 39 | "babel-eslint": "^10.0.1",
|
40 | 40 | "babel-jest": "^24.9.0",
|
41 | 41 | "canvas": "2.5.0",
|
42 | 42 | "eslint": "^5.16.0",
|
43 | 43 | "eslint-plugin-vue": "^5.0.0",
|
44 | 44 | "fibers": "^4.0.2",
|
45 | 45 | "flush-promises": "^1.0.2",
|
46 |
| - "husky": "1.2.1", |
| 46 | + "husky": "4.2.5", |
47 | 47 | "jest": "^24.9.0",
|
48 | 48 | "jest-serializer-vue": "^2.0.2",
|
49 |
| - "lint-staged": "^8.1.5", |
| 49 | + "lint-staged": "10.3.0", |
50 | 50 | "mock-socket": "^9.0.2",
|
51 |
| - "sass": "^1.26.3", |
52 |
| - "sass-loader": "^8.0.2", |
53 |
| - "vue-cli-plugin-vuetify": "^2.0.5", |
54 |
| - "vue-jest": "^3.0.5", |
55 |
| - "vue-template-compiler": "^2.6.10", |
56 |
| - "vuetify-loader": "^1.3.0", |
57 |
| - "webpack": "^4.42.1" |
| 51 | + "sass": "1.26.10", |
| 52 | + "sass-loader": "10.0.2", |
| 53 | + "vue-cli-plugin-vuetify": "2.0.7", |
| 54 | + "vue-jest": "3.0.6", |
| 55 | + "vue-template-compiler": "2.6.12", |
| 56 | + "vuetify-loader": "1.6.0", |
| 57 | + "webpack": "4.44.1", |
| 58 | + "webpack-cli": "3.3.12" |
58 | 59 | },
|
59 | 60 | "eslintConfig": {
|
60 | 61 | "root": true,
|
|
0 commit comments