Skip to content

Commit

Permalink
⬆️ [Dependency] Minor bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Nov 26, 2024
1 parent 29308af commit 2438869
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 61 deletions.
114 changes: 57 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@
"scripts": {
"clean": "rm -rf dist && rm -rf node_modules/.cache && rm -rf node_modules/.vite",
"nuke": "npm run clean && rm -rf node_modules && rm -rf package-lock.json && npm cache clean --force",
"start": "vite",
"start": "vite --port=3001",
"preview": "vite preview --host",
"build": "npm run clean && tsc -b && vite build",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"format": "echo 'Prettier has not been configured for this app.'",
"typecheck": "tsc --noEmit",
"test": "echo 'There is no testing suite set up for this app.'"
},
"dependencies": {
Expand All @@ -45,16 +46,16 @@
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/node": "^22.9.1",
"@types/node": "^22.10.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.7.1",
"@vitejs/plugin-react-swc": "^3.7.2",
"eslint": "^9.15.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"lightningcss": "^1.28.1",
"lightningcss": "^1.28.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.11",
Expand Down

0 comments on commit 2438869

Please sign in to comment.