Skip to content

Commit

Permalink
chore: bump @vant/cli v7
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed May 26, 2024
1 parent 2543148 commit b33182a
Show file tree
Hide file tree
Showing 3 changed files with 1,877 additions and 3,861 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '18.x'

- name: Install dependencies
uses: bahmutov/npm-install@v1
Expand All @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '18.x'

- name: Install dependencies
uses: bahmutov/npm-install@v1
Expand All @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '18.x'

- name: Install dependencies
uses: bahmutov/npm-install@v1
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@babel/plugin-transform-modules-commonjs": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@types/jest": "^27.0.2",
"@vant/cli": "^4.0.0",
"@vant/cli": "^7.0.3",
"@vant/icons": "^3.0.1",
"gulp": "^4.0.2",
"gulp-insert": "^0.5.0",
Expand All @@ -66,5 +66,8 @@
"Chrome >= 53",
"ChromeAndroid >= 53",
"iOS >= 9"
]
],
"resolutions": {
"source-map": "0.7.4"
}
}
Loading

0 comments on commit b33182a

Please sign in to comment.