Skip to content

Commit

Permalink
⬆️ eslint (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
JiangWeixian authored Jan 22, 2022
1 parent 52f219e commit b52359e
Show file tree
Hide file tree
Showing 3 changed files with 1,008 additions and 1,043 deletions.
5 changes: 5 additions & 0 deletions .changeset/smart-cougars-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@aiou/ts-lib-template": patch
---

upgrade deps
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,24 @@
]
},
"devDependencies": {
"@aiou/eslint-config": "^0.4.0",
"@changesets/cli": "^2.16.0",
"@aiou/eslint-config": "^0.5.0",
"@changesets/cli": "^2.19.0",
"@types/jest": "26.0.23",
"@types/node": "^17.0.8",
"@types/node": "^17.0.10",
"cz-emoji": "^1.3.1",
"eslint": "^8.6.0",
"husky": "^7.0.0",
"eslint": "^8.7.0",
"husky": "^7.0.4",
"jest": "27.0.6",
"lint-staged": "^11.0.1",
"lint-staged": "^11.2.6",
"prettier": "2.3.2",
"rimraf": "3.0.2",
"ts-jest": "27.0.3",
"ts-node": "10.0.0",
"tsc-progress": "^1.0.2",
"tsc-progress": "^1.0.3",
"tslib": "2.3.0",
"ttypescript": "^1.5.12",
"typescript": "^4.3.5",
"typescript-transform-paths": "^3.0.2"
"ttypescript": "^1.5.13",
"typescript": "^4.5.5",
"typescript-transform-paths": "^3.3.1"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit b52359e

Please sign in to comment.