Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nlepage committed Mar 30, 2023
1 parent f2e49f3 commit bdc0434
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 131 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -19,18 +19,18 @@
"test": "vitest"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"prettier": "^2.8.4",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"prettier": "^2.8.7",
"typescript": "^5.0.2",
"vite": "^4.2.0",
"vite": "^4.2.1",
"vite-plugin-dts": "^2.1.0",
"vitest": "^0.29.3"
"vitest": "^0.29.8"
},
"files": [
"dist"
],
"packageManager": "yarn@3.4.1"
}
}

0 comments on commit bdc0434

Please sign in to comment.