Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
fix: type usage
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Mar 5, 2023
1 parent 7fe9afa commit d222162
Show file tree
Hide file tree
Showing 3 changed files with 349 additions and 287 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"@types/eslint-plugin-prettier": "3.1.0",
"@types/fs-extra": "11.0.1",
"@types/jest": "29.4.0",
"@types/node": "^18.14.0",
"@types/node": "^18.14.6",
"@types/prettier": "2.7.2",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.0",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"archiver": "5.3.1",
"browserslist": "4.21.5",
"chokidar": "^3.5.3",
"cross-env": "^7.0.3",
"esbuild": "0.16.17",
"esbuild": "0.17.11",
"esbuild-plugin-browserslist": "0.7.0",
"eslint": "8.34.0",
"eslint": "8.35.0",
"eslint-config-prettier": "8.6.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-with-typescript": "34.0.0",
Expand All @@ -61,23 +61,23 @@
"eslint-plugin-security": "1.7.1",
"eslint-plugin-security-node": "1.1.1",
"eslint-plugin-typescript-sort-keys": "2.1.0",
"eslint-plugin-unicorn": "45.0.2",
"eslint-plugin-unicorn": "46.0.0",
"eslint-plugin-unused-imports": "2.0.0",
"fs-extra": "11.1.0",
"get-port": "^6.1.2",
"github-action-ts-run-api": "2.3.0",
"jest": "29.4.3",
"prettier": "2.8.4",
"rimraf": "^4.1.2",
"rimraf": "^4.3.0",
"serve": "14.2.0",
"tiddlywiki": "5.2.5",
"ts-jest": "29.0.5",
"tslib": "2.5.0",
"tw5-plugin-packer": "0.0.10",
"tw5-typed": "0.2.26",
"tw5-typed": "0.2.27",
"typescript": "4.9.5",
"typesync": "0.10.0",
"ws": "^8.12.1",
"zx": "7.1.1"
"zx": "7.2.0"
}
}
Loading

0 comments on commit d222162

Please sign in to comment.