Skip to content

Commit cc57259

Browse files
committed
chore(deps): 整理依赖
1 parent 40ada1c commit cc57259

File tree

9 files changed

+27
-30988
lines changed

9 files changed

+27
-30988
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ node_modules
66
npm-debug.log*
77
yarn-debug.log*
88
yarn-error.log*
9+
examples/*/yarn.lock
910

1011
dist
1112
package-lock.json

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<a name="1.4.10"></a>
2+
## [1.4.10](https://github.com/IndexXuan/vue-cli-plugin-vite/compare/v1.4.9...v1.4.10) (2021-09-15)
3+
4+
5+
### Bug Fixes
6+
7+
* dont use Nullish Coalescing Operator for old version nodejs ([40ada1c](https://github.com/IndexXuan/vue-cli-plugin-vite/commit/40ada1c))
8+
9+
10+
11+
<a name="1.4.10"></a>
12+
## [1.4.10](https://github.com/IndexXuan/vue-cli-plugin-vite/compare/v1.4.9...v1.4.10) (2021-09-15)
13+
14+
15+
### Bug Fixes
16+
17+
* dont use Nullish Coalescing Operator for old version nodejs ([40ada1c](https://github.com/IndexXuan/vue-cli-plugin-vite/commit/40ada1c))
18+
19+
20+
121
<a name="1.4.9"></a>
222
## [1.4.9](https://github.com/IndexXuan/vue-cli-plugin-vite/compare/v1.4.8...v1.4.9) (2021-09-15)
323

examples/my-mpa-ts-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"lint-staged": "^9.5.0",
3131
"prettier": "^1.19.1",
3232
"typescript": "~3.9.3",
33-
"vue-cli-plugin-vite": "1.4.9",
33+
"vue-cli-plugin-vite": "1.4.4",
3434
"vue-template-compiler": "^2.6.11"
3535
},
3636
"eslintConfig": {

examples/my-mpa-ts-app/yarn.lock

Lines changed: 0 additions & 10427 deletions
This file was deleted.

examples/my-spa-js-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"eslint": "^6.7.2",
2323
"eslint-plugin-vue": "^6.2.2",
2424
"unplugin-icons": "^0.11.1",
25-
"vue-cli-plugin-vite": "1.4.9",
25+
"vue-cli-plugin-vite": "1.4.4",
2626
"vue-template-compiler": "^2.6.11"
2727
},
2828
"eslintConfig": {

examples/my-spa-js-app/yarn.lock

Lines changed: 0 additions & 9895 deletions
This file was deleted.

examples/my-vue3-ts-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"sass": "^1.26.5",
3434
"sass-loader": "^8.0.2",
3535
"typescript": "~4.1.5",
36-
"vue-cli-plugin-vite": "1.4.9"
36+
"vue-cli-plugin-vite": "1.4.4"
3737
},
3838
"eslintConfig": {
3939
"root": true,

examples/my-vue3-ts-app/yarn.lock

Lines changed: 0 additions & 10660 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"scripts": {
1010
"commit": "git cz",
1111
"build": "echo build success",
12-
"test:spa-js": "cd ./examples/my-spa-js-app && yarn install --frozen-lockfile && yarn vite:build && yarn build",
13-
"test:mpa-ts": "cd ./examples/my-mpa-ts-app && yarn install --frozen-lockfile && yarn vite:build && yarn build",
14-
"test:vue3-ts": "cd ./examples/my-vue3-ts-app && yarn install --frozen-lockfile && yarn vite:build && yarn build",
12+
"test:spa-js": "cd ./examples/my-spa-js-app && yarn && yarn vite:build && yarn build",
13+
"test:mpa-ts": "cd ./examples/my-mpa-ts-app && yarn && yarn vite:build && yarn build",
14+
"test:vue3-ts": "cd ./examples/my-vue3-ts-app && yarn && yarn vite:build && yarn build",
1515
"test": "yarn test:spa-js && yarn test:mpa-ts && yarn test:vue3-ts",
1616
"toc": "npx markdown-toc -i --bullets=- README.md",
1717
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"

0 commit comments

Comments
 (0)