itty-router 4.0.11-next.7 → 4.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "itty-router",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.12",
|
|
4
4
|
"description": "A tiny, zero-dependency router, designed to make beautiful APIs in any environment.",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"module": "./index.mjs",
|
|
@@ -140,35 +140,35 @@
|
|
|
140
140
|
"@rollup/plugin-terser": "^0.4.3",
|
|
141
141
|
"@rollup/plugin-typescript": "^11.1.1",
|
|
142
142
|
"@skypack/package-check": "^0.2.2",
|
|
143
|
-
"@types/node": "^20.
|
|
144
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
145
|
-
"@typescript-eslint/parser": "^5.
|
|
143
|
+
"@types/node": "^20.3.1",
|
|
144
|
+
"@typescript-eslint/eslint-plugin": "^5.60.0",
|
|
145
|
+
"@typescript-eslint/parser": "^5.60.0",
|
|
146
146
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
147
|
-
"@vitest/coverage-c8": "^0.
|
|
148
|
-
"@whatwg-node/server": "^0.8.
|
|
147
|
+
"@vitest/coverage-c8": "^0.32.2",
|
|
148
|
+
"@whatwg-node/server": "^0.8.12",
|
|
149
149
|
"coveralls": "^3.1.1",
|
|
150
|
-
"eslint": "^8.
|
|
150
|
+
"eslint": "^8.43.0",
|
|
151
151
|
"eslint-config-prettier": "^8.8.0",
|
|
152
152
|
"fetch-mock": "^9.11.0",
|
|
153
153
|
"fs-extra": "^11.1.1",
|
|
154
|
-
"globby": "^13.
|
|
154
|
+
"globby": "^13.2.0",
|
|
155
155
|
"gzip-size": "^7.0.0",
|
|
156
156
|
"http": "^0.0.1-security",
|
|
157
157
|
"isomorphic-fetch": "^3.0.0",
|
|
158
|
-
"itty-router": "^4.0.11
|
|
158
|
+
"itty-router": "^4.0.11",
|
|
159
159
|
"jsdom": "^22.1.0",
|
|
160
160
|
"npm-run-all": "^4.1.5",
|
|
161
161
|
"prettier": "^2.8.8",
|
|
162
162
|
"rimraf": "^5.0.1",
|
|
163
|
-
"rollup": "^3.
|
|
163
|
+
"rollup": "^3.25.1",
|
|
164
164
|
"rollup-plugin-bundle-size": "^1.0.3",
|
|
165
165
|
"rollup-plugin-copy": "^3.4.0",
|
|
166
166
|
"rollup-plugin-multi-input": "^1.4.1",
|
|
167
167
|
"ts-node": "^10.9.1",
|
|
168
|
-
"typescript": "^5.
|
|
168
|
+
"typescript": "^5.1.3",
|
|
169
169
|
"vite": "^4.3.9",
|
|
170
|
-
"vitest": "^0.
|
|
170
|
+
"vitest": "^0.32.2",
|
|
171
171
|
"yarn": "^1.22.19",
|
|
172
|
-
"yarn-release": "^1.10.
|
|
172
|
+
"yarn-release": "^1.10.6"
|
|
173
173
|
}
|
|
174
174
|
}
|