Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 6133051

Browse files
authored
Update versions (#24)
1 parent 0fa7ab3 commit 6133051

File tree

9 files changed

+198
-199
lines changed

9 files changed

+198
-199
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
"@eslint-types/unicorn": "workspace:~",
2121
"@types/eslint": "~8.44.6",
2222
"@types/json-schema": "~7.0.14",
23-
"@types/node": "~20.8.9",
24-
"@typescript-eslint/eslint-plugin": "~6.9.0",
25-
"@typescript-eslint/parser": "~6.9.0",
23+
"@types/node": "~20.8.10",
24+
"@typescript-eslint/eslint-plugin": "~6.9.1",
25+
"@typescript-eslint/parser": "~6.9.1",
2626
"change-case": "~5.1.2",
2727
"eslint": "~8.52.0",
2828
"eslint-config-prettier": "~9.0.0",
2929
"eslint-define-config": "2.0.0-beta.1",
3030
"eslint-gitignore": "~0.1.0",
3131
"eslint-plugin-prettier": "~5.0.1",
32-
"eslint-plugin-unicorn": "~48.0.1",
32+
"eslint-plugin-unicorn": "~49.0.0",
3333
"json-schema": "~0.4.0",
3434
"json-schema-to-typescript": "~13.1.1",
3535
"npm-run-all2": "~6.1.1",
@@ -40,7 +40,7 @@
4040
"tsx": "~3.14.0",
4141
"typescript": "~5.2.2"
4242
},
43-
"packageManager": "pnpm@8.9.2",
43+
"packageManager": "pnpm@8.10.2",
4444
"engines": {
4545
"node": ">=18.0.0",
4646
"npm": ">=9.0.0",

pnpm-lock.yaml

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

types/deprecation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-types/deprecation",
3-
"version": "2.0.0",
3+
"version": "2.0.0-1",
44
"description": "TypeScript definitions for eslint-define-config",
55
"homepage": "https://github.com/eslint-types/define-config-plugin-types/tree/main/types/deprecation",
66
"license": "MIT",

types/import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-types/import",
3-
"version": "2.29.0",
3+
"version": "2.29.0-1",
44
"description": "TypeScript definitions for eslint-define-config",
55
"homepage": "https://github.com/eslint-types/define-config-plugin-types/tree/main/types/import",
66
"license": "MIT",

types/jsdoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-types/jsdoc",
3-
"version": "46.8.2",
3+
"version": "46.8.2-1",
44
"description": "TypeScript definitions for eslint-define-config",
55
"homepage": "https://github.com/eslint-types/define-config-plugin-types/tree/main/types/jsdoc",
66
"license": "MIT",

types/prettier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-types/prettier",
3-
"version": "5.0.1",
3+
"version": "5.0.1-1",
44
"description": "TypeScript definitions for eslint-define-config",
55
"homepage": "https://github.com/eslint-types/define-config-plugin-types/tree/main/types/prettier",
66
"license": "MIT",

types/typescript-eslint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-types/typescript-eslint",
3-
"version": "6.9.0",
3+
"version": "6.9.1",
44
"description": "TypeScript definitions for eslint-define-config",
55
"homepage": "https://github.com/eslint-types/define-config-plugin-types/tree/main/types/typescript-eslint",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
"scripts": {},
2222
"dependencies": {},
2323
"devDependencies": {
24-
"@typescript-eslint/eslint-plugin": "6.9.0"
24+
"@typescript-eslint/eslint-plugin": "6.9.1"
2525
},
2626
"exports": {
2727
".": {

0 commit comments

Comments
 (0)