Skip to content

Commit

Permalink
chore(deps): downgrade vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Feb 4, 2023
1 parent baa575d commit 7c7615f
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 88 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"prettier": "2.8.3",
"typescript": "4.9.5",
"vite": "4.1.1",
"vitest": "0.28.3"
"vitest": "0.27.1"
}
}
4 changes: 2 additions & 2 deletions packages/npm/@amazeelabs/molecules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@vitejs/plugin-react": "3.1.0",
"@vitest/ui": "0.28.3",
"@vitest/ui": "0.27.1",
"babel-loader": "9.1.2",
"eslint": "8.33.0",
"eslint-plugin-promise": "6.1.1",
Expand All @@ -74,7 +74,7 @@
"vite": "4.1.1",
"vite-imagetools": "4.0.18",
"vite-plugin-dts": "1.7.2",
"vitest": "0.28.3",
"vitest": "0.27.1",
"zustand": "^4.3.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/npm/@amazeelabs/mzx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"rollup-plugin-auto-external": "2.0.0",
"typescript": "4.9.5",
"vite": "4.1.1",
"vitest": "0.28.3"
"vitest": "0.27.1"
},
"scripts": {
"build": "rollup -c rollup.config.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"typescript": "4.9.5",
"vite": "4.1.1",
"vite-plugin-dts": "1.7.2",
"vitest": "0.28.3",
"vitest": "0.27.1",
"zustand": "4.3.2"
},
"scripts": {
Expand Down
114 changes: 31 additions & 83 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7c7615f

Please sign in to comment.