Skip to content

Commit

Permalink
separate config and input logic from pets scence. bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SeakMengs committed May 23, 2024
1 parent 8790c49 commit fca8881
Show file tree
Hide file tree
Showing 16 changed files with 1,404 additions and 976 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "WindowPet",
"private": "false",
"version": "0.0.7",
"version": "0.0.8",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -12,42 +12,42 @@
"tauri": "tauri"
},
"dependencies": {
"@mantine/core": "^7.4.2",
"@mantine/modals": "^7.4.2",
"@mantine/notifications": "^7.4.2",
"@tabler/icons-react": "^2.46.0",
"@tauri-apps/api": "^1.5.3",
"clsx": "^2.1.0",
"i18next": "^23.7.18",
"@mantine/core": "^7.10.0",
"@mantine/modals": "^7.10.0",
"@mantine/notifications": "^7.10.0",
"@tabler/icons-react": "^2.47.0",
"@tauri-apps/api": "^1.5.6",
"clsx": "^2.1.1",
"i18next": "^23.11.5",
"jsdom": "^24.0.0",
"phaser": "^3.70.0",
"postcss": "^8.4.33",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.5.0",
"react-intersection-observer": "^9.5.3",
"phaser": "^3.80.1",
"postcss": "^8.4.38",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.2",
"react-intersection-observer": "^9.10.2",
"react-markdown": "^9.0.1",
"react-query": "^3.39.3",
"react-router-dom": "^6.21.3",
"react-router-dom": "^6.23.1",
"remark-gfm": "^4.0.0",
"tauri-plugin-autostart-api": "github:tauri-apps/tauri-plugin-autostart#v1",
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#v1",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1",
"vite-tsconfig-paths": "^4.3.1",
"zustand": "^4.5.0"
"vite-tsconfig-paths": "^4.3.2",
"zustand": "^4.5.2"
},
"devDependencies": {
"@tauri-apps/cli": "1.5.9",
"@testing-library/react": "^14.1.2",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"postcss-preset-mantine": "^1.12.3",
"@tauri-apps/cli": "1.5.14",
"@testing-library/react": "^14.3.1",
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"postcss-preset-mantine": "^1.15.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitest": "^1.6.0",
"vitest-canvas-mock": "^0.3.3"
}
}
Loading

0 comments on commit fca8881

Please sign in to comment.