Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Commit

Permalink
chore(deps): update dependency vitest to v0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 9, 2023
1 parent 1b93164 commit 774efec
Show file tree
Hide file tree
Showing 11 changed files with 56 additions and 56 deletions.
90 changes: 45 additions & 45 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion sugar/react/package.json
Expand Up @@ -61,7 +61,7 @@
"react-dom": "18.2.0",
"tsup": "6.7.0",
"vite": "4.3.8",
"vitest": "0.31.1"
"vitest": "0.32.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
2 changes: 1 addition & 1 deletion sugar/sugar/package.json
Expand Up @@ -45,7 +45,7 @@
"@singlestone/tsup-config": "workspace:*",
"@types/node": "20.2.3",
"tsup": "6.7.0",
"vitest": "0.31.1"
"vitest": "0.32.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
2 changes: 1 addition & 1 deletion sugar/tailwind-helpers/package.json
Expand Up @@ -49,7 +49,7 @@
"tailwindcss": "3.3.2",
"tsup": "6.7.0",
"typescript": "5.0.4",
"vitest": "0.31.1"
"vitest": "0.32.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
2 changes: 1 addition & 1 deletion sugar/tailwind-plugin-buttons/package.json
Expand Up @@ -50,7 +50,7 @@
"tailwindcss": "3.3.2",
"tsup": "6.7.0",
"typescript": "5.0.4",
"vitest": "0.31.1"
"vitest": "0.32.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
2 changes: 1 addition & 1 deletion sugar/tailwind-plugin-form/package.json
Expand Up @@ -49,7 +49,7 @@
"tailwindcss": "3.3.2",
"tsup": "6.7.0",
"typescript": "5.0.4",
"vitest": "0.31.1"
"vitest": "0.32.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
2 changes: 1 addition & 1 deletion sugar/tokens/package.json
Expand Up @@ -39,7 +39,7 @@
"@singlestone/tsup-config": "workspace:*",
"@types/node": "20.2.3",
"tsup": "6.7.0",
"vitest": "0.31.1"
"vitest": "0.32.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
2 changes: 1 addition & 1 deletion tools/plop-generators/package.json
Expand Up @@ -52,7 +52,7 @@
"size-limit": "8.2.4",
"tsup": "6.7.0",
"typescript": "5.0.4",
"vitest": "0.31.1"
"vitest": "0.32.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
2 changes: 1 addition & 1 deletion tools/postcss-config/package.json
Expand Up @@ -60,7 +60,7 @@
"size-limit": "8.2.4",
"tsup": "6.7.0",
"typescript": "5.0.4",
"vitest": "0.31.1"
"vitest": "0.32.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
2 changes: 1 addition & 1 deletion tools/prettier-config/package.json
Expand Up @@ -55,7 +55,7 @@
"size-limit": "8.2.4",
"tsup": "6.7.0",
"typescript": "5.0.4",
"vitest": "0.31.1"
"vitest": "0.32.0"
},
"prettier": {
"plugins": [
Expand Down
4 changes: 2 additions & 2 deletions tools/test-utils/package.json
Expand Up @@ -36,7 +36,7 @@
"test:ci": "vitest"
},
"peerDependencies": {
"vitest": "^0.26.0 || ^0.28.0 || ^0.29.0"
"vitest": "^0.26.0 || ^0.28.0 || ^0.29.0 || ^0.32.0"
},
"devDependencies": {
"@babel/core": "7.21.8",
Expand All @@ -46,7 +46,7 @@
"@size-limit/preset-small-lib": "8.2.4",
"size-limit": "8.2.4",
"tsup": "6.7.0",
"vitest": "0.31.1"
"vitest": "0.32.0"
},
"prettier": "@singlestone/prettier-config-sugar",
"size-limit": [
Expand Down

0 comments on commit 774efec

Please sign in to comment.