Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed May 25, 2022
1 parent 02fd76a commit d07b9f5
Show file tree
Hide file tree
Showing 6 changed files with 468 additions and 417 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report-issue-forms-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body:
id: plugin-version
attributes:
label: Plugin Version
placeholder: v1.x.x
placeholder: v2.x.x
validations:
required: true
- type: input
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ assignees: ''

| Tool | Version |
| --------- | ----------------------- |
| Plugin | v1.x.x |
| Plugin | v2.x.x |
| Prettier | v2.x.x |
| Framework | none,vue,angular,svelte |
| Node | vx.x.x |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 6
version: 7

- name: Set node version to ${{ matrix.node_version }}
uses: actions/setup-node@v3
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 6
version: 7

- name: Set node version to 18
uses: actions/setup-node@v3
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 6
version: 7

- name: Set node version to 18
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 6
version: 7

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down
33 changes: 21 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,32 +50,41 @@
"pug-lexer": "^5.0.0"
},
"devDependencies": {
"@types/node": "~17.0.25",
"@types/prettier": "~2.6.0",
"@typescript-eslint/eslint-plugin": "~5.20.0",
"@typescript-eslint/parser": "~5.20.0",
"@types/node": "~17.0.35",
"@types/prettier": "~2.6.1",
"@typescript-eslint/eslint-plugin": "~5.26.0",
"@typescript-eslint/parser": "~5.26.0",
"benchmark": "~2.1.4",
"eslint": "~8.13.0",
"eslint": "~8.16.0",
"eslint-config-prettier": "~8.5.0",
"eslint-define-config": "~1.4.0",
"eslint-define-config": "~1.4.1",
"eslint-gitignore": "~0.1.0",
"eslint-plugin-inclusive-language": "~2.2.0",
"eslint-plugin-jsdoc": "~39.2.7",
"eslint-plugin-jsdoc": "~39.3.1",
"eslint-plugin-prettier": "~4.0.0",
"eslint-plugin-spellcheck": "~0.0.19",
"prettier": "2.6.2",
"prettier-plugin-organize-imports": "~2.3.4",
"typescript": "~4.6.3",
"vite": "~2.9.5",
"vitepress": "~0.22.3",
"vitest": "~0.9.3"
"typescript": "~4.7.2",
"vite": "~2.9.9",
"vitepress": "~0.22.4",
"vitest": "~0.12.9"
},
"peerDependencies": {
"prettier": "^2.3.0"
},
"packageManager": "pnpm@6.32.9",
"packageManager": "pnpm@7.1.5",
"engines": {
"node": ">=14.6.0",
"npm": ">=6.0.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@types/react",
"react",
"react-dom"
]
}
}
}

0 comments on commit d07b9f5

Please sign in to comment.