Update some dependencies and remove package-lock
This commit is contained in:
parent
6462939dad
commit
2fc52c246f
3 changed files with 4 additions and 2591 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -22,6 +22,7 @@ coverage
|
|||
# Dependency directory
|
||||
node_modules
|
||||
bower_components
|
||||
package-lock.json
|
||||
|
||||
# Editors
|
||||
.idea
|
||||
|
|
2588
package-lock.json
generated
2588
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Fantastic",
|
||||
"version": "0.3.3",
|
||||
"version": "0.3.4",
|
||||
"description": "A template to quickly create decky plugins from scratch, based on TypeScript and webpack",
|
||||
"scripts": {
|
||||
"build": "shx rm -rf dist && rollup -c",
|
||||
|
@ -40,8 +40,8 @@
|
|||
"typescript": "^4.6.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"decky-frontend-lib": "^1.0.1",
|
||||
"react-icons": "^4.3.1",
|
||||
"decky-frontend-lib": "3.*",
|
||||
"react-icons": "^4.4.0",
|
||||
"usdpl-front": "file:./src/usdpl"
|
||||
},
|
||||
"pnpm": {
|
||||
|
|
Loading…
Reference in a new issue