Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 1, 2024
1 parent 720e5de commit aa2a227
Show file tree
Hide file tree
Showing 3 changed files with 2,717 additions and 2,330 deletions.
2 changes: 1 addition & 1 deletion app/composables/strings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ export function nth(n: number) {

export function stringifyUnquoted(obj: any) {
return JSON.stringify(obj, null, 2)
.replace(/"([\w\d_]+)":/g, '$1:')
.replace(/"(\w+)":/g, '$1:')
.replace(/"/g, '\'')
}
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@eslint/config-inspector",
"type": "module",
"version": "0.4.8",
"packageManager": "[email protected].0",
"packageManager": "[email protected].4",
"description": "A visual tool for inspecting and understanding your ESLint flat configs",
"license": "Apache-2.0",
"funding": "https://opencollective.com/eslint",
Expand Down Expand Up @@ -36,55 +36,55 @@
"bundle-require": "^4.1.0",
"cac": "^6.7.14",
"chokidar": "^3.6.0",
"esbuild": "^0.21.1",
"esbuild": "^0.21.4",
"fast-glob": "^3.3.2",
"find-up": "^7.0.0",
"get-port-please": "^3.1.2",
"h3": "^1.11.1",
"minimatch": "^9.0.4",
"mrmime": "^2.0.0",
"open": "^10.1.0",
"picocolors": "^1.0.0",
"picocolors": "^1.0.1",
"ws": "^8.17.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.3",
"@eslint/js": "^9.2.0",
"@iconify-json/carbon": "^1.1.32",
"@antfu/eslint-config": "^2.19.1",
"@eslint/js": "^9.4.0",
"@iconify-json/carbon": "^1.1.34",
"@iconify-json/file-icons": "^1.1.8",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/ph": "^1.1.13",
"@iconify-json/simple-icons": "^1.1.101",
"@iconify-json/simple-icons": "^1.1.103",
"@iconify-json/svg-spinners": "^1.1.2",
"@iconify-json/twemoji": "^1.1.15",
"@iconify-json/vscode-icons": "^1.1.34",
"@nuxt/eslint": "^0.3.10",
"@nuxt/eslint": "^0.3.13",
"@types/connect": "^3.4.38",
"@types/ws": "^8.5.10",
"@typescript-eslint/utils": "^7.8.0",
"@unocss/eslint-config": "^0.59.4",
"@unocss/nuxt": "^0.59.4",
"@vueuse/nuxt": "^10.9.0",
"eslint": "^9.2.0",
"@typescript-eslint/utils": "^7.11.0",
"@unocss/eslint-config": "^0.60.3",
"@unocss/nuxt": "^0.60.3",
"@vueuse/nuxt": "^10.10.0",
"eslint": "^9.4.0",
"floating-vue": "^5.2.2",
"fuse.js": "^7.0.0",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.5",
"nuxt": "^3.11.2",
"nuxt-eslint-auto-explicit-import": "^0.0.2",
"shiki": "^1.4.0",
"shiki": "^1.6.1",
"simple-git-hooks": "^2.11.1",
"textmate-grammar-glob": "^0.0.1",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vue-tsc": "^2.0.16"
"vue-tsc": "^2.0.19"
},
"pnpm": {
"overrides": {
"nitropack": "2.8.1"
}
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
Expand Down
Loading

0 comments on commit aa2a227

Please sign in to comment.