Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 48cae1c

Browse files
authoredJun 2, 2024··
chore(deps): update dependency eslint to v9
1 parent e3cc782 commit 48cae1c

File tree

7 files changed

+245
-320
lines changed

7 files changed

+245
-320
lines changed
 

‎.ops/aws-setup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@babel/eslint-parser": "7.24.6",
1919
"@types/node": "20.13.0",
20-
"eslint": "8.57.0",
20+
"eslint": "9.4.0",
2121
"eslint-config-prettier": "9.1.0",
2222
"eslint-plugin-import": "2.29.1",
2323
"eslint-plugin-n": "17.7.0",

‎e2e/package-lock.json

+114-165
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"cypress": "13.10.0",
16-
"eslint": "8.57.0",
16+
"eslint": "9.4.0",
1717
"eslint-config-prettier": "9.1.0",
1818
"eslint-plugin-cypress": "3.3.0",
1919
"eslint-plugin-prettier": "5.1.3",

‎frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"@vue/test-utils": "1.3.6",
9696
"autoprefixer": "10.4.19",
9797
"babel-plugin-require-context-hook": "1.0.0",
98-
"eslint": "8.57.0",
98+
"eslint": "9.4.0",
9999
"eslint-config-prettier": "9.1.0",
100100
"eslint-plugin-import": "2.29.1",
101101
"eslint-plugin-local-rules": "2.0.1",

‎pdf/package-lock.json

+126-150
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pdf/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@vue/test-utils": "2.4.5",
4747
"css": "3.0.0",
4848
"dayjs": "1.11.11",
49-
"eslint": "8.57.0",
49+
"eslint": "9.4.0",
5050
"eslint-plugin-local-rules": "2.0.1",
5151
"eslint-plugin-vue": "9.26.0",
5252
"jsdom": "24.1.0",

‎print/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@vue/server-renderer": "3.4.27",
4545
"@vue/shared": "3.4.27",
4646
"@vue/test-utils": "2.4.5",
47-
"eslint": "8.57.0",
47+
"eslint": "9.4.0",
4848
"eslint-config-prettier": "9.1.0",
4949
"eslint-plugin-local-rules": "2.0.1",
5050
"eslint-plugin-prettier": "5.1.3",

0 commit comments

Comments
 (0)
Please sign in to comment.