Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tailuge committed Oct 14, 2023
1 parent b551c60 commit 687a537
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 129 deletions.
2 changes: 2 additions & 0 deletions dist/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ input[type="range"].powerSlider {
border-radius: 10px;
border-width: 4px;
padding: 0;
max-width: 80px;
}

.toggleButton {
Expand All @@ -163,6 +164,7 @@ input[type="range"].powerSlider {
border-radius: 10px;
border-width: 4px;
padding: 0;
max-width: 80px;
}

.toggleButton:active,
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"three": "^0.157.0"
},
"devDependencies": {
"@swc/core": "^1.3.92",
"@swc/core": "^1.3.93",
"@swc/jest": "^0.2.29",
"@testing-library/dom": "^9.3.3",
"@types/chai": "^4.3.7",
"@types/chai": "^4.3.8",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.4",
"@types/node": "^20.8.6",
"@types/three": "^0.157.0",
"chai": "^4.3.10",
"ini": "^4.1.1",
Expand All @@ -55,7 +55,7 @@
"ts-loader": "^9.5.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
Expand Down
Loading

0 comments on commit 687a537

Please sign in to comment.