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 test packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 11, 2023
1 parent 1b93164 commit 5be6a1f
Show file tree
Hide file tree
Showing 11 changed files with 110 additions and 174 deletions.
260 changes: 98 additions & 162 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions sugar/react/package.json
Expand Up @@ -47,7 +47,7 @@
"@singlestone/prettier-config-sugar": "workspace:*",
"@singlestone/sugar": "workspace:*",
"@singlestone/tsup-config": "workspace:*",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/node": "20.2.3",
Expand All @@ -61,7 +61,7 @@
"react-dom": "18.2.0",
"tsup": "6.7.0",
"vite": "4.3.8",
"vitest": "0.31.1"
"vitest": "0.34.4"
},
"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.34.4"
},
"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.34.4"
},
"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.34.4"
},
"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.34.4"
},
"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.34.4"
},
"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.34.4"
},
"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.34.4"
},
"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.34.4"
},
"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.34.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.34.4"
},
"prettier": "@singlestone/prettier-config-sugar",
"size-limit": [
Expand Down

0 comments on commit 5be6a1f

Please sign in to comment.