Skip to content

Commit

Permalink
chore: upgrade yakumo to v1 alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jan 9, 2024
1 parent ac28f56 commit aa45c1b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ globals:
NodeJS: true

extends:
- '@koishijs/eslint-config'
- '@cordisjs/eslint-config'
23 changes: 10 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@root/upstream",
"version": "1.0.0",
"private": true,
"type": "module",
"packageManager": "yarn@1.22.19",
"workspaces": [
"packages/*",
Expand All @@ -19,21 +20,17 @@
},
"license": "MIT",
"devDependencies": {
"@koishijs/eslint-config": "^1.0.4",
"@types/node": "^20.8.9",
"@cordisjs/eslint-config": "^1.0.4",
"@types/node": "^20.10.2",
"esbuild": "^0.18.20",
"esbuild-register": "^3.5.0",
"eslint": "^8.52.0",
"typescript": "^5.2.2",
"yakumo": "^0.3.13",
"yakumo-esbuild": "^0.3.26",
"yakumo-esbuild-yaml": "^0.3.1",
"yakumo-mocha": "^0.3.1",
"yakumo-publish": "^0.3.5",
"yakumo-publish-sync": "^0.3.3",
"yakumo-tsc": "^0.3.12",
"yakumo-upgrade": "^0.3.4",
"yakumo-version": "^0.3.4",
"eslint": "^8.55.0",
"typescript": "^5.3.2",
"yakumo": "^1.0.0-alpha.10",
"yakumo-esbuild": "^1.0.0-alpha.2",
"yakumo-mocha": "^1.0.0-alpha.1",
"yakumo-publish-sync": "^1.0.0-alpha.1",
"yakumo-tsc": "^1.0.0-alpha.2",
"yml-register": "^1.1.0"
}
}
21 changes: 12 additions & 9 deletions yakumo.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
require:
- yakumo-esbuild
- yakumo-esbuild-yaml
- yakumo-mocha
- yakumo-publish
- yakumo-publish-sync
- yakumo-tsc
- yakumo-upgrade
- yakumo-version
- name: yakumo
config:
pipeline:
build:
- tsc
- esbuild
clean:
- tsc --clean
- name: yakumo-esbuild
- name: yakumo-mocha
- name: yakumo-publish-sync
- name: yakumo-tsc

0 comments on commit aa45c1b

Please sign in to comment.