Skip to content

Commit f8f7512

Browse files
committed
do package upgrades
1 parent 9632292 commit f8f7512

File tree

2 files changed

+269
-126
lines changed

2 files changed

+269
-126
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@
4040
"test:coverage": "vitest run --coverage"
4141
},
4242
"devDependencies": {
43-
"@typescript-eslint/eslint-plugin": "^5.59.0",
44-
"@typescript-eslint/parser": "^5.59.0",
45-
"@vitest/coverage-v8": "^0.32.0",
46-
"eslint": "8.42.0",
43+
"@typescript-eslint/eslint-plugin": "^5.60.1",
44+
"@typescript-eslint/parser": "^5.60.1",
45+
"@vitest/coverage-v8": "^0.32.2",
46+
"eslint": "^8.43.0",
4747
"eslint-plugin-simple-import-sort": "^10.0.0",
4848
"jsdom": "^22.0.0",
4949
"tsconfig-paths": "4.2.0",
50-
"tsup": "^6.7.0",
51-
"typescript": "5.1.3",
52-
"vitest": "^0.32.0"
50+
"tsup": "^7.1.0",
51+
"typescript": "^5.1.6",
52+
"vitest": "^0.32.2"
5353
},
5454
"homepage": "https://github.com/KirbyPaint/nanp-number-generator#readme",
5555
"lint-staged": {

0 commit comments

Comments
 (0)