Skip to content

Commit

Permalink
ci: add missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jul 5, 2022
1 parent 10187ea commit 795c48f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@
"dummy.js": "link:dummy.js",
"eslint": "^8.19.0",
"eslint-import-resolver-typescript": "link:.",
"eslint-mdx": "^2.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-mdx": "^2.0.1",
"lint-staged": "^13.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
Expand Down
2 changes: 2 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6405,7 +6405,9 @@ __metadata:
enhanced-resolve: ^5.10.0
eslint: ^8.19.0
eslint-import-resolver-typescript: "link:."
eslint-mdx: ^2.0.1
eslint-plugin-import: ^2.26.0
eslint-plugin-mdx: ^2.0.1
get-tsconfig: ^4.1.0
globby: ^13.1.2
is-core-module: ^2.9.0
Expand Down

0 comments on commit 795c48f

Please sign in to comment.