Skip to content

Commit

Permalink
upgrade all dependencies, fixing pinned three.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan4m1 committed Dec 5, 2024
1 parent 10ef667 commit a0d1c20
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 135 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
"dependencies": {
"@ayan4m1/gatsby-plugin-root-import": "^2.0.10",
"@babel/core": "^7.26.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-brands-svg-icons": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
"@react-three/drei": "^9.117.2",
"@react-three/drei": "^9.119.0",
"@react-three/fiber": "^8.17.10",
"@react-three/postprocessing": "^2.16.3",
"bootstrap": "^5.3.3",
"bootswatch": "^5.3.3",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"formik": "^2.4.6",
"gatsby": "^5.14.0",
"gatsby-plugin-eslint": "^4.0.4",
Expand All @@ -47,39 +47,39 @@
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"graphql": "^16.9.0",
"n8ao": "^1.9.3",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-bootstrap": "^2.10.5",
"react-bootstrap": "^2.10.6",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"sass": "^1.81.0",
"sass": "^1.82.0",
"sharp": "^0.33.5",
"three": "0.167.0"
"three": "^0.171.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@eslint/js": "^9.15.0",
"@babel/preset-react": "^7.26.3",
"@eslint/js": "^9.16.0",
"babel-preset-gatsby": "^3.14.0",
"browserslist": "^4.24.2",
"deepmerge": "^4.3.1",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-import-x": "^4.4.2",
"eslint-plugin-import-x": "^4.5.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0-rc-e4953922-20240919",
"eslint-webpack-plugin": "^4.2.0",
"globals": "^15.12.0",
"globals": "^15.13.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"postcss": "^8.4.49",
"postcss-scss": "^4.0.9",
"prettier": "^3.3.3",
"stylelint": "^16.10.0",
"prettier": "^3.4.2",
"stylelint": "^16.11.0",
"stylelint-config-recommended": "^14.0.1"
}
}
Loading

0 comments on commit a0d1c20

Please sign in to comment.