Skip to content

Commit

Permalink
chore: update minor deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dubisdev committed Dec 22, 2024
1 parent 18aeb53 commit 786d17b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,32 @@
"dependencies": {
"@dubisdev/pointer-stack-structure": "1.1.1",
"@tauri-apps/api": "2.0.1",
"@tauri-apps/plugin-autostart": "2.0.0",
"@tauri-apps/plugin-cli": "2.0.0",
"@tauri-apps/plugin-clipboard-manager": "2.0.0",
"@tauri-apps/plugin-dialog": "2.0.0",
"@tauri-apps/plugin-global-shortcut": "2.0.0",
"@tauri-apps/plugin-process": "2.0.0",
"@tauri-apps/plugin-updater": "2.0.0",
"@tauri-apps/plugin-autostart": "2.2.0",
"@tauri-apps/plugin-cli": "2.2.0",
"@tauri-apps/plugin-clipboard-manager": "2.2.0",
"@tauri-apps/plugin-dialog": "2.2.0",
"@tauri-apps/plugin-global-shortcut": "2.2.0",
"@tauri-apps/plugin-process": "2.2.0",
"@tauri-apps/plugin-updater": "2.3.0",
"just-debounce": "1.1.0",
"mathjs": "13.2.0",
"mathjs": "14.0.1",
"react": "18.3.1",
"react-colorful": "5.6.1",
"react-dom": "18.3.1",
"react-switch": "7.0.0",
"react-switch": "7.1.0",
"react-textra": "0.2.0",
"shared-zustand": "2.0.0",
"shared-zustand": "2.1.0",
"the-new-css-reset": "1.11.3",
"zustand": "4.5.5"
},
"devDependencies": {
"@tauri-apps/cli": "2.0.0",
"@types/node": "22.7.4",
"@types/node": "22.10.2",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.2",
"typescript": "5.6.2",
"vite": "5.4.8"
"@vitejs/plugin-react": "4.3.4",
"typescript": "5.7.2",
"vite": "6.0.5"
},
"engines": {
"node": ">=22"
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"build": {
"beforeBuildCommand": "pnpm build",
"beforeDevCommand": "pnpm dev",
Expand Down Expand Up @@ -65,7 +65,7 @@
"title": "RunMath",
"alwaysOnTop": true,
"fullscreen": false,
"height": 46,
"height": 10,
"resizable": false,
"width": 700,
"center": true,
Expand Down

0 comments on commit 786d17b

Please sign in to comment.