Skip to content

Commit

Permalink
clean up and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
walteh committed Jul 17, 2024
1 parent 600d13a commit 8a8ff2e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 29 deletions.
Binary file modified bun.lockb
Binary file not shown.
50 changes: 21 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,67 +13,59 @@
"index": "iigen"
},
"dependencies": {
"nightwind": "^1.1.13",
"react": "^19.0.0-rc-f38c22b244-20240704",
"react-dom": "^19.0.0-rc-f38c22b244-20240704",
"react-helmet": "^6.1.0"
"react": "^19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "^19.0.0-rc-fb9a90fa48-20240614"
},
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
},
"devDependencies": {
"@headlessui/react": "^2.1.1",
"@heroicons/react": "^2.1.4",
"@lingui/core": "^4.11.1",
"@headlessui/react": "^2.1.2",
"@react-spring/web": "^9.7.3",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/bun": "^1.1.5",
"@types/chai": "^4.3.16",
"@types/bun": "^1.1.6",
"@types/express": "^4.17.21",
"@types/node": "^20.14.8",
"@types/node": "^20.14.11",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@types/react-helmet": "^6.1.11",
"@types/ua-parser-js": "^0.7.39",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"animate.css": "^4.1.1",
"apexcharts": "^3.49.2",
"apexcharts": "^3.50.0",
"autoprefixer": "^10.4.19",
"body-parser": "^1.20.2",
"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.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-react-refresh": "^0.4.8",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.0.0",
"express": "^4.19.2",
"framer-motion": "^11.2.12",
"import-index-generator": "^0.2.2",
"ky": "^1.3.0",
"framer-motion": "^11.3.6",
"ky": "^1.4.0",
"path": "^0.12.7",
"pify": "^6.1.0",
"polished": "^4.3.1",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"react-apexcharts": "^1.4.1",
"react-icons": "^5.2.1",
"react-router-dom": "^6.23.1",
"react-router-dom": "^6.25.0",
"simple-statistics": "^7.8.3",
"tailwindcss": "^3.4.4",
"tailwindcss": "^3.4.6",
"ts-node": "^10.9.2",
"typescript": "^5.2.2",
"typescript": "^5.5.3",
"ua-parser-js": "^1.0.38",
"vite": "^5.3.3",
"zustand": "^4.5.2"
"vite": "^5.3.4",
"zustand": "^4.5.4"
}
}

0 comments on commit 8a8ff2e

Please sign in to comment.