Skip to content

Commit

Permalink
1.6.0 package updates (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvecera authored Dec 15, 2024
1 parent 7558e1f commit a75a5f4
Show file tree
Hide file tree
Showing 4 changed files with 515 additions and 515 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "coh3-stats-desktop-app",
"private": true,
"version": "1.5.4",
"version": "1.6.0",
"type": "module",
"repository": {
"url": "https://github.com/cohstats/coh3-stats-desktop-app"
Expand Down Expand Up @@ -31,20 +31,20 @@
]
},
"dependencies": {
"@emotion/react": "11.13.3",
"@mantine/core": "7.11.2",
"@mantine/hooks": "7.11.2",
"@mantine/notifications": "7.11.2",
"@sentry/react": "8.34.0",
"@tabler/icons-react": "3.19.0",
"@emotion/react": "11.14.0",
"@mantine/core": "7.15.1",
"@mantine/hooks": "7.15.1",
"@mantine/notifications": "7.15.1",
"@sentry/react": "8.45.0",
"@tabler/icons-react": "3.26.0",
"@tauri-apps/api": "1.6.0",
"axios": "1.7.9",
"coh-stats-components": "github:cohstats/coh-stats-components#0.0.7",
"coh3-data-types-library": "github:cohstats/coh3-data-types-library#0.0.2",
"mixpanel-browser": "2.55.1",
"mixpanel-browser": "2.56.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.0",
"react-router-dom": "6.28.0",
"tauri-plugin-fs-watch-api": "https://github.com/tauri-apps/tauri-plugin-fs-watch",
"tauri-plugin-log-api": "https://github.com/tauri-apps/tauri-plugin-log",
"tauri-plugin-store-api": "https://github.com/tauri-apps/tauri-plugin-store",
Expand All @@ -55,7 +55,7 @@
"@types/mixpanel-browser": "2.50.1",
"@types/node": "^20.14.13",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.3",
"@types/react-dom": "18.3.5",
"@vitejs/plugin-react": "4.3.1",
"@wdio/cli": "^7",
"@wdio/local-runner": "^7",
Expand All @@ -66,8 +66,8 @@
"postcss": "8.4.47",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "7.0.1",
"prettier": "3.3.3",
"typescript": "5.6.3",
"vite": "5.3.6"
"prettier": "3.4.2",
"typescript": "5.7.2",
"vite": "6.0.3"
}
}
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

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

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coh3-stats-desktop-app"
version = "1.5.3"
version = "1.6.0"
description = "COH3 Stats Desktop App"
authors = ["coh3stats team"]
license = ""
Expand Down
Loading

0 comments on commit a75a5f4

Please sign in to comment.