Skip to content

Commit

Permalink
fix: incorrect version of eslint-plugin-jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed May 25, 2022
1 parent 0212fd9 commit 53df63f
Show file tree
Hide file tree
Showing 7 changed files with 133 additions and 126 deletions.
8 changes: 8 additions & 0 deletions .changeset/plenty-kiwis-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@1stg/app-config': patch
'@1stg/common-config': patch
'@1stg/eslint-config': patch
'@1stg/lib-config': patch
---

fix: incorrect version of eslint-plugin-jsdoc
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"svelte": "^3.48.0",
"ts-jest": "^28.0.3",
"type-coverage": "^2.21.1",
"typescript": "^4.6.4",
"typescript": "^4.7.2",
"vue": "^3.2.36",
"vue-tsc": "^0.34.16"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/app-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@pkgr/imagemin": "^3.1.0",
"browserslist": "^4.20.3",
"postcss": "^8.4.14",
"stylelint": "^14.8.4"
"stylelint": "^14.8.5"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"dependencies": {
"@babel/helper-plugin-utils": "^7.17.12",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-proposal-decorators": "^7.17.12",
"@babel/preset-env": "^7.18.0",
"@babel/plugin-proposal-decorators": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@babel/preset-typescript": "^7.17.12",
"@pkgr/utils": "^2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/common-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@1stg/remark-config": "^3.0.0",
"@1stg/simple-git-hooks": "^0.1.2",
"@1stg/tsconfig": "^2.0.1",
"@babel/core": "^7.18.0",
"@commitlint/cli": "^17.0.0",
"@babel/core": "^7.18.2",
"@commitlint/cli": "^17.0.1",
"eslint": "^8.16.0",
"lint-staged": "^12.4.2",
"npm-run-all": "^4.1.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@angular-eslint/eslint-plugin": "^13.2.1",
"@angular-eslint/eslint-plugin-template": "^13.2.1",
"@angular-eslint/template-parser": "^13.2.1",
"@babel/eslint-parser": "^7.17.0",
"@babel/eslint-parser": "^7.18.2",
"@babel/eslint-plugin": "^7.17.7",
"@pkgr/utils": "^2.2.0",
"@typescript-eslint/eslint-plugin": "^5.26.0",
Expand All @@ -31,7 +31,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.2.2",
"eslint-plugin-jsdoc": "^39.3.2",
"eslint-plugin-jsdoc": "^39.3.1",
"eslint-plugin-markup": "^0.9.0",
"eslint-plugin-mdx": "^2.0.0-next.5",
"eslint-plugin-n": "^15.2.0",
Expand Down
235 changes: 117 additions & 118 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 53df63f

Please sign in to comment.