Skip to content

Commit

Permalink
chore(deps): update testing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaellis committed May 26, 2024
1 parent 2a63606 commit 67269a6
Show file tree
Hide file tree
Showing 6 changed files with 209 additions and 131 deletions.
4 changes: 2 additions & 2 deletions demo/src/sandboxes/noise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"main": "src/index.tsx",
"dependencies": {
"@react-spring/web": "*",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-scripts": "5.0.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions demo/src/sandboxes/smile-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"main": "src/index.tsx",
"dependencies": {
"@react-spring/web": "*",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-scripts": "5.0.1"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions demo/src/sandboxes/wordle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@react-spring/web": "*",
"@stitches/react": "1.2.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-scripts": "5.0.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"cookie": "0.6.0",
"isbot": "5.1.7",
"phosphor-react": "1.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-select": "5.8.0",
"zod": "3.23.8"
},
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,23 +68,23 @@
"@commitlint/config-conventional": "^19.2.2",
"@react-three/fiber": "^8.11.9",
"@remix-run/dev": "^2.9.2",
"@simonsmith/cypress-image-snapshot": "^9.0.1",
"@swc/core": "^1.3.100",
"@swc/jest": "^0.2.29",
"@simonsmith/cypress-image-snapshot": "^9.0.3",
"@swc/core": "^1.5.7",
"@swc/jest": "^0.2.36",
"@testing-library/cypress": "^10.0.1",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"@types/lodash.clamp": "^4.0.7",
"@types/lodash.shuffle": "^4.2.7",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-lazyload": "^3.2.0",
"@types/react-native": "^0.71.3",
"@types/styled-components": "^5.1.26",
"@types/three": "^0.149.0",
"cypress": "^13.6.1",
"cypress": "^13.10.0",
"eslint": "^8.55.0",
"flush-microtasks": "^1.0.1",
"husky": "^9.0.11",
Expand Down
Loading

0 comments on commit 67269a6

Please sign in to comment.