Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 10, 2023
1 parent 1df076b commit 9a91126
Show file tree
Hide file tree
Showing 3 changed files with 1,601 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,8 @@ jobs:
run_install: |
- recursive: true
args: [
--child-concurrency=9999,
--link-workspace-packages=true,
--lockfile-only,
--network-concurrency=9999,
--prefer-frozen-lockfile=false,
--shamefully-hoist=false,
--shared-workspace-lockfile=true,
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
},
"dependencies": {
"@tauri-apps/api": "1.5.0",
"solid-js": "1.7.12"
"solid-js": "1.8.1"
},
"devDependencies": {
"@tauri-apps/cli": "1.5.2",
"@types/node": "20.8.3",
"@types/node": "20.8.4",
"esbuild-plugin-copy": "2.1.1",
"typescript-esbuild": "0.2.14",
"vite": "4.4.11",
"vite-plugin-solid": "2.7.0"
"vite-plugin-solid": "2.7.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 9a91126

Please sign in to comment.