Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Nov 16, 2023
1 parent 210e424 commit 4eaa5d9
Show file tree
Hide file tree
Showing 2 changed files with 478 additions and 294 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"exports": "./dist/webvsc.mjs",
"types": "./dist",
"engines": {
"node": ">=16"
"node": ">=18"
},
"files": [
"dist/",
Expand Down Expand Up @@ -52,23 +52,23 @@
"test": "uvu tests -r tsm"
},
"dependencies": {
"log-symbols": "^5.1.0",
"log-symbols": "^6.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.50.0",
"globby": "^13.2.2",
"@types/node": "^20.9.1",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.53.0",
"globby": "^14.0.0",
"husky": "^8.0.3",
"knip": "^2.41.3",
"lint-staged": "^14.0.1",
"npm-run-all2": "^6.0.6",
"lint-staged": "^15.1.0",
"npm-run-all2": "^6.1.1",
"prettier": "^2.8.1",
"rimraf": "^5.0.5",
"tsm": "^2.3.0",
"tsup": "^7.2.0",
"tsup": "^7.3.0",
"typescript": "^5.2.2",
"uvu": "^0.5.6"
},
Expand Down
Loading

0 comments on commit 4eaa5d9

Please sign in to comment.