Skip to content

Commit

Permalink
update node (#294)
Browse files Browse the repository at this point in the history
* update node

* `npm un ts-node`

* `npm i -D tsx`

* sync engines

* ts-node -> tsx
  • Loading branch information
ken7253 authored Nov 30, 2024
1 parent 32b2174 commit fd1cf5f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 173 deletions.
164 changes: 5 additions & 159 deletions package-lock.json

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

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@
"name": "slide",
"private": true,
"scripts": {
"new": "ts-node \"./scripts/createWorkspace.ts\"",
"dev": "ts-node \"./scripts/runWorkspace.ts\" --command=dev",
"build": "ts-node \"./scripts/runWorkspace.ts\" --command=build",
"export": "ts-node \"./scripts/runWorkspace.ts\" --command=export",
"new": "tsx \"./scripts/createWorkspace.ts\"",
"dev": "tsx \"./scripts/runWorkspace.ts\" --command=dev",
"build": "tsx \"./scripts/runWorkspace.ts\" --command=build",
"export": "tsx \"./scripts/runWorkspace.ts\" --command=export",
"lint": "markdownlint-cli2 \"**/*.md\" \"#node_modules\"",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"type": "module",
"engines": {
"node": "^18.17.0"
},
"workspaces": [
"reuse",
"2023-03-26",
Expand All @@ -28,14 +25,10 @@
"ts-overload-function"
],
"devDependencies": {
"@chromatic-com/storybook": "^2.0.2",
"@slidev/cli": "^0.49.29",
"@slidev/theme-default": "^0.25.0",
"@slidev/theme-seriph": "^0.25.0",
"@swc/core": "^1.7.22",
"@types/inquirer": "^9.0.7",
"@types/node": "^22.7.5",
"inquirer": "^12.0.0",
"@chromatic-com/storybook": "^2.0.2",
"@storybook/addon-essentials": "^8.4.6",
"@storybook/addon-interactions": "^8.3.6",
"@storybook/addon-links": "^8.2.9",
Expand All @@ -44,12 +37,16 @@
"@storybook/test": "^8.2.8",
"@storybook/vue3": "^8.3.6",
"@storybook/vue3-vite": "^8.2.9",
"@swc/core": "^1.7.22",
"@types/inquirer": "^9.0.7",
"@types/node": "^22.7.5",
"@types/qrcode": "^1.5.5",
"@vitejs/plugin-vue": "^5.1.3",
"inquirer": "^12.0.0",
"markdownlint-cli2": "^0.15.0",
"playwright": "^1.47.2",
"storybook": "^8.4.5",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vite": "^5.4.2"
},
Expand All @@ -62,7 +59,10 @@
"vue": "^3.5.12"
},
"volta": {
"node": "18.17.1"
"node": "22.11.0"
},
"engines": {
"node": "^22.11.0"
},
"optionalDependencies": {
"@rollup/rollup-darwin-arm64": "^4.21.2"
Expand Down

0 comments on commit fd1cf5f

Please sign in to comment.