File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : " pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
21+ "packageManager" : " pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac" ,
22+ "dependencies" : {
23+ "glob" : " ^11.0.3" ,
24+ "tsx" : " ^4.20.3"
25+ }
2226}
Original file line number Diff line number Diff line change 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 ],
Original file line number Diff line number Diff line change 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 ],
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" ,
Original file line number Diff line number Diff line change 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 ],
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" ,
Original file line number Diff line number Diff line change 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 ],
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" ,
Original file line number Diff line number Diff line change 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 ],
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" ,
Original file line number Diff line number Diff line change 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 ],
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" ,
You can’t perform that action at this time.
0 commit comments