Skip to content

Commit bccb6d1

Browse files
committed
refactor: update dependencies.
1 parent 8beb485 commit bccb6d1

File tree

2 files changed

+20
-93
lines changed

2 files changed

+20
-93
lines changed

package-lock.json

Lines changed: 16 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webgl-tech-particles",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Interactive 3D particle system with technology icons using WebGL",
55
"main": "dist/webgl-tech-particles.js",
66
"module": "dist/webgl-tech-particles.js",
@@ -41,12 +41,12 @@
4141
"css-loader": "^7.0.0",
4242
"html-webpack-plugin": "^5.6.3",
4343
"style-loader": "^4.0.0",
44-
"terser-webpack-plugin": "^5.3.11",
45-
"webpack": "^5.97.0",
44+
"terser-webpack-plugin": "^5.3.14",
45+
"webpack": "^5.98.0",
4646
"webpack-cli": "^6.0.0",
4747
"lil-gui": "^0.20.0"
4848
},
4949
"dependencies": {
50-
"three": "^0.172.0"
50+
"three": "^0.175.0"
5151
}
5252
}

0 commit comments

Comments
 (0)