Skip to content

Commit

Permalink
Updated eslint packages in grammar projects (Azure#6453)
Browse files Browse the repository at this point in the history
* updated grammar eslint packages

* updated node
  • Loading branch information
majastrz committed Apr 8, 2022
1 parent 02d9b31 commit b625f76
Show file tree
Hide file tree
Showing 8 changed files with 1,357 additions and 2,562 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: '16'

- name: TextMate Grammar
run: |
Expand Down
1,290 changes: 420 additions & 870 deletions src/highlightjs/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/highlightjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"@types/plist": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.12.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-jest": "^26.1.3",
"highlight.js": "^11.5.0",
Expand Down
Loading

0 comments on commit b625f76

Please sign in to comment.