|
56 | 56 | "wdns"
|
57 | 57 | ],
|
58 | 58 | "devDependencies": {
|
59 |
| - "@babel/core": "^7.18.0", |
60 |
| - "@babel/eslint-parser": "^7.17.0", |
61 |
| - "@babel/eslint-plugin": "^7.17.7", |
62 |
| - "@babel/plugin-proposal-optional-chaining": "^7.17.12", |
63 |
| - "@babel/plugin-transform-runtime": "^7.18.0", |
64 |
| - "@babel/preset-env": "^7.18.0", |
65 |
| - "@babel/runtime": "^7.18.0", |
| 59 | + "@babel/core": "^7.21.4", |
| 60 | + "@babel/eslint-parser": "^7.21.3", |
| 61 | + "@babel/eslint-plugin": "^7.19.1", |
| 62 | + "@babel/plugin-proposal-optional-chaining": "^7.21.0", |
| 63 | + "@babel/plugin-transform-runtime": "^7.21.4", |
| 64 | + "@babel/preset-env": "^7.21.4", |
| 65 | + "@babel/runtime": "^7.21.0", |
66 | 66 | "@vue/eslint-config-prettier": "^6.0.0",
|
67 |
| - "babel-loader": "^8.2.5", |
| 67 | + "babel-loader": "^8.3.0", |
68 | 68 | "babel-plugin-module-resolver": "^4.1.0",
|
69 |
| - "browser-sync": "^2.27.10", |
| 69 | + "browser-sync": "^2.29.1", |
70 | 70 | "browser-sync-webpack-plugin": "^2.3.0",
|
71 | 71 | "cross-env": "^7.0.3",
|
72 |
| - "css-loader": "^6.7.1", |
73 |
| - "deepmerge": "^4.2.2", |
74 |
| - "dotenv": "^16.0.1", |
| 72 | + "css-loader": "^6.7.3", |
| 73 | + "deepmerge": "^4.3.1", |
| 74 | + "dotenv": "^16.0.3", |
75 | 75 | "eslint": "^7.32.0",
|
76 | 76 | "eslint-config-airbnb-base": "^14.2.1",
|
77 | 77 | "eslint-import-resolver-alias": "^1.1.2",
|
78 |
| - "eslint-import-resolver-babel-module": "^5.3.1", |
| 78 | + "eslint-import-resolver-babel-module": "^5.3.2", |
79 | 79 | "eslint-import-resolver-custom-alias": "^1.3.0",
|
80 | 80 | "eslint-import-resolver-webpack": "^0.13.2",
|
81 | 81 | "eslint-plugin-babel": "^5.3.1",
|
82 |
| - "eslint-plugin-import": "^2.26.0", |
| 82 | + "eslint-plugin-import": "^2.27.5", |
83 | 83 | "eslint-plugin-prettier": "^3.4.1",
|
84 | 84 | "eslint-plugin-vue": "^7.20.0",
|
85 |
| - "eslint-webpack-plugin": "^2.6.0", |
86 |
| - "html-webpack-plugin": "^5.5.0", |
87 |
| - "postcss": "^8.4.14", |
88 |
| - "postcss-html": "^1.4.1", |
| 85 | + "eslint-webpack-plugin": "^2.7.0", |
| 86 | + "html-webpack-plugin": "^5.5.1", |
| 87 | + "postcss": "^8.4.22", |
| 88 | + "postcss-html": "^1.5.0", |
89 | 89 | "postcss-import": "^14.1.0",
|
90 |
| - "postcss-scss": "^4.0.4", |
91 |
| - "prettier": "^2.6.2", |
| 90 | + "postcss-scss": "^4.0.6", |
| 91 | + "prettier": "^2.8.7", |
92 | 92 | "prism-themes": "github:PrismJS/prism-themes",
|
93 | 93 | "sass": "~1.32.13",
|
94 | 94 | "sass-loader": "^12.6.0",
|
95 |
| - "style-loader": "^3.3.1", |
96 |
| - "stylelint": "^14.8.3", |
| 95 | + "style-loader": "^3.3.2", |
| 96 | + "stylelint": "^14.16.1", |
97 | 97 | "stylelint-config-standard": "^25.0.0",
|
98 | 98 | "stylelint-order": "^5.0.0",
|
99 |
| - "stylelint-scss": "^4.2.0", |
| 99 | + "stylelint-scss": "^4.6.0", |
100 | 100 | "stylelint-webpack-plugin": "^3.3.0",
|
101 |
| - "terser-webpack-plugin": "^5.3.1", |
102 |
| - "vue": "~2.6.14", |
| 101 | + "terser-webpack-plugin": "^5.3.7", |
| 102 | + "vue": "~2.7.0", |
103 | 103 | "vue-code-highlight": "^0.7.8",
|
104 | 104 | "vue-hot-reload-api": "^2.3.4",
|
105 |
| - "vue-loader": "^15.9.8", |
| 105 | + "vue-loader": "^15.10.1", |
106 | 106 | "vue-style-loader": "^4.1.3",
|
107 |
| - "vue-template-compiler": "^2.6.14", |
108 |
| - "vue-unicorn-log": "^1.0.6", |
109 |
| - "vuetify": "^2.6.6", |
110 |
| - "vuetify-loader": "^1.7.3", |
111 |
| - "webpack": "^5.72.1", |
112 |
| - "webpack-bundle-analyzer": "^4.5.0", |
113 |
| - "webpack-cli": "^4.9.2", |
114 |
| - "webpack-dev-server": "^4.9.0", |
| 107 | + "vue-template-compiler": "^2.7.14", |
| 108 | + "vue-unicorn-log": "^1.0.8", |
| 109 | + "vuetify": "^2.6.15", |
| 110 | + "vuetify-loader": "^1.9.2", |
| 111 | + "webpack": "^5.79.0", |
| 112 | + "webpack-bundle-analyzer": "^4.8.0", |
| 113 | + "webpack-cli": "^4.10.0", |
| 114 | + "webpack-dev-server": "^4.13.3", |
115 | 115 | "webpack-merge": "^5.8.0"
|
116 | 116 | },
|
117 | 117 | "peerDependencies": {
|
118 |
| - "vue": "^2.6.14", |
| 118 | + "vue": "^2.7.0", |
119 | 119 | "vuetify": "^2.6.6"
|
120 | 120 | }
|
121 | 121 | }
|
0 commit comments