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

chore(deps): update test packages #356

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
267 changes: 108 additions & 159 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions sugar/react/package.json
Expand Up @@ -47,21 +47,21 @@
"@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",
"@testing-library/user-event": "14.5.1",
"@types/node": "20.2.3",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"@types/testing-library__jest-dom": "5.14.6",
"@types/testing-library__jest-dom": "5.14.9",
"@vitejs/plugin-react": "4.0.0",
"jsdom": "22.0.0",
"prettier": "2.8.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"tsup": "6.7.0",
"vite": "4.3.8",
"vitest": "0.31.1"
"vitest": "0.34.5"
},
"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.5"
},
"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.5"
},
"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.5"
},
"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.5"
},
"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.5"
},
"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.5"
},
"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.5"
},
"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.5"
},
"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.5"
},
"prettier": "@singlestone/prettier-config-sugar",
"size-limit": [
Expand Down