Skip to content

Commit

Permalink
build: bump Vitest (#341)
Browse files Browse the repository at this point in the history
* build: bump vitest

* chore: chnage job name
  • Loading branch information
pure-js authored Mar 23, 2024
1 parent 12dc4c0 commit 298ab9d
Show file tree
Hide file tree
Showing 4 changed files with 404 additions and 286 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Unit Testing
on: push

jobs:
jest:
test:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.15",
"lightningcss": "^1.22.0",
"msw": "^1.2.2",
"msw": "^1.3.3",
"postcss": "^8.4.31",
"postcss-nesting": "12.0.1",
"prettier": "3.2.5",
"standard-version": "^9.5.0",
"storybook": "^8.0.4",
"storybook-addon-react-router-v6": "~2.0.15",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.3",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-pwa": "^0.16.4",
"vitest": "^0.34.2"
"vitest": "^1.4.0"
},
"dependencies": {
"@growthbook/growthbook-react": "^0.20.0",
Expand Down
Loading

0 comments on commit 298ab9d

Please sign in to comment.