Skip to content

Commit bc5bbdb

Browse files
committed
Update development dependencies
1 parent bc17a85 commit bc5bbdb

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

.eslintrc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# yaml-language-server: $schema=https://json.schemastore.org/eslintrc.json
2-
# ESLint v8.47.0
2+
# ESLint v8.50.0
33
env:
44
browser: true
55
node: true
@@ -186,10 +186,10 @@ rules:
186186
- "warn"
187187
no-new-func:
188188
- "warn"
189-
no-new-object:
190-
- "warn"
191189
no-new-wrappers:
192190
- "warn"
191+
no-object-constructor:
192+
- "warn"
193193
no-octal-escape:
194194
- "warn"
195195
no-param-reassign:

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@typescript-eslint/eslint-plugin": "^6.7.2",
3939
"@typescript-eslint/parser": "^6.7.2",
4040
"@vercel/ncc": "^0.38.0",
41-
"eslint": "^8.49.0",
41+
"eslint": "^8.50.0",
4242
"eslint-plugin-only-warn": "^1.1.0",
4343
"typescript": "^5.2.2"
4444
},

0 commit comments

Comments
 (0)