Skip to content

Commit

Permalink
chore: support vite 4 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashass committed Dec 22, 2022
1 parent 7c6fba2 commit 175d967
Show file tree
Hide file tree
Showing 3 changed files with 690 additions and 312 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
vite-version: [2, 3]
vite-version: [2, 3, 4]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,23 @@
"release": "semantic-release"
},
"devDependencies": {
"@geprog/eslint-config": "1.1.2",
"@geprog/eslint-config": "2.1.0",
"@geprog/semantic-release-config": "1.0.0",
"@types/supertest": "2.0.12",
"@vitest/coverage-c8": "0.23.2",
"@vitest/coverage-c8": "0.26.2",
"c8": "7.12.0",
"eslint": "8.23.1",
"jsdom": "20.0.0",
"prettier": "2.7.1",
"eslint": "8.30.0",
"jsdom": "20.0.3",
"prettier": "2.8.1",
"semantic-release": "19.0.5",
"supertest": "6.2.4",
"tsup": "6.2.3",
"typescript": "4.8.3",
"vite": "3.1.1",
"vitest": "0.23.2"
"supertest": "6.3.3",
"tsup": "6.5.0",
"typescript": "4.9.4",
"vite": "4.0.3",
"vitest": "0.26.2"
},
"peerDependencies": {
"vite": "^2.0.0 || ^3.0.0"
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0"
},
"engines": {
"pnpm": "7"
Expand Down
Loading

0 comments on commit 175d967

Please sign in to comment.