Skip to content

Commit 4773ed3

Browse files
committed
chore: misc
1 parent 4feb653 commit 4773ed3

File tree

3 files changed

+982
-949
lines changed

3 files changed

+982
-949
lines changed

examples/demo/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,17 @@
1010
"main": "src/main.jsx",
1111
"scripts": {
1212
"lint": "tsc --build && eslint . && prettier --check '**/*.{js,jsx,ts,tsx,yml,json,css}' --ignore-path ../../.gitignore",
13-
"build": "vite build --force",
14-
"dev": "vite --force",
13+
"build": "vite build",
14+
"dev": "vite",
1515
"serve": "vite preview --port 3000"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.24.0",
1919
"@fission-codes/eslint-config": "workspace:^",
2020
"@types/node": "^20.11.25",
21-
"hd-scripts": "^9.0.6",
2221
"prettier": "3.2.5",
23-
"typescript": "5.4.2",
24-
"vite": "^4.5.0"
22+
"typescript": "5.3.3",
23+
"vite": "^5.1.5"
2524
},
2625
"eslintConfig": {
2726
"extends": [

examples/homestar-gateway/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"test": "echo \"Error: no test specified\" && exit 0"
1313
},
1414
"dependencies": {
15-
"@bytecodealliance/jco": "^1.0.2",
16-
"@bytecodealliance/preview2-shim": "^0.15.1",
15+
"@bytecodealliance/jco": "^1.0.3",
16+
"@bytecodealliance/preview2-shim": "^0.16.0",
1717
"@fission-codes/channel": "workspace:^",
1818
"@fission-codes/homestar": "workspace:^",
1919
"@hono/node-server": "^1.8.2",

0 commit comments

Comments
 (0)