Skip to content

Commit

Permalink
Bump version, deps
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchalifoux committed Apr 10, 2024
1 parent 33686d5 commit a75a44b
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 127 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,34 +12,34 @@
"tauri": "tauri"
},
"dependencies": {
"@mantine/core": "^7.5.1",
"@mantine/form": "^7.5.2",
"@mantine/hooks": "^7.5.1",
"@tabler/icons-react": "^2.47.0",
"@tanstack/react-query": "^5.20.2",
"@tauri-apps/api": "^1.5.3",
"chroma-js": "^2.4.2",
"mantine-form-zod-resolver": "^1.1.0",
"nanoid": "^5.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.22.4",
"zustand": "^4.5.0"
"@mantine/core": "7.7.1",
"@mantine/form": "7.7.1",
"@mantine/hooks": "7.7.1",
"@tabler/icons-react": "3.1.0",
"@tanstack/react-query": "5.29.0",
"@tauri-apps/api": "1.5.3",
"chroma-js": "2.4.2",
"mantine-form-zod-resolver": "1.1.0",
"nanoid": "5.0.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "3.22.4",
"zustand": "4.5.2"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.9",
"@types/chroma-js": "^2.4.4",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"postcss": "^8.4.33",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.0.2",
"vite": "^5.0.0"
"@tauri-apps/cli": "1.5.11",
"@types/chroma-js": "2.4.4",
"@types/react": "18.2.75",
"@types/react-dom": "18.2.24",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"@vitejs/plugin-react": "4.2.1",
"eslint": "9.0.0",
"eslint-plugin-react": "7.34.1",
"postcss": "8.4.38",
"postcss-preset-mantine": "1.13.0",
"postcss-simple-vars": "7.0.1",
"typescript": "5.4.4",
"vite": "5.2.8"
}
}
Loading

0 comments on commit a75a44b

Please sign in to comment.