Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
chore: bump deps; remove lockfile from gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
leia-uwu committed Jan 4, 2024
1 parent ce76997 commit b8dc74d
Show file tree
Hide file tree
Showing 3 changed files with 2,605 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ dist/

# Node modules
node_modules/
pnpm-lock.yaml

user-data/
.idea/
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.34.0"
},
"devDependencies": {
"@types/node": "^20.10.4",
"@types/node": "^20.10.6",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "^6.13.2",
"eslint": "^8.55.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.1",
"eslint-plugin-promise": "^6.1.1",
"nodemon": "^3.0.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.3.3",
"vite": "^5.0.8"
"vite": "^5.0.10"
}
}
Loading

0 comments on commit b8dc74d

Please sign in to comment.