Skip to content

Commit

Permalink
chore: 🤖 remove unused @types/node (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman authored Aug 24, 2024
1 parent 875d4af commit 76504c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
Binary file modified bun.lockb
Binary file not shown.
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
},
"prettier": "@jimmy.codes/prettier-config",
"dependencies": {
"@tanstack/react-query": "5.52.0",
"@tanstack/react-router": "1.49.2",
"@tanstack/react-query": "5.52.1",
"@tanstack/react-router": "1.50.0",
"clsx": "2.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-merge": "2.5.2"
},
"devDependencies": {
"@iconify-json/logos": "1.1.44",
"@iconify-json/lucide": "1.1.207",
"@iconify/tailwind": "1.1.2",
"@iconify-json/lucide": "1.1.208",
"@iconify/tailwind": "1.1.3",
"@jimmy.codes/eslint-config": "1.9.0",
"@jimmy.codes/prettier-config": "1.1.0",
"@playwright/test": "1.46.1",
Expand All @@ -47,16 +47,15 @@
"@storybook/react": "8.2.9",
"@storybook/react-vite": "8.2.9",
"@tailwindcss/typography": "0.5.14",
"@tanstack/react-query-devtools": "5.52.0",
"@tanstack/router-devtools": "1.49.2",
"@tanstack/react-query-devtools": "5.52.1",
"@tanstack/router-devtools": "1.50.0",
"@tanstack/router-vite-plugin": "1.49.3",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@total-typescript/ts-reset": "0.5.1",
"@types/bun": "1.1.6",
"@types/node": "20.12.12",
"@total-typescript/ts-reset": "0.6.0",
"@types/bun": "1.1.7",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react-swc": "3.7.0",
Expand All @@ -82,5 +81,5 @@
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.0.5"
},
"packageManager": "[email protected].25"
"packageManager": "[email protected].26"
}

0 comments on commit 76504c4

Please sign in to comment.