Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/react-three/drei-9.97.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sanidhyy authored Feb 6, 2024
2 parents 7d26690 + d3de078 commit 8942c18
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"check-types": "tsc --noEmit"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@emailjs/browser": "^4.1.0",
"@react-three/fiber": "^8.15.15",
"@react-three/drei": "^9.97.1",
"clsx": "^2.1.0",
Expand All @@ -70,7 +70,7 @@
"@types/tailwindcss": "^3.1.0",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.31",
"postcss": "^8.4.34",
"tailwindcss": "^3.3.3",
"typescript": "^5.3.3",
"vite": "^5.0.12"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@
"@babel/helper-validator-identifier" "^7.22.20"
to-fast-properties "^2.0.0"

"@emailjs/browser@^3.11.0":
version "3.12.1"
resolved "https://registry.npmjs.org/@emailjs/browser/-/browser-3.12.1.tgz"
integrity sha512-C5nK07CgSCFx3onsuRt/ZaaMvIi0T3SHHanM7fKozjSvbZu+OjHHP9W608fYpic0OavF7yIlfy4+lRDO33JdbA==
"@emailjs/browser@^4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@emailjs/browser/-/browser-4.1.0.tgz#141225969a2abfa1ec6e6f3240b3637a78cace16"
integrity sha512-AWLTmFli2NIKjBXs4Fql1B5z8i3W2r+CKCaxp0DdcFzcIQxrCS2TzmqJtIiPZKh9FpZgqueQTivBx6QOxaz89Q==

"@emotion/is-prop-valid@^0.8.2":
version "0.8.8"
Expand Down Expand Up @@ -1424,10 +1424,10 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.2.0:
resolved "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz"
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==

postcss@^8.4.23, postcss@^8.4.31, postcss@^8.4.32:
version "8.4.33"
resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.33.tgz"
integrity sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==
postcss@^8.4.23, postcss@^8.4.32, postcss@^8.4.34:
version "8.4.34"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.34.tgz#563276e86b4ff20dfa5eed0d394d4c53853b2051"
integrity sha512-4eLTO36woPSocqZ1zIrFD2K1v6wH7pY1uBh0JIM2KKfrVtGvPFiAku6aNOP0W1Wr9qwnaCsF0Z+CrVnryB2A8Q==
dependencies:
nanoid "^3.3.7"
picocolors "^1.0.0"
Expand Down

0 comments on commit 8942c18

Please sign in to comment.