Skip to content

Commit

Permalink
release: 1.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcoguiec committed Sep 6, 2024
1 parent 9ba1438 commit 8a4a44c
Show file tree
Hide file tree
Showing 6 changed files with 1,041 additions and 799 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gcoguiec/eslint-config",
"version": "1.1.2",
"version": "1.1.3",
"type": "module",
"description": "A reusable ESLint configuration",
"license": "BSD-2-Clause",
Expand Down Expand Up @@ -38,7 +38,7 @@
"test": "vitest run"
},
"dependencies": {
"globals": "^15.2.0"
"globals": "^15.9.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^7.8.0",
Expand Down Expand Up @@ -75,32 +75,32 @@
},
"devDependencies": {
"@gcoguiec/tsconfig": "^1.0.0",
"@types/eslint": "^8.56.10",
"@types/eslint": "^9.6.1",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^20.12.11",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"cspell": "^8.8.1",
"esbuild": "^0.21.1",
"eslint": "^9.2.0",
"@types/node": "^22.5.4",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"cspell": "^8.14.2",
"esbuild": "^0.23.1",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import-x": "^0.5.0",
"eslint-plugin-perfectionist": "^2.10.0",
"eslint-plugin-import-x": "^4.2.1",
"eslint-plugin-perfectionist": "^3.4.0",
"eslint-plugin-vitest": "^0.5.4",
"eslint-plugin-vue": "^9.26.0",
"npm-dts": "^1.3.12",
"prettier": "^3.2.5",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vue-eslint-parser": "^9.4.2",
"vitest": "^1.6.0"
"eslint-plugin-vue": "^9.28.0",
"npm-dts": "^1.3.13",
"prettier": "^3.3.3",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"vue-eslint-parser": "^9.4.3",
"vitest": "^2.0.5"
},
"devEngines": {
"node": ">=22"
},
"volta": {
"node": "22.1.0",
"pnpm": "9.1.0"
"node": "22.8.0",
"pnpm": "9.9.0"
},
"packageManager": "pnpm@9.1.0"
"packageManager": "pnpm@9.9.0"
}
Loading

0 comments on commit 8a4a44c

Please sign in to comment.