|
56 | 56 | "wdns" |
57 | 57 | ], |
58 | 58 | "devDependencies": { |
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", |
| 59 | + "@babel/core": "^7.22.9", |
| 60 | + "@babel/eslint-parser": "^7.22.9", |
| 61 | + "@babel/eslint-plugin": "^7.22.5", |
| 62 | + "@babel/plugin-transform-runtime": "^7.22.9", |
| 63 | + "@babel/preset-env": "^7.22.9", |
| 64 | + "@babel/runtime": "^7.22.6", |
66 | 65 | "@vue/eslint-config-prettier": "^6.0.0", |
67 | 66 | "babel-loader": "^8.3.0", |
68 | 67 | "babel-plugin-module-resolver": "^4.1.0", |
69 | | - "browser-sync": "^2.29.1", |
| 68 | + "browser-sync": "^2.29.3", |
70 | 69 | "browser-sync-webpack-plugin": "^2.3.0", |
71 | 70 | "cross-env": "^7.0.3", |
72 | | - "css-loader": "^6.7.3", |
| 71 | + "css-loader": "^6.8.1", |
73 | 72 | "deepmerge": "^4.3.1", |
74 | | - "dotenv": "^16.0.3", |
| 73 | + "dotenv": "^16.3.1", |
75 | 74 | "eslint": "^7.32.0", |
76 | 75 | "eslint-config-airbnb-base": "^14.2.1", |
77 | 76 | "eslint-import-resolver-alias": "^1.1.2", |
78 | 77 | "eslint-import-resolver-babel-module": "^5.3.2", |
79 | | - "eslint-import-resolver-custom-alias": "^1.3.0", |
| 78 | + "eslint-import-resolver-custom-alias": "^1.3.2", |
80 | 79 | "eslint-import-resolver-webpack": "^0.13.2", |
81 | 80 | "eslint-plugin-babel": "^5.3.1", |
82 | 81 | "eslint-plugin-import": "^2.27.5", |
83 | 82 | "eslint-plugin-prettier": "^3.4.1", |
84 | 83 | "eslint-plugin-vue": "^7.20.0", |
85 | 84 | "eslint-webpack-plugin": "^2.7.0", |
86 | | - "html-webpack-plugin": "^5.5.1", |
87 | | - "postcss": "^8.4.22", |
| 85 | + "html-webpack-plugin": "^5.5.3", |
| 86 | + "postcss": "^8.4.27", |
88 | 87 | "postcss-html": "^1.5.0", |
89 | 88 | "postcss-import": "^14.1.0", |
90 | 89 | "postcss-scss": "^4.0.6", |
91 | | - "prettier": "^2.8.7", |
| 90 | + "prettier": "^2.8.8", |
92 | 91 | "prism-themes": "github:PrismJS/prism-themes", |
93 | 92 | "sass": "~1.32.13", |
94 | 93 | "sass-loader": "^12.6.0", |
95 | | - "style-loader": "^3.3.2", |
| 94 | + "style-loader": "^3.3.3", |
96 | 95 | "stylelint": "^14.16.1", |
97 | 96 | "stylelint-config-standard": "^25.0.0", |
98 | 97 | "stylelint-order": "^5.0.0", |
99 | | - "stylelint-scss": "^4.6.0", |
| 98 | + "stylelint-scss": "^4.7.0", |
100 | 99 | "stylelint-webpack-plugin": "^3.3.0", |
101 | | - "terser-webpack-plugin": "^5.3.7", |
102 | | - "vue": "~2.7.0", |
| 100 | + "terser-webpack-plugin": "^5.3.9", |
| 101 | + "vue": "~2.7.14", |
103 | 102 | "vue-code-highlight": "^0.7.8", |
104 | 103 | "vue-hot-reload-api": "^2.3.4", |
105 | 104 | "vue-loader": "^15.10.1", |
106 | 105 | "vue-style-loader": "^4.1.3", |
107 | 106 | "vue-template-compiler": "^2.7.14", |
108 | 107 | "vue-unicorn-log": "^1.0.8", |
109 | | - "vuetify": "^2.6.15", |
| 108 | + "vuetify": "^2.7.0", |
110 | 109 | "vuetify-loader": "^1.9.2", |
111 | | - "webpack": "^5.79.0", |
112 | | - "webpack-bundle-analyzer": "^4.8.0", |
| 110 | + "webpack": "^5.88.2", |
| 111 | + "webpack-bundle-analyzer": "^4.9.0", |
113 | 112 | "webpack-cli": "^4.10.0", |
114 | | - "webpack-dev-server": "^4.13.3", |
115 | | - "webpack-merge": "^5.8.0" |
| 113 | + "webpack-dev-server": "^4.15.1", |
| 114 | + "webpack-merge": "^5.9.0" |
116 | 115 | }, |
117 | 116 | "peerDependencies": { |
118 | 117 | "vue": "^2.7.0", |
|
0 commit comments