|
1 | 1 | { |
2 | | - "version": "4.2.0", |
| 2 | + "version": "4.3.0", |
3 | 3 | "scripts": { |
4 | 4 | "precommit": "npm run format ||node -v", |
5 | 5 | "start": "webpack-react-vue-spa-awesome-config start --port=11111 --config=./webpack.config.js", |
6 | 6 | "build": "npx webpack-react-vue-spa-awesome-config build --config=./webpack.config.js", |
7 | | - "format": "prettier **/*.js --write **/*.ts *.json *.md **/*.jsx **/*.tsx **/*.vue **/*.css **/*.html */*/*.js *.js */*/*/*.js */*/*/*.ts */*/*/*.vue */*/*.vue */*/*.ts", |
8 | | - "prepare": "husky install" |
| 7 | + "format": "prettier **/*.js --write **/*.ts *.json *.md **/*.js **/*.ts **/*.vue **/*.css **/*.html */*/*.js *.js */*/*/*.js */*/*.ts */*/*.vue */*/*.vue */*/*.ts" |
9 | 8 | }, |
10 | 9 | "name": "@masx200/my-vue-router-project", |
11 | 10 | "description": "A Vue.js router project", |
|
34 | 33 | "homepage": "https://github.com/masx200/my-vue-router-project#readme", |
35 | 34 | "keywords": [], |
36 | 35 | "dependencies": { |
37 | | - "@babel/core": "^7.14.8", |
38 | | - "@babel/generator": "^7.14.5", |
39 | | - "@babel/parser": "^7.14.5", |
40 | | - "@babel/plugin-proposal-class-properties": "7.13.0", |
| 36 | + "@babel/core": "^7.18.10", |
| 37 | + "@babel/generator": "^7.18.10", |
| 38 | + "@babel/parser": "^7.18.10", |
| 39 | + "@babel/plugin-proposal-class-properties": "^7.18.6", |
41 | 40 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
42 | | - "@babel/preset-env": "^7.14.2", |
43 | | - "@babel/preset-react": "^7.13.13", |
| 41 | + "@babel/preset-env": "^7.18.10", |
| 42 | + "@babel/preset-react": "^7.18.6", |
| 43 | + "@babel/runtime": "^7.18.9", |
44 | 44 | "@masx200/acorn-parse-escodegen-generate-esm-broweser": "^1.1.1", |
45 | 45 | "@masx200/ie11-usual-polyfills": "^1.0.5", |
46 | | - "@masx200/jsfuck-and-hieroglyphy-decoder-and-encoder": "^2.0.9", |
| 46 | + "@masx200/jsfuck-and-hieroglyphy-decoder-and-encoder": "^2.1.2", |
47 | 47 | "@masx200/webpack-react-vue-spa-awesome-config": "^4.5.0", |
48 | 48 | "@types/jquery": "3.5.5", |
49 | 49 | "@types/node": "15.6.1", |
50 | 50 | "@types/react": "17.0.6", |
51 | 51 | "@types/webpack": "^5.28.0", |
52 | | - "@vue/compiler-sfc": "^3.2.31", |
| 52 | + "@vue/compiler-sfc": "^3.2.37", |
53 | 53 | "autoprefixer": "^10.2.5", |
54 | 54 | "babel-core": "^6.26.3", |
55 | 55 | "babel-generator": "^6.26.1", |
56 | | - "babel-loader": "^8.2.2", |
| 56 | + "babel-loader": "^8.2.5", |
57 | 57 | "babel-plugin-named-asset-import": "^0.3.7", |
58 | 58 | "babel-plugin-transform-runtime": "^6.23.0", |
59 | 59 | "babel-polyfill": "^6.26.0", |
60 | 60 | "babel-preset-env": "^1.7.0", |
61 | | - "babel-preset-react-app": "^10.0.0", |
| 61 | + "babel-preset-react-app": "^10.0.1", |
62 | 62 | "big-integer": "^1.6.48", |
63 | 63 | "browserslist": "^4.16.6", |
64 | 64 | "case-sensitive-paths-webpack-plugin": "^2.4.0", |
|
70 | 70 | "error": "^10.4.0", |
71 | 71 | "file-loader": "^6.2.0", |
72 | 72 | "flowerpassword.js": "^3.0.2", |
73 | | - "highlight.js": "^11.2.0", |
| 73 | + "highlight.js": "^11.6.0", |
74 | 74 | "http-proxy": "1.18.1", |
75 | 75 | "jquery": "^3.6.0", |
76 | 76 | "json-loader": "^0.5.7", |
|
87 | 87 | "postcss-normalize": "^10.0.0", |
88 | 88 | "postcss-preset-env": "^6.7.0", |
89 | 89 | "postcss-safe-parser": "^5.0.2", |
90 | | - "prettier": "^2.3.2", |
| 90 | + "prettier": "^2.7.1", |
91 | 91 | "rollup": "^2.49.0", |
92 | 92 | "sass": "1.34.0", |
93 | 93 | "sass-loader": "^11.1.1", |
94 | 94 | "serialize-javascript": "^5.0.1", |
95 | 95 | "style-loader": "^2.0.0", |
96 | | - "terser": "^5.7.0", |
97 | | - "terser-webpack-plugin": "^5.1.2", |
| 96 | + "terser": "^5.14.2", |
| 97 | + "terser-webpack-plugin": "^5.3.3", |
98 | 98 | "tslib": "^2.2.0", |
99 | 99 | "typescript": "^4.3.5", |
100 | 100 | "unicode-loader": "^1.0.7", |
101 | 101 | "url-loader": "^4.1.1", |
102 | | - "vue": "^3.2.31", |
| 102 | + "vue": "^3.2.37", |
103 | 103 | "vue-loader": "^16.5.0", |
104 | | - "vue-router": "4.0.10", |
| 104 | + "vue-router": "^4.1.3", |
105 | 105 | "vue-style-loader": "^4.1.3", |
106 | 106 | "vue-template-compiler": "^2.6.14", |
107 | | - "webpack": "5.47.0", |
| 107 | + "webpack": "^5.74.0", |
108 | 108 | "webpack-cli": "^4.8.0", |
109 | 109 | "webpack-deep-scope-plugin": "^1.6.2", |
110 | 110 | "webpack-dev-server": "^4.7.4", |
|
115 | 115 | "yargs-parser": "20.2.7" |
116 | 116 | }, |
117 | 117 | "resolutions": { |
| 118 | + "@babel/preset-env": "^7.18.10", |
| 119 | + "@babel/runtime": "^7.18.9", |
| 120 | + "babel-preset-react-app": "^10.0.1", |
| 121 | + "terser-webpack-plugin": "^5.3.3", |
| 122 | + "terser": "^5.14.2", |
118 | 123 | "async": "3.2.3", |
119 | 124 | "ejs": "3.1.7", |
120 | 125 | "minimist": "^1.2.6", |
|
126 | 131 | "nth-check": "2.0.1", |
127 | 132 | "glob-parent": "5.1.2", |
128 | 133 | "object-path": "0.11.8", |
129 | | - "webpack": "5.47.0", |
| 134 | + "webpack": "^5.74.0", |
| 135 | + "babel-loader": "^8.2.5", |
130 | 136 | "html-webpack-plugin": "^5.5.0", |
131 | 137 | "ansi-html": "npm:ansi-html-community" |
132 | 138 | }, |
|
0 commit comments