Version bump for lockfile and dfl

This commit is contained in:
NGnius (Graham) 2023-05-29 17:28:33 -04:00
parent 9c77d69e6b
commit 197cf56d55
4 changed files with 319 additions and 302 deletions

2
backend/Cargo.lock generated
View file

@ -174,7 +174,7 @@ checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
[[package]] [[package]]
name = "fantastic-rs" name = "fantastic-rs"
version = "0.4.1" version = "0.4.2"
dependencies = [ dependencies = [
"log", "log",
"serde", "serde",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "fantastic-rs" name = "fantastic-rs"
version = "0.4.1" version = "0.4.2"
edition = "2021" edition = "2021"
[dependencies] [dependencies]

View file

@ -1,7 +1,7 @@
{ {
"name": "Fantastic", "name": "Fantastic",
"version": "0.4.1", "version": "0.4.2",
"description": "A plugin to set a custom fan curve", "description": "A template to quickly create decky plugins from scratch, based on TypeScript and webpack",
"scripts": { "scripts": {
"build": "shx rm -rf dist && rollup -c", "build": "shx rm -rf dist && rollup -c",
"watch": "rollup -c -w", "watch": "rollup -c -w",
@ -32,16 +32,16 @@
"@rollup/plugin-replace": "^4.0.0", "@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.5.0", "@rollup/plugin-typescript": "^8.5.0",
"@types/react": "16.14.0", "@types/react": "16.14.0",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.1",
"rollup": "^2.79.1", "rollup": "^2.79.1",
"rollup-plugin-import-assets": "^1.1.1", "rollup-plugin-import-assets": "^1.1.1",
"shx": "^0.3.4", "shx": "^0.3.4",
"tslib": "^2.5.0", "tslib": "^2.5.2",
"typescript": "^4.9.5" "typescript": "^4.9.5"
}, },
"dependencies": { "dependencies": {
"decky-frontend-lib": "~3.19.1", "decky-frontend-lib": "~3.21.1",
"react-icons": "^4.7.1", "react-icons": "^4.9.0",
"usdpl-front": "file:src/usdpl" "usdpl-front": "file:src/usdpl"
}, },
"pnpm": { "pnpm": {

File diff suppressed because it is too large Load diff