Skip to content

Commit f1cea43

Browse files
update(other): 🧩 update package version
update package version
1 parent c4b4be2 commit f1cea43

File tree

4 files changed

+35
-34
lines changed

4 files changed

+35
-34
lines changed

config/.eslintrc-auto-import.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@
6464
"watchSyncEffect": true,
6565
"toValue": true
6666
}
67-
}
67+
}

config/auto-imports.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/* eslint-disable */
22
/* prettier-ignore */
33
// @ts-nocheck
4+
// noinspection JSUnusedGlobalSymbols
45
// Generated by unplugin-auto-import
56
export {}
67
declare global {

config/templates/index.development.image-loading.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
display: flex;
2626
align-items: center;
2727
justify-content: center;
28-
background: #ffffff;
28+
background: rgba(255,255,255, 0.3);
2929
opacity: 1;
3030
z-index: 1000;
3131
}

package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -22,67 +22,67 @@
2222
"tsconfig-paths@*": "$tsconfig-paths"
2323
},
2424
"devDependencies": {
25-
"@babel/core": "^7.21.8",
25+
"@babel/core": "^7.22.6",
2626
"@babel/plugin-proposal-class-properties": "^7.18.6",
27-
"@babel/preset-env": "^7.21.5",
28-
"@babel/preset-typescript": "^7.21.5",
29-
"@commitlint/config-conventional": "^17.6.3",
30-
"@rushstack/eslint-patch": "^1.2.0",
31-
"@swc/core": "^1.3.59",
32-
"@typescript-eslint/eslint-plugin": "^5.59.6",
33-
"@typescript-eslint/parser": "^5.59.6",
27+
"@babel/preset-env": "^7.22.6",
28+
"@babel/preset-typescript": "^7.22.5",
29+
"@commitlint/config-conventional": "^17.6.6",
30+
"@rushstack/eslint-patch": "^1.3.2",
31+
"@swc/core": "^1.3.68",
32+
"@typescript-eslint/eslint-plugin": "^5.61.0",
33+
"@typescript-eslint/parser": "^5.61.0",
3434
"@vue/eslint-config-prettier": "^7.1.0",
3535
"@vue/eslint-config-typescript": "^11.0.3",
3636
"autoprefixer": "^10.4.14",
3737
"babel-loader": "^9.1.2",
3838
"babel-preset-typescript-vue3": "^2.0.17",
3939
"clean-webpack-plugin": "^4.0.0",
4040
"commitizen": "^4.3.0",
41-
"commitlint": "^17.6.3",
41+
"commitlint": "^17.6.6",
4242
"copy-webpack-plugin": "^11.0.0",
43-
"core-js": "^3.30.2",
43+
"core-js": "^3.31.0",
4444
"cross-env": "^7.0.3",
45-
"css-loader": "^6.7.4",
46-
"css-minimizer-webpack-plugin": "^5.0.0",
45+
"css-loader": "^6.8.1",
46+
"css-minimizer-webpack-plugin": "^5.0.1",
4747
"cz-git": "^1.6.1",
48-
"eslint": "^8.41.0",
48+
"eslint": "^8.44.0",
4949
"eslint-config-prettier": "^8.8.0",
5050
"eslint-import-resolver-custom-alias": "^1.3.2",
5151
"eslint-import-resolver-typescript": "^3.5.5",
5252
"eslint-plugin-import": "^2.27.5",
5353
"eslint-plugin-prettier": "^4.2.1",
54-
"eslint-plugin-vue": "^9.13.0",
55-
"espree": "^9.5.2",
56-
"html-webpack-plugin": "^5.5.1",
54+
"eslint-plugin-vue": "^9.15.1",
55+
"espree": "^9.6.0",
56+
"html-webpack-plugin": "^5.5.3",
5757
"husky": "^8.0.3",
5858
"isomorphic-fetch": "^3.0.0",
59-
"lint-staged": "^13.2.2",
59+
"lint-staged": "^13.2.3",
6060
"mini-css-extract-plugin": "^2.7.6",
6161
"nodemon": "^2.0.22",
62-
"postcss": "^8.4.23",
63-
"postcss-loader": "^7.3.0",
64-
"postcss-preset-env": "^8.4.1",
62+
"postcss": "^8.4.24",
63+
"postcss-loader": "^7.3.3",
64+
"postcss-preset-env": "^9.0.0",
6565
"prettier": "^2.8.8",
6666
"purgecss-webpack-plugin": "^5.0.0",
67-
"quicktype-core": "^23.0.36",
68-
"sass": "^1.62.1",
69-
"sass-loader": "^13.2.2",
70-
"socket.io": "^4.6.1",
67+
"quicktype-core": "^23.0.49",
68+
"sass": "^1.63.6",
69+
"sass-loader": "^13.3.2",
70+
"socket.io": "^4.7.1",
7171
"swc-loader": "^0.2.3",
7272
"tailwindcss": "^3.3.2",
7373
"terser-webpack-plugin": "^5.3.9",
7474
"tsconfig-paths": "^4.2.0",
75-
"unplugin-auto-import": "^0.16.0",
76-
"vue-eslint-parser": "^9.3.0",
77-
"vue-loader": "^17.1.1",
78-
"vue-tsc": "^1.6.5",
79-
"webpack": "^5.83.1",
80-
"webpack-cli": "^5.1.1",
81-
"webpack-dev-server": "^4.15.0"
75+
"unplugin-auto-import": "^0.16.5",
76+
"vue-eslint-parser": "^9.3.1",
77+
"vue-loader": "^17.2.2",
78+
"vue-tsc": "^1.8.4",
79+
"webpack": "^5.88.1",
80+
"webpack-cli": "^5.1.4",
81+
"webpack-dev-server": "^4.15.1"
8282
},
8383
"dependencies": {
8484
"vue": "^3.3.4",
85-
"vue-router": "^4.2.1"
85+
"vue-router": "^4.2.2"
8686
},
8787
"eslintConfig": {
8888
"extends": [

0 commit comments

Comments
 (0)