Skip to content

Commit 3a7c65d

Browse files
authored
Update devDependencies to latest versions (#5)
* update devDependencies to latest versions * update CI workflow
1 parent 9c32ce1 commit 3a7c65d

File tree

3 files changed

+651
-706
lines changed

3 files changed

+651
-706
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
node: [ 14, 16 ]
9+
node: [ 16, 18 ]
1010
name: Run tests on Ubuntu with Node ${{ matrix.node }}
1111
steps:
1212
- uses: actions/checkout@v3
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: windows-latest
2121
strategy:
2222
matrix:
23-
node: [ 14, 16 ]
23+
node: [ 16, 18 ]
2424
name: Run tests on Windows with Node ${{ matrix.node }}
2525
steps:
2626
- uses: actions/checkout@v3

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@salesforce/eslint-plugin-lwc-graph-analyzer",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "ESLint plugin to analyze data graph in a LWC component",
55
"contributors": [
66
{
@@ -45,17 +45,17 @@
4545
"!**/test/"
4646
],
4747
"devDependencies": {
48-
"@babel/eslint-parser": "7.18.2",
49-
"prettier": "^2.6.2",
50-
"jest": "^28.1.1",
51-
"jest-extended": "^2.0.0",
52-
"jest-chain": "^1.1.5",
53-
"jest-junit": "^13.2.0",
48+
"@babel/eslint-parser": "7.19.1",
49+
"prettier": "^2.7.1",
50+
"jest": "^29.3.1",
51+
"jest-extended": "^3.1.0",
52+
"jest-chain": "^1.1.6",
53+
"jest-junit": "^14.0.1",
5454
"jest-sonar-reporter": "^2.0.0",
55-
"eslint": "^8.19.0",
55+
"eslint": "^8.27.0",
5656
"eslint-plugin-node": "^11.1.0",
57-
"eslint-plugin-eslint-plugin": "^4.2.0",
58-
"chai": "^4.3.6"
57+
"eslint-plugin-eslint-plugin": "^5.0.6",
58+
"chai": "^4.3.7"
5959
},
6060
"dependencies": {
6161
"@komaci/static-analyzer": "^240.1.5",
@@ -79,7 +79,7 @@
7979
"trailingComma": "none"
8080
},
8181
"engines": {
82-
"node": ">=14"
82+
"node": ">=16.13.0"
8383
},
8484
"peerDependencies": {
8585
"eslint": ">=7"

0 commit comments

Comments
 (0)