eventsource
Advanced tools
Comparing version
{ | ||
"name": "eventsource", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"description": "WhatWG/W3C compliant EventSource client for Node.js and browsers", | ||
@@ -66,6 +66,6 @@ "sideEffects": false, | ||
"dependencies": { | ||
"eventsource-parser": "^3.0.0" | ||
"eventsource-parser": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"@sanity/pkg-utils": "^6.11.10", | ||
"@sanity/pkg-utils": "^7.1.0", | ||
"@sanity/semantic-release-preset": "^5.0.0", | ||
@@ -76,3 +76,3 @@ "@tsconfig/strictest": "^2.0.5", | ||
"@typescript-eslint/parser": "^6.11.0", | ||
"esbuild": "^0.24.0", | ||
"esbuild": "^0.25.1", | ||
"eslint": "^8.57.0", | ||
@@ -83,3 +83,3 @@ "eslint-config-prettier": "^9.1.0", | ||
"playwright": "^1.48.2", | ||
"prettier": "^3.2.5", | ||
"prettier": "^3.5.3", | ||
"rimraf": "^5.0.5", | ||
@@ -90,3 +90,3 @@ "rollup-plugin-visualizer": "^5.12.0", | ||
"tsx": "^4.19.2", | ||
"typescript": "^5.6.3", | ||
"typescript": "^5.8.2", | ||
"undici": "^6.20.1" | ||
@@ -93,0 +93,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
145939
0Updated