Skip to content

Commit

Permalink
chore: dependency upgrades (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjacoby authored Feb 1, 2024
1 parent 91712b4 commit 3406d09
Show file tree
Hide file tree
Showing 4 changed files with 1,758 additions and 1,026 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,47 +18,47 @@
"gh:upload": "dotenv release-it --no-increment --no-git --github.release --github.update --github.assets=[./src-tauri/target/universal-apple-darwin/release/bundle/dmg/Browsernaut_*_universal.dmg, ./src-tauri/target/universal-apple-darwin/release/bundle/macos/Browsernaut.app.tar.gz] "
},
"dependencies": {
"@hello-pangea/dnd": "^16.3.0",
"@hello-pangea/dnd": "^16.5.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@tauri-apps/api": "^1.5.1",
"autoprefixer": "^10.4.16",
"@tauri-apps/api": "^1.5.3",
"autoprefixer": "^10.4.17",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"lucide-react": "^0.291.0",
"postcss": "^8.4.31",
"clsx": "^2.1.0",
"lucide-react": "^0.320.0",
"postcss": "^8.4.33",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-confetti-explosion": "^2.1.2",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.3.5",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"tauri-plugin-store-api": "tauri-apps/tauri-plugin-store",
"zustand": "^4.4.5"
"zustand": "^4.5.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.6",
"@types/node": "^20.8.10",
"@types/react": "18.2.21",
"@types/react-color": "^3.0.7",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitejs/plugin-react": "^4.1.1",
"@tauri-apps/cli": "^1.5.9",
"@types/node": "^20.11.14",
"@types/react": "18.2.48",
"@types/react-color": "^3.0.11",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitejs/plugin-react": "^4.2.1",
"auto-changelog": "^2.4.0",
"dotenv": "^16.3.1",
"dotenv": "^16.4.1",
"dotenv-cli": "^7.3.0",
"eslint": "^8.52.0",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.0.0",
"knip": "^2.38.6",
"knip": "^4.2.3",
"release-it": "^16.2.1",
"typescript": "^5.2.2",
"vite": "^4.5.0"
"typescript": "^5.3.3",
"vite": "^5.0.12"
},
"release-it": {
"hooks": {
Expand Down
Loading

0 comments on commit 3406d09

Please sign in to comment.