Skip to content

Commit 53eef52

Browse files
committed
chore: update package.json and pnpm-lock.yaml for dependency upgrades and add repository metadata
1 parent 2287a54 commit 53eef52

File tree

9 files changed

+467
-55
lines changed

9 files changed

+467
-55
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,16 @@
1111
"lint": "eslint ."
1212
},
1313
"devDependencies": {
14-
"@types/node": "^20.12.8",
14+
"@types/node": "^24.2.1",
1515
"eslint": "^9.5.0",
1616
"jsdom": "^26.1.0",
1717
"typescript": "^5.5.4",
1818
"unbuild": "^2.0.0",
1919
"vitest": "^2.0.5"
2020
},
21-
"packageManager": "[email protected]+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
21+
"packageManager": "[email protected]+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac",
22+
"dependencies": {
23+
"glob": "^11.0.3",
24+
"tsx": "^4.20.3"
25+
}
2226
}

packages/core/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
"version": "0.0.3-alpha.0",
44
"type": "module",
55
"sideEffects": false,
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/instructa/browser-echo.git",
9+
"directory": "packages/core"
10+
},
11+
"author": {
12+
"name": "Kevin Kern",
13+
"url": "https://github.com/regenrek"
14+
},
615
"files": [
716
"dist"
817
],

packages/next/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
"version": "0.0.3-alpha.0",
44
"type": "module",
55
"sideEffects": false,
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/instructa/browser-echo.git",
9+
"directory": "packages/next"
10+
},
11+
"author": {
12+
"name": "Kevin Kern",
13+
"url": "https://github.com/regenrek"
14+
},
615
"files": [
716
"dist"
817
],
@@ -32,7 +41,7 @@
3241
"react-dom": ">=18.0.0"
3342
},
3443
"dependencies": {
35-
"@browser-echo/core": "^0.0.3-alpha.0"
44+
"@browser-echo/core": "workspace:*"
3645
},
3746
"scripts": {
3847
"build": "unbuild",

packages/nuxt/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
"version": "0.0.3-alpha.0",
44
"type": "module",
55
"sideEffects": false,
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/instructa/browser-echo.git",
9+
"directory": "packages/nuxt"
10+
},
11+
"author": {
12+
"name": "Kevin Kern",
13+
"url": "https://github.com/regenrek"
14+
},
615
"files": [
716
"dist"
817
],
@@ -16,7 +25,7 @@
1625
"@nuxt/kit": ">=3.11.0"
1726
},
1827
"dependencies": {
19-
"@browser-echo/core": "^0.0.3-alpha.0"
28+
"@browser-echo/core": "workspace:*"
2029
},
2130
"scripts": {
2231
"build": "unbuild",

packages/react/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
"version": "0.0.3-alpha.0",
44
"type": "module",
55
"sideEffects": false,
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/instructa/browser-echo.git",
9+
"directory": "packages/react"
10+
},
11+
"author": {
12+
"name": "Kevin Kern",
13+
"url": "https://github.com/regenrek"
14+
},
615
"files": [
716
"dist"
817
],
@@ -17,7 +26,7 @@
1726
"react-dom": ">=18.0.0"
1827
},
1928
"dependencies": {
20-
"@browser-echo/core": "^0.0.3-alpha.0"
29+
"@browser-echo/core": "workspace:*"
2130
},
2231
"scripts": {
2332
"build": "unbuild",

packages/vite/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
"version": "0.0.3-alpha.0",
44
"type": "module",
55
"sideEffects": false,
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/instructa/browser-echo.git",
9+
"directory": "packages/vite"
10+
},
11+
"author": {
12+
"name": "Kevin Kern",
13+
"url": "https://github.com/regenrek"
14+
},
615
"files": [
716
"dist"
817
],
@@ -17,7 +26,7 @@
1726
},
1827
"dependencies": {
1928
"ansis": "^3.2.0",
20-
"@browser-echo/core": "^0.0.3-alpha.0"
29+
"@browser-echo/core": "workspace:*"
2130
},
2231
"scripts": {
2332
"build": "unbuild",

packages/vue/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
"version": "0.0.3-alpha.0",
44
"type": "module",
55
"sideEffects": false,
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/instructa/browser-echo.git",
9+
"directory": "packages/vue"
10+
},
11+
"author": {
12+
"name": "Kevin Kern",
13+
"url": "https://github.com/regenrek"
14+
},
615
"files": [
716
"dist"
817
],
@@ -16,7 +25,7 @@
1625
"vue": ">=3.3.0"
1726
},
1827
"dependencies": {
19-
"@browser-echo/core": "^0.0.3-alpha.0"
28+
"@browser-echo/core": "workspace:*"
2029
},
2130
"scripts": {
2231
"build": "unbuild",

0 commit comments

Comments
 (0)