Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Jan 2, 2024
1 parent 2ec0259 commit 922248c
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 64 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"@eslint-types/unicorn": "workspace:~",
"@types/eslint": "~8.56.0",
"@types/json-schema": "~7.0.15",
"@types/node": "~20.10.5",
"@typescript-eslint/eslint-plugin": "~6.16.0",
"@typescript-eslint/parser": "~6.16.0",
"@types/node": "~20.10.6",
"@typescript-eslint/eslint-plugin": "~6.17.0",
"@typescript-eslint/parser": "~6.17.0",
"change-case": "~5.3.0",
"eslint": "~8.56.0",
"eslint-config-prettier": "~9.1.0",
Expand Down
114 changes: 57 additions & 57 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions types/jsdoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-types/jsdoc",
"version": "46.9.1",
"version": "47.0.2",
"description": "TypeScript definitions for eslint-define-config",
"homepage": "https://github.com/eslint-types/define-config-plugin-types/tree/main/types/jsdoc",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"scripts": {},
"dependencies": {},
"devDependencies": {
"eslint-plugin-jsdoc": "46.9.1"
"eslint-plugin-jsdoc": "47.0.2"
},
"exports": {
".": {
Expand Down
4 changes: 2 additions & 2 deletions types/typescript-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-types/typescript-eslint",
"version": "6.16.0",
"version": "6.17.0",
"description": "TypeScript definitions for eslint-define-config",
"homepage": "https://github.com/eslint-types/define-config-plugin-types/tree/main/types/typescript-eslint",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"scripts": {},
"dependencies": {},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.16.0"
"@typescript-eslint/eslint-plugin": "6.17.0"
},
"exports": {
".": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
export interface Schema0 {
/**
* If 'true', allow 'default' cases on switch statements with exhaustive cases.
*/
allowDefaultCaseForExhaustiveSwitch?: boolean;
/**
* If 'true', require a 'default' clause for switches on non-union types.
*/
Expand Down

0 comments on commit 922248c

Please sign in to comment.