Skip to content

Commit

Permalink
Merge branch 'main' into react-await/garbage-collectable
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Jan 8, 2024
2 parents 232fdef + da1b84e commit 0debde1
Show file tree
Hide file tree
Showing 10 changed files with 87 additions and 165 deletions.
2 changes: 1 addition & 1 deletion configs/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@suspensive/tsup": "workspace:*",
"@types/react": "^18.2.46",
"@types/react": "^18.2.47",
"react": "^18.2.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions docs/v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.4",
"@types/react": "^18.2.46",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.0"
"tailwindcss": "^3.4.1"
}
}
4 changes: 2 additions & 2 deletions docs/v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.4",
"@types/react": "^18.2.46",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.0"
"tailwindcss": "^3.4.1"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@types/node": "^18.19.4",
"@types/node": "^18.19.5",
"@vitest/browser": "^1.1.2",
"@vitest/coverage-istanbul": "^1.1.1",
"@vitest/ui": "^1.1.1",
"@vitest/ui": "^1.1.3",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.56.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-await/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@suspensive/react": "workspace:*",
"@suspensive/test-utils": "workspace:*",
"@suspensive/tsup": "workspace:*",
"@types/react": "^18.2.46",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/use-sync-external-store": "^0.0.6",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@suspensive/package-json-name": "workspace:*",
"@suspensive/test-utils": "workspace:*",
"@suspensive/tsup": "workspace:*",
"@types/react": "^18.2.46",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/use-sync-external-store": "^0.0.6",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@suspensive/test-utils": "workspace:*",
"@suspensive/tsup": "workspace:*",
"@tanstack/react-query": "^4.36.1",
"@types/react": "^18.2.46",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@suspensive/package-json-name": "workspace:*",
"@suspensive/test-utils": "workspace:*",
"@suspensive/tsup": "workspace:*",
"@types/react": "^18.2.46",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down

0 comments on commit 0debde1

Please sign in to comment.