Skip to content

Commit

Permalink
Perf/confetti (#29)
Browse files Browse the repository at this point in the history
* dep: upgrading dependencies

* fix: down number of confetti

* feat: adding postprocessing
  • Loading branch information
Romaixn authored Aug 8, 2023
1 parent df60148 commit eed59b6
Show file tree
Hide file tree
Showing 4 changed files with 702 additions and 706 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"coverage": "vitest run --coverage"
},
"dependencies": {
"@react-three/drei": "^9.80.0",
"@react-three/drei": "^9.80.1",
"@react-three/fiber": "^8.13.6",
"@react-three/postprocessing": "^2.15.0",
"@react-three/rapier": "^1.1.1",
Expand All @@ -22,25 +22,25 @@
"r3f-perf": "^7.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.154.0",
"three-stdlib": "^2.23.14",
"zustand": "^4.3.9"
"three": "0.154.0",
"three-stdlib": "^2.24.2",
"zustand": "^4.4.1"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@react-three/test-renderer": "^8.2.0",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.17",
"@types/react": "^18.2.19",
"@types/react-dom": "^18.2.7",
"@types/three": "^0.154.0",
"@vitejs/plugin-react": "^4.0.3",
"@types/three": "^0.155.0",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.46.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"jsdom": "^22.1.0",
"vite": "^4.4.7",
"vitest": "^0.33.0"
"vite": "^4.4.9",
"vitest": "^0.34.1"
}
}
Loading

1 comment on commit eed59b6

@vercel
Copy link

@vercel vercel bot commented on eed59b6 Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.