Skip to content

Commit

Permalink
chore: Remove unnecessary dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonflatval-cognite committed Jun 29, 2023
1 parent 80ec79b commit 64f9060
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 29 deletions.
10 changes: 5 additions & 5 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"stats.js": "0.17.0",
"styled-components": "5.3.11",
"three-stdlib": "^2.23.10"
"styled-components": "5.3.10",
"three-stdlib": "2.23.10"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.5",
"@types/dat.gui": "^0.7.5",
"@types/lodash": "^4.14.190",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"@types/stats.js": "^0.17.0",
"@types/stats": "^0.16.30",
"@types/styled-components": "^5.1.26",
"@types/three": "0.152.1",
"@types/three": "0.152.0",
"css-loader": "^6.7.1",
"dotenv-webpack": "^7.1.0",
"html-webpack-plugin": "^5.5.0",
Expand All @@ -50,7 +50,7 @@
"typescript": "^5.0.4",
"webpack": "^5.76.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "4.15.0",
"webpack-dev-server": "^4.10.0",
"webpack-log": "^3.0.2"
},
"eslintConfig": {
Expand Down
167 changes: 143 additions & 24 deletions examples/yarn.lock

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

0 comments on commit 64f9060

Please sign in to comment.