Skip to content

Commit

Permalink
Adjustments post-RC support (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
atilafassina authored Aug 9, 2024
1 parent 2c1e3e6 commit 2243ff1
Show file tree
Hide file tree
Showing 7 changed files with 521 additions and 922 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./src/bindings.ts
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,31 @@
"description": "",
"scripts": {
"start": "vinxi start",
"dev": "PORT=1420 HOST=0.0.0.0 vinxi dev",
"dev": "vinxi dev",
"build": "vinxi build",
"serve": "vinxi serve",
"tauri": "tauri",
"format": "prettier --write src"
},
"license": "MIT",
"dependencies": {
"@solidjs/router": "^0.13.5",
"@solidjs/start": "^1.0.1",
"@tauri-apps/api": "2.0.0-beta.7",
"@tauri-apps/plugin-shell": "2.0.0-beta.2",
"solid-js": "latest",
"tailwindcss": "latest",
"vinxi": "^0.3.12"
"@solidjs/router": "^0.13.6",
"@solidjs/start": "^1.0.6",
"@tauri-apps/api": "2.0.0-rc.0",
"@tauri-apps/plugin-shell": "2.0.0-rc.0",
"solid-js": "^1.8.19",
"tailwindcss": "^3.4.7",
"vinxi": "^0.4.0"
},
"devDependencies": {
"@tauri-apps/cli": "2.0.0-beta.12",
"autoprefixer": "^10.4.16",
"@tauri-apps/cli": "2.0.0-rc.0",
"autoprefixer": "^10.4.20",
"internal-ip": "^7.0.0",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.10",
"typescript": "latest",
"vite": "latest",
"vite-plugin-solid": "latest"
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-solid": "^2.10.2"
}
}
Loading

0 comments on commit 2243ff1

Please sign in to comment.