Skip to content

Commit

Permalink
fix: update playgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxian521 committed Jun 23, 2022
1 parent e74eec8 commit ac39a44
Show file tree
Hide file tree
Showing 17 changed files with 40 additions and 42 deletions.
2 changes: 1 addition & 1 deletion playgrounds/preact-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"@preact/preset-vite": "^2.2.0",
"vite": "^2.9.12",
"vite-plugin-remove-console": "^1.0.0"
"vite-plugin-remove-console": "^1.0.3"
}
}
8 changes: 4 additions & 4 deletions playgrounds/preact-js/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion playgrounds/preact-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@preact/preset-vite": "^2.2.0",
"typescript": "^4.6.4",
"vite": "^2.9.12",
"vite-plugin-remove-console": "^1.0.0"
"vite-plugin-remove-console": "^1.0.3"
}
}
8 changes: 4 additions & 4 deletions playgrounds/preact-ts/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion playgrounds/react-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react": "^1.3.2",
"vite": "^2.9.12",
"vite-plugin-remove-console": "^1.0.0"
"vite-plugin-remove-console": "^1.0.3"
}
}
8 changes: 4 additions & 4 deletions playgrounds/react-js/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion playgrounds/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@vitejs/plugin-react": "^1.3.2",
"typescript": "^4.6.4",
"vite": "^2.9.12",
"vite-plugin-remove-console": "^1.0.0"
"vite-plugin-remove-console": "^1.0.3"
}
}
8 changes: 4 additions & 4 deletions playgrounds/react-ts/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion playgrounds/svelte-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.49",
"svelte": "^3.48.0",
"vite": "^2.9.12",
"vite-plugin-remove-console": "^1.0.0"
"vite-plugin-remove-console": "^1.0.3"
}
}
8 changes: 4 additions & 4 deletions playgrounds/svelte-js/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion playgrounds/svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^2.9.12",
"vite-plugin-remove-console": "^1.0.0"
"vite-plugin-remove-console": "^1.0.3"
}
}
8 changes: 4 additions & 4 deletions playgrounds/svelte-ts/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion playgrounds/vue-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"vite": "^2.9.12",
"vite-plugin-remove-console": "^1.0.0"
"vite-plugin-remove-console": "^1.0.3"
}
}
8 changes: 4 additions & 4 deletions playgrounds/vue-js/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion playgrounds/vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@vitejs/plugin-vue": "^2.3.3",
"typescript": "^4.6.4",
"vite": "^2.9.12",
"vite-plugin-remove-console": "^1.0.0",
"vite-plugin-remove-console": "^1.0.3",
"vue-tsc": "^0.37.5"
}
}
8 changes: 4 additions & 4 deletions playgrounds/vue-ts/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions pnpm-workspace.yaml

This file was deleted.

0 comments on commit ac39a44

Please sign in to comment.