Skip to content

Commit 8775e07

Browse files
deps
1 parent 991a164 commit 8775e07

File tree

5 files changed

+109
-71
lines changed

5 files changed

+109
-71
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run_install: false
2828

2929
- name: Install depends
30-
run: npm i --legacy-peer-deps && pnpm build:starters && cd preview && npm i --legacy-peer-deps && cd ..
30+
run: pnpm run setup
3131

3232
- name: Test
3333
run: pnpm test

.github/workflows/typing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run_install: false
3232

3333
- name: Install depends
34-
run: npm i --legacy-peer-deps && pnpm build:starters && cd preview && npm i --legacy-peer-deps && cd .. && pnpm test
34+
run: pnpm run setup && pnpm test
3535

3636
- name: Typing
3737
run: pnpm typing

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Online playground for write and play JavaScript, TypeScript, Vue, React, Lit, So
2222
- [x] jvascript module
2323
- [x] typescript module
2424
- [x] jsx, tsx, vue sfc
25-
- [x] import NPM package
25+
- [x] import NPM package
2626
- [x] support solidjs
2727
- [x] svelte
2828
- [ ] SFC CSS module
@@ -61,7 +61,7 @@ Svelte + TypeScript
6161
## Install the dependencies
6262

6363
```bash
64-
pnpm setup
64+
pnpm run setup
6565
```
6666

6767
### Start the app in development mode (hot-code reloading, error reporting, etc.)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"@types/css-tree": "^2.3.1",
104104
"@types/hash-sum": "^1.0.0",
105105
"@types/micromatch": "^4.0.2",
106-
"@types/node": "^12.20.55",
106+
"@types/node": "^20.2.4",
107107
"@types/prettier": "^2.7.2",
108108
"@types/serviceworker": "^0.0.65",
109109
"@typescript-eslint/eslint-plugin": "^5.10.0",
@@ -124,7 +124,7 @@
124124
"onu-ui": "1.0.13-alpha",
125125
"prettier": "^2.8.4",
126126
"tsx": "^3.12.7",
127-
"typescript": "^4.5.4",
127+
"typescript": "^5.0.4",
128128
"unplugin-auto-import": "^0.15.1",
129129
"unplugin-vue-components": "^0.24.1",
130130
"vite-plugin-arraybuffer": "^0.0.2",

0 commit comments

Comments
 (0)