Skip to content

Commit

Permalink
deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhitley committed Apr 9, 2024
1 parent ae74942 commit 06d991a
Show file tree
Hide file tree
Showing 2 changed files with 451 additions and 157 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,15 @@
},
"homepage": "https://itty.dev/itty-router",
"devDependencies": {
"@cloudflare/workers-types": "^4.20240312.0",
"@cloudflare/workers-types": "^4.20240405.0",
"@rollup/plugin-multi-entry": "^6.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^20.11.27",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitest/coverage-v8": "^1.3.1",
"@whatwg-node/server": "^0.9.29",
"@types/node": "^20.12.6",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vitest/coverage-v8": "^1.4.0",
"@whatwg-node/server": "^0.9.32",
"coveralls": "^3.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -168,13 +168,13 @@
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rollup": "^4.13.0",
"rollup": "^4.14.1",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-multi-input": "^1.4.1",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vitest": "^1.3.1",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vitest": "^1.4.0",
"yarn-release": "^1.10.6"
}
}
Loading

0 comments on commit 06d991a

Please sign in to comment.