Skip to content

Commit c465fad

Browse files
Updating packages
1 parent 9179c2b commit c465fad

File tree

2 files changed

+778
-1037
lines changed

2 files changed

+778
-1037
lines changed

package.json

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -59,61 +59,62 @@
5959
"prettier": "^2.6.2",
6060
"vue-code-highlight": "^0.7.8",
6161
"vue-unicorn-log": "^1.0.6",
62-
"vuetify-loader": "^1.7.2"
62+
"vuetify-loader": "^1.7.3"
6363
},
6464
"devDependencies": {
65-
"@babel/core": "^7.17.8",
66-
"@babel/eslint-parser": "^7.13.14",
65+
"@babel/core": "^7.18.0",
66+
"@babel/eslint-parser": "^7.17.0",
6767
"@babel/eslint-plugin": "^7.17.7",
68-
"@babel/plugin-proposal-optional-chaining": "^7.10.3",
69-
"@babel/plugin-transform-runtime": "^7.14.5",
70-
"@babel/preset-env": "^7.14.7",
71-
"@babel/runtime": "^7.14.6",
68+
"@babel/plugin-proposal-optional-chaining": "^7.17.12",
69+
"@babel/plugin-transform-runtime": "^7.18.0",
70+
"@babel/preset-env": "^7.18.0",
71+
"@babel/runtime": "^7.18.0",
7272
"@vue/eslint-config-prettier": "^6.0.0",
73-
"babel-loader": "^8.2.2",
73+
"babel-loader": "^8.2.5",
7474
"babel-plugin-module-resolver": "^4.1.0",
75-
"browser-sync": "^2.27.9",
75+
"browser-sync": "^2.27.10",
7676
"browser-sync-webpack-plugin": "^2.3.0",
7777
"cross-env": "^7.0.3",
7878
"css-loader": "^6.7.1",
7979
"deepmerge": "^4.2.2",
80-
"dotenv": "^16.0.0",
81-
"eslint": "^7.25.0",
80+
"dotenv": "^16.0.1",
81+
"eslint": "^7.32.0",
8282
"eslint-config-airbnb-base": "^14.2.1",
8383
"eslint-import-resolver-alias": "^1.1.2",
84-
"eslint-import-resolver-babel-module": "^5.3.0",
85-
"eslint-import-resolver-webpack": "^0.13.0",
84+
"eslint-import-resolver-babel-module": "^5.3.1",
85+
"eslint-import-resolver-custom-alias": "^1.3.0",
86+
"eslint-import-resolver-webpack": "^0.13.2",
8687
"eslint-plugin-babel": "^5.3.1",
87-
"eslint-plugin-import": "^2.22.1",
88-
"eslint-plugin-prettier": "^3.1.1",
89-
"eslint-plugin-vue": "^7.9.0",
90-
"eslint-webpack-plugin": "^2.5.4",
88+
"eslint-plugin-import": "^2.26.0",
89+
"eslint-plugin-prettier": "^3.4.1",
90+
"eslint-plugin-vue": "^7.20.0",
91+
"eslint-webpack-plugin": "^2.6.0",
9192
"html-webpack-plugin": "^5.5.0",
92-
"postcss": "^8.4.12",
93-
"postcss-html": "^1.3.0",
93+
"postcss": "^8.4.14",
94+
"postcss-html": "^1.4.1",
9495
"postcss-import": "^14.1.0",
95-
"postcss-scss": "^4.0.3",
96-
"prism-themes": "git+https://github.com/PrismJS/prism-themes.git",
97-
"sass": "~1.32.12",
98-
"sass-loader": "^12.4.0",
96+
"postcss-scss": "^4.0.4",
97+
"prism-themes": "github:PrismJS/prism-themes",
98+
"sass": "~1.32.13",
99+
"sass-loader": "^12.6.0",
99100
"style-loader": "^3.3.1",
100-
"stylelint": "^14.6.1",
101+
"stylelint": "^14.8.3",
101102
"stylelint-config-standard": "^25.0.0",
102103
"stylelint-order": "^5.0.0",
103104
"stylelint-scss": "^4.2.0",
104-
"stylelint-webpack-plugin": "^3.2.0",
105+
"stylelint-webpack-plugin": "^3.3.0",
105106
"terser-webpack-plugin": "^5.3.1",
106-
"vue": "2.*",
107-
"vue-hot-reload-api": "^2.0.8",
108-
"vue-loader": "^15.9.6",
109-
"vue-style-loader": "^4.1.2",
110-
"vue-template-compiler": "^2.6.12",
111-
"vuetify": "^2",
112-
"webpack": "^5.35.1",
107+
"vue": "~2.6.14",
108+
"vue-hot-reload-api": "^2.3.4",
109+
"vue-loader": "^15.9.8",
110+
"vue-style-loader": "^4.1.3",
111+
"vue-template-compiler": "^2.6.14",
112+
"vuetify": "^2.6.6",
113+
"webpack": "^5.72.1",
113114
"webpack-bundle-analyzer": "^4.5.0",
114-
"webpack-cli": "^4.6.0",
115-
"webpack-dev-server": "^4.7.4",
116-
"webpack-merge": "^5.7.3"
115+
"webpack-cli": "^4.9.2",
116+
"webpack-dev-server": "^4.9.0",
117+
"webpack-merge": "^5.8.0"
117118
},
118119
"peerDependencies": {
119120
"vue": "^2.6.12",

0 commit comments

Comments
 (0)