Skip to content

Commit

Permalink
Update dependencies (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad authored Mar 28, 2023
1 parent 2f67a83 commit 819c613
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
Expand Up @@ -45,20 +45,20 @@
],
"homepage": "https://github.com/kibertoad/layered-loader",
"dependencies": {
"tiny-lru": "^10.2.1"
"tiny-lru": "^10.3.0"
},
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/node": "^18.15.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.7.0",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.10",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"ioredis": "^5.3.1",
"jest": "29.5.0",
"prettier": "^2.8.4",
"prettier": "^2.8.7",
"rfdc": "^1.3.0",
"ts-jest": "29.0.5",
"typescript": "5.0.2"
Expand Down

0 comments on commit 819c613

Please sign in to comment.