Skip to content

Commit

Permalink
v2.2.2 release 🎉
Browse files Browse the repository at this point in the history
update deps
  • Loading branch information
phamleduy04 committed Jul 15, 2024
1 parent bdbb748 commit ad3983e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "texas-dps-scheduler",
"version": "2.2.1",
"version": "2.2.2",
"description": "Texas DPS Automatic Scheduler",
"main": "dist/index.js",
"scripts": {
Expand All @@ -20,18 +20,18 @@
},
"homepage": "https://github.com/phamleduy04/texas-dps-scheduler#readme",
"devDependencies": {
"@eslint/create-config": "^1.1.4",
"@eslint/create-config": "^1.1.6",
"@types/ms": "^0.7.34",
"@types/node": "^20.14.2",
"@types/node": "^20.14.10",
"@types/prompts": "^2.4.9",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
},
"dependencies": {
"colorette": "^2.0.20",
Expand All @@ -41,7 +41,7 @@
"p-queue": "6.6.2",
"prompts": "^2.4.2",
"tslib": "^2.6.3",
"undici": "^6.18.2",
"undici": "^6.19.2",
"yaml": "^2.4.5",
"zod": "^3.23.8"
},
Expand Down

0 comments on commit ad3983e

Please sign in to comment.