mirror of
https://github.com/jcreek/SelectionWheel.git
synced 2026-07-12 18:53:45 +00:00
build(*): Update required packages
This commit is contained in:
+6
-2
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "SelectionWheel",
|
||||
"version": "1.0.0",
|
||||
"description": "A fun and simple selection wheel.",
|
||||
"version": "1.0.0",
|
||||
"description": "A fun and simple selection wheel.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "webpack",
|
||||
@@ -35,5 +35,9 @@
|
||||
"webpack": "^5.73.0",
|
||||
"webpack-cli": "^4.10.0",
|
||||
"webpack-dev-server": "^4.9.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/d3": "^7.4.0",
|
||||
"d3": "^7.6.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user