Skip to content

Commit

Permalink
Merge pull request #43 from linonetwo/fix/issues
Browse files Browse the repository at this point in the history
Fix/issues
  • Loading branch information
linonetwo committed Apr 13, 2023
2 parents 2e1b73c + c57f795 commit 0411cbd
Show file tree
Hide file tree
Showing 7 changed files with 1,703 additions and 1,061 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,11 @@ jobs:
${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
${{ runner.os }}-node-
- uses: pnpm/action-setup@v2
with:
version: 8.2.0
- name: Install Dependencies
run: npm install -g pnpm && pnpm install
run: pnpm install

- name: Build Plugins
run: pnpm run build
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,20 @@
]
},
"devDependencies": {
"@modern-js/eslint-config": "^2.1.0",
"@modern-js/tsconfig": "^2.1.0",
"@types/codemirror": "^5.60.6",
"@types/node": "^18.11.18",
"@modern-js/eslint-config": "^2.13.0",
"@modern-js/tsconfig": "^2.13.0",
"@types/codemirror": "^5.60.7",
"@types/node": "^18.15.11",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"rimraf": "^3.0.2",
"lint-staged": "^13.2.1",
"rimraf": "^5.0.0",
"ts-node": "^10.9.1",
"tw5-typed": "^0.2.23",
"typescript": "^4.9.4"
"tw5-typed": "^0.2.27",
"typescript": "^5.0.4"
},
"dependencies": {
"npm-check-updates": "^16.6.2",
"tiddlywiki": "^5.2.5",
"tiddlywiki-plugin-dev": "^0.0.32"
"npm-check-updates": "^16.10.8",
"tiddlywiki": "^5.2.7",
"tiddlywiki-plugin-dev": "^0.0.35"
}
}
Loading

0 comments on commit 0411cbd

Please sign in to comment.