Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
walteh committed Jul 30, 2024
1 parent d7fba5e commit c61c4b8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .bun-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.20
1.1.21
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -629,8 +629,8 @@ to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
unthread.me - private thread insights
Copyright (C) 2024 walteh LLC

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
Expand Down
Binary file modified bun.lockb
Binary file not shown.
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "0.0.0",
"type": "module",
"homepage": "https://unthread.me/",
"license": "AGPL-3.0-only",
"scripts": {
"dev": "bunx vite",
"build": "bunx --bun vite build",
Expand All @@ -24,51 +25,51 @@
"dexie": "^4.0.8",
"dexie-react-hooks": "^1.1.7",
"@headlessui/react": "^2.1.2",
"@react-spring/web": "^9.7.3",
"@react-spring/web": "^9.7.4",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/bun": "^1.1.6",
"@types/express": "^4.17.21",
"@types/node": "^20.14.11",
"@types/node": "^20.14.13",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@types/ua-parser-js": "^0.7.39",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"animate.css": "^4.1.1",
"apexcharts": "^3.50.0",
"apexcharts": "^3.51.0",
"autoprefixer": "^10.4.19",
"compromise": "^14.13.0",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-import-resolver-vite": "^2.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.8",
"eslint-plugin-react-refresh": "^0.4.9",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.0.0",
"eslint-plugin-unused-imports": "^4.0.1",
"express": "^4.19.2",
"framer-motion": "^11.3.6",
"ky": "^1.4.0",
"framer-motion": "^11.3.19",
"ky": "^1.5.0",
"path": "^0.12.7",
"pify": "^6.1.0",
"polished": "^4.3.1",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"react-apexcharts": "^1.4.1",
"react-icons": "^5.2.1",
"react-router-dom": "^6.25.0",
"react-router-dom": "^6.25.1",
"simple-statistics": "^7.8.3",
"tailwindcss": "^3.4.6",
"tailwindcss": "^3.4.7",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"ua-parser-js": "^1.0.38",
"vite": "^5.3.4",
"vite": "^5.3.5",
"vite-plugin-wasm": "^3.3.0",
"zustand": "^4.5.4"
}
}
}

0 comments on commit c61c4b8

Please sign in to comment.