|
1 | 1 | { |
2 | 2 | "name": "vue-puzzle-vcode", |
3 | | - "version": "1.1.3", |
| 3 | + "version": "1.1.4", |
4 | 4 | "description": "vue 滑动拼图验证码", |
5 | 5 | "main": "dist/main.js", |
6 | 6 | "files": [ |
|
28 | 28 | }, |
29 | 29 | "homepage": "https://github.com/javaLuo/vue-puzzle-vcode#readme", |
30 | 30 | "dependencies": { |
31 | | - "vue": "^2.6.11" |
| 31 | + "vue": "^2.6.12" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "@babel/core": "^7.9.6", |
35 | | - "@babel/plugin-proposal-class-properties": "^7.8.3", |
36 | | - "@babel/plugin-proposal-object-rest-spread": "^7.9.6", |
| 34 | + "@babel/core": "^7.11.6", |
| 35 | + "@babel/plugin-proposal-class-properties": "^7.10.4", |
| 36 | + "@babel/plugin-proposal-object-rest-spread": "^7.11.0", |
37 | 37 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
38 | | - "@babel/plugin-transform-runtime": "^7.9.6", |
39 | | - "@babel/polyfill": "^7.8.7", |
40 | | - "@babel/runtime": "^7.9.6", |
| 38 | + "@babel/plugin-transform-runtime": "^7.11.5", |
| 39 | + "@babel/polyfill": "^7.11.5", |
| 40 | + "@babel/runtime": "^7.11.2", |
41 | 41 | "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0", |
42 | 42 | "@vue/babel-preset-jsx": "^1.1.2", |
43 | | - "autoprefixer": "^9.7.6", |
| 43 | + "autoprefixer": "^9.8.6", |
44 | 44 | "babel-loader": "^8.1.0", |
45 | 45 | "babel-plugin-import": "^1.13.0", |
46 | 46 | "babel-plugin-transform-decorators-legacy": "^1.3.5", |
47 | 47 | "babel-preset-vue-app": "^2.0.0", |
48 | 48 | "clean-webpack-plugin": "^3.0.0", |
49 | | - "css-loader": "^3.5.3", |
50 | | - "file-loader": "^6.0.0", |
51 | | - "less": "^3.11.1", |
52 | | - "less-loader": "^6.0.0", |
53 | | - "postcss-loader": "^3.0.0", |
| 49 | + "css-loader": "^4.3.0", |
| 50 | + "file-loader": "^6.1.0", |
| 51 | + "less": "^3.12.2", |
| 52 | + "less-loader": "^7.0.1", |
| 53 | + "postcss-loader": "^4.0.1", |
54 | 54 | "style-loader": "^1.2.1", |
55 | 55 | "uglifyjs-webpack-plugin": "^2.2.0", |
56 | 56 | "url-loader": "^4.1.0", |
57 | | - "vue-loader": "^15.9.2", |
58 | | - "vue-template-compiler": "^2.6.11", |
59 | | - "webpack": "^4.43.0", |
60 | | - "webpack-cli": "^3.3.11", |
61 | | - "webpack-dev-server": "3.10.3" |
| 57 | + "vue-loader": "^15.9.3", |
| 58 | + "vue-template-compiler": "^2.6.12", |
| 59 | + "webpack": "^4.44.1", |
| 60 | + "webpack-cli": "^3.3.12", |
| 61 | + "webpack-dev-server": "3.11.0" |
62 | 62 | }, |
63 | 63 | "browserslist": [ |
64 | 64 | "iOS >= 8", |
|
0 commit comments