Skip to content

Commit

Permalink
変更途中
Browse files Browse the repository at this point in the history
  • Loading branch information
bundai223 committed Dec 4, 2024
1 parent 4560e06 commit f5265a7
Show file tree
Hide file tree
Showing 23 changed files with 12,984 additions and 6,460 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/devcontainers/rust:1

USER root
RUN apt-get update -y \
&& apt-get install -y libwebkit2gtk-4.0 libgtk-3-0 libappindicator3-1 fonts-noto-cjk libssl-dev perl cpanminus webkit2gtk-driver sqlite3 \
&& apt-get install -y libwebkit2gtk-4.1-dev libgtk-3-0 libappindicator3-1 fonts-noto-cjk libssl-dev perl cpanminus webkit2gtk-driver sqlite3 \
&& cpanm JSON IO::Socket::SSL Net::SSLeay LWP::Simple LWP::Protocol::https

USER vscode
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"@rspc/client": "^0.1.3",
"@rspc/react": "^0.1.3",
"@rspc/tauri": "^0.1.3",
"@tauri-apps/api": "^1.5.3",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-global-shortcut": "~2",
"@tauri-apps/plugin-shell": "~2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -31,7 +33,7 @@
"@storybook/react": "^7.6.6",
"@storybook/react-vite": "^7.6.6",
"@storybook/test": "^7.6.6",
"@tauri-apps/cli": "^1.5.9",
"@tauri-apps/cli": "^2.1.0",
"@types/node": "^18.7.10",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
Expand Down
Loading

0 comments on commit f5265a7

Please sign in to comment.