Skip to content

Commit b9d2f7a

Browse files
committed
chore: update deps
1 parent 69aa40e commit b9d2f7a

5 files changed

Lines changed: 961 additions & 820 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-eslint-docs",
3-
"packageManager": "pnpm@10.29.2",
3+
"packageManager": "pnpm@10.30.2",
44
"private": true,
55
"scripts": {
66
"docs:dev": "nuxi dev",

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @ts-check
22
import { createConfigForNuxt } from '@nuxt/eslint-config/flat'
33
import pnpm from 'eslint-plugin-pnpm'
4-
import jsoncParser from 'jsonc-eslint-parser'
4+
import * as jsoncParser from 'jsonc-eslint-parser'
55

66
export default createConfigForNuxt({
77
features: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"type": "module",
4-
"packageManager": "pnpm@10.29.2",
4+
"packageManager": "pnpm@10.30.2",
55
"version": "1.15.1",
66
"scripts": {
77
"build": "pnpm run -r build",

0 commit comments

Comments
 (0)