Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and sonicjhon1 committed May 13, 2023
1 parent 942ce03 commit 9164824
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
10 changes: 5 additions & 5 deletions 11 WA-GawrBot-UI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
"dependencies": {
"@astrojs/node": "5.1.3",
"@astrojs/tailwind": "3.1.2",
"@tauri-apps/api": "^1.3.0",
"@tauri-apps/api": "1.3.0",
"astro": "2.4.5",
"astro-compress": "1.1.42",
"astro-google-fonts-optimizer": "0.2.2",
"astro-icon": "0.8.0",
"daisyui": "2.51.6",
"sharp": "^0.32.1",
"sharp": "0.32.1",
"socket.io-client": "4.6.1",
"tailwindcss": "3.3.2"
},
"devDependencies": {
"@tauri-apps/cli": "^1.3.1",
"@types/node": "^20.1.1",
"caxa": "^3.0.1",
"@tauri-apps/cli": "1.3.1",
"@types/node": "20.1.1",
"caxa": "3.0.1",
"ts-node": "10.9.1"
}
}
8 changes: 4 additions & 4 deletions 11 WA-GawrBot-UI/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions 11 WA-GawrBot-UI/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ rust-version = "1.60"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "1.3.0", features = [] }
tauri-build = { version = "=1.3.0", features = [] }

[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.3.0", features = ["process-command-api", "shell-sidecar", "window-set-fullscreen"] }
serde_json = "=1.0.96"
serde = { version = "=1.0.163", features = ["derive"] }
tauri = { version = "=1.3.0", features = ["process-command-api", "shell-sidecar", "window-set-fullscreen"] }

[features]
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9164824

Please sign in to comment.