Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Aug 13, 2024
1 parent 03e62ef commit 215518d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
enableTips: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.2.2.cjs
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cordiverse/boilerplate",
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"files": [
".env",
Expand All @@ -23,23 +23,23 @@
"start": "cordis start"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@types/node": "^22.1.0",
"cross-env": "^7.0.3",
"esbuild": "^0.18.20",
"tsx": "^4.7.1",
"typescript": "^5.4.3",
"yakumo": "^1.0.0-beta.16",
"esbuild": "^0.23.0",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"yakumo": "^1.0.0-beta.17",
"yakumo-esbuild": "^1.0.0-beta.6",
"yakumo-tsc": "^1.0.0-beta.3",
"yakumo-tsc": "^1.0.0-beta.4",
"yml-register": "^1.2.5"
},
"dependencies": {
"@cordisjs/plugin-hmr": "^0.2.3",
"@cordisjs/plugin-insight": "^3.5.1",
"@cordisjs/plugin-manager": "^0.1.1",
"@cordisjs/plugin-notifier": "^0.1.1",
"@cordisjs/plugin-hmr": "^0.2.5",
"@cordisjs/plugin-insight": "^3.5.4",
"@cordisjs/plugin-manager": "^0.3.1",
"@cordisjs/plugin-notifier": "^0.1.4",
"@cordisjs/plugin-server": "^0.2.3",
"@cordisjs/plugin-webui": "^0.1.4",
"cordis": "^3.15.3"
"@cordisjs/plugin-webui": "^0.1.12",
"cordis": "^3.17.9"
}
}

0 comments on commit 215518d

Please sign in to comment.