chore: update antfu config, update root deps (#347)
This commit is contained in:
parent
43f9f56077
commit
28efdc07c4
|
|
@ -1,19 +0,0 @@
|
|||
// const process = require('node:process')
|
||||
// process.env.ESLINT_TSCONFIG = 'tsconfig.json'
|
||||
|
||||
module.exports = {
|
||||
extends: '@antfu',
|
||||
|
||||
rules: {
|
||||
'vue/one-component-per-file': 'off',
|
||||
'vue/no-reserved-component-names': 'off',
|
||||
'vue/no-useless-v-bind': 'off',
|
||||
'symbol-description': 'off',
|
||||
'no-console': 'warn',
|
||||
'no-tabs': 'off',
|
||||
'no-invalid-character': 'off',
|
||||
'import/first': 'off',
|
||||
'@stylistic/js/no-tabs': 'off',
|
||||
'n/prefer-global/process': 'off',
|
||||
},
|
||||
}
|
||||
14
.vscode/settings.json
vendored
14
.vscode/settings.json
vendored
|
|
@ -1,11 +1,23 @@
|
|||
{
|
||||
"eslint.experimental.useFlatConfig": true,
|
||||
"prettier.enable": false,
|
||||
"editor.formatOnSave": false,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": "explicit",
|
||||
"source.organizeImports": "never"
|
||||
},
|
||||
|
||||
"eslint.rules.customizations": [
|
||||
{ "rule": "style/*", "severity": "off" },
|
||||
{ "rule": "format/*", "severity": "off" },
|
||||
{ "rule": "*-indent", "severity": "off" },
|
||||
{ "rule": "*-spacing", "severity": "off" },
|
||||
{ "rule": "*-spaces", "severity": "off" },
|
||||
{ "rule": "*-order", "severity": "off" },
|
||||
{ "rule": "*-dangle", "severity": "off" },
|
||||
{ "rule": "*-newline", "severity": "off" },
|
||||
{ "rule": "*quotes", "severity": "off" },
|
||||
{ "rule": "*semi", "severity": "off" }
|
||||
],
|
||||
"eslint.validate": [
|
||||
"javascript",
|
||||
"javascriptreact",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
// This file is autogenerated by scripts/build-registry.ts
|
||||
// Do not edit this file directly.
|
||||
export const Index = {
|
||||
|
|
@ -825,96 +826,96 @@ export const Index = {
|
|||
name: 'TypographyBlockquote',
|
||||
type: 'components:example',
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/default/example/TypographyBlockquote.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/default/example/TypographyBlockquote.vue'],
|
||||
component: () => import("../src/lib/registry/default/example/TypographyBlockquote.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/default/example/TypographyBlockquote.vue"],
|
||||
},
|
||||
TypographyDemo: {
|
||||
name: 'TypographyDemo',
|
||||
type: 'components:example',
|
||||
"TypographyDemo": {
|
||||
name: "TypographyDemo",
|
||||
type: "components:example",
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/default/example/TypographyDemo.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/default/example/TypographyDemo.vue'],
|
||||
component: () => import("../src/lib/registry/default/example/TypographyDemo.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/default/example/TypographyDemo.vue"],
|
||||
},
|
||||
TypographyH1: {
|
||||
name: 'TypographyH1',
|
||||
type: 'components:example',
|
||||
"TypographyH1": {
|
||||
name: "TypographyH1",
|
||||
type: "components:example",
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/default/example/TypographyH1.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/default/example/TypographyH1.vue'],
|
||||
component: () => import("../src/lib/registry/default/example/TypographyH1.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/default/example/TypographyH1.vue"],
|
||||
},
|
||||
TypographyH2: {
|
||||
name: 'TypographyH2',
|
||||
type: 'components:example',
|
||||
"TypographyH2": {
|
||||
name: "TypographyH2",
|
||||
type: "components:example",
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/default/example/TypographyH2.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/default/example/TypographyH2.vue'],
|
||||
component: () => import("../src/lib/registry/default/example/TypographyH2.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/default/example/TypographyH2.vue"],
|
||||
},
|
||||
TypographyH3: {
|
||||
name: 'TypographyH3',
|
||||
type: 'components:example',
|
||||
"TypographyH3": {
|
||||
name: "TypographyH3",
|
||||
type: "components:example",
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/default/example/TypographyH3.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/default/example/TypographyH3.vue'],
|
||||
component: () => import("../src/lib/registry/default/example/TypographyH3.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/default/example/TypographyH3.vue"],
|
||||
},
|
||||
TypographyH4: {
|
||||
name: 'TypographyH4',
|
||||
type: 'components:example',
|
||||
"TypographyH4": {
|
||||
name: "TypographyH4",
|
||||
type: "components:example",
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/default/example/TypographyH4.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/default/example/TypographyH4.vue'],
|
||||
component: () => import("../src/lib/registry/default/example/TypographyH4.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/default/example/TypographyH4.vue"],
|
||||
},
|
||||
TypographyInlineCode: {
|
||||
name: 'TypographyInlineCode',
|
||||
type: 'components:example',
|
||||
"TypographyInlineCode": {
|
||||
name: "TypographyInlineCode",
|
||||
type: "components:example",
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/default/example/TypographyInlineCode.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/default/example/TypographyInlineCode.vue'],
|
||||
component: () => import("../src/lib/registry/default/example/TypographyInlineCode.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/default/example/TypographyInlineCode.vue"],
|
||||
},
|
||||
TypographyLarge: {
|
||||
name: 'TypographyLarge',
|
||||
type: 'components:example',
|
||||
"TypographyLarge": {
|
||||
name: "TypographyLarge",
|
||||
type: "components:example",
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/default/example/TypographyLarge.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/default/example/TypographyLarge.vue'],
|
||||
component: () => import("../src/lib/registry/default/example/TypographyLarge.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/default/example/TypographyLarge.vue"],
|
||||
},
|
||||
TypographyLead: {
|
||||
name: 'TypographyLead',
|
||||
type: 'components:example',
|
||||
"TypographyLead": {
|
||||
name: "TypographyLead",
|
||||
type: "components:example",
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/default/example/TypographyLead.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/default/example/TypographyLead.vue'],
|
||||
component: () => import("../src/lib/registry/default/example/TypographyLead.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/default/example/TypographyLead.vue"],
|
||||
},
|
||||
TypographyList: {
|
||||
name: 'TypographyList',
|
||||
type: 'components:example',
|
||||
"TypographyList": {
|
||||
name: "TypographyList",
|
||||
type: "components:example",
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/default/example/TypographyList.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/default/example/TypographyList.vue'],
|
||||
component: () => import("../src/lib/registry/default/example/TypographyList.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/default/example/TypographyList.vue"],
|
||||
},
|
||||
TypographyMuted: {
|
||||
name: 'TypographyMuted',
|
||||
type: 'components:example',
|
||||
"TypographyMuted": {
|
||||
name: "TypographyMuted",
|
||||
type: "components:example",
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/default/example/TypographyMuted.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/default/example/TypographyMuted.vue'],
|
||||
component: () => import("../src/lib/registry/default/example/TypographyMuted.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/default/example/TypographyMuted.vue"],
|
||||
},
|
||||
TypographyP: {
|
||||
name: 'TypographyP',
|
||||
type: 'components:example',
|
||||
"TypographyP": {
|
||||
name: "TypographyP",
|
||||
type: "components:example",
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/default/example/TypographyP.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/default/example/TypographyP.vue'],
|
||||
component: () => import("../src/lib/registry/default/example/TypographyP.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/default/example/TypographyP.vue"],
|
||||
},
|
||||
TypographySmall: {
|
||||
name: 'TypographySmall',
|
||||
type: 'components:example',
|
||||
"TypographySmall": {
|
||||
name: "TypographySmall",
|
||||
type: "components:example",
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/default/example/TypographySmall.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/default/example/TypographySmall.vue'],
|
||||
component: () => import("../src/lib/registry/default/example/TypographySmall.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/default/example/TypographySmall.vue"],
|
||||
},
|
||||
TypographyTable: {
|
||||
name: 'TypographyTable',
|
||||
type: 'components:example',
|
||||
"TypographyTable": {
|
||||
name: "TypographyTable",
|
||||
type: "components:example",
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/default/example/TypographyTable.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/default/example/TypographyTable.vue'],
|
||||
|
|
@ -1765,120 +1766,120 @@ export const Index = {
|
|||
name: 'TypographyBlockquote',
|
||||
type: 'components:example',
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/new-york/example/TypographyBlockquote.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/new-york/example/TypographyBlockquote.vue'],
|
||||
component: () => import("../src/lib/registry/new-york/example/TypographyBlockquote.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/new-york/example/TypographyBlockquote.vue"],
|
||||
},
|
||||
TypographyDemo: {
|
||||
name: 'TypographyDemo',
|
||||
type: 'components:example',
|
||||
"TypographyDemo": {
|
||||
name: "TypographyDemo",
|
||||
type: "components:example",
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/new-york/example/TypographyDemo.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/new-york/example/TypographyDemo.vue'],
|
||||
component: () => import("../src/lib/registry/new-york/example/TypographyDemo.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/new-york/example/TypographyDemo.vue"],
|
||||
},
|
||||
TypographyH1: {
|
||||
name: 'TypographyH1',
|
||||
type: 'components:example',
|
||||
"TypographyH1": {
|
||||
name: "TypographyH1",
|
||||
type: "components:example",
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/new-york/example/TypographyH1.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/new-york/example/TypographyH1.vue'],
|
||||
component: () => import("../src/lib/registry/new-york/example/TypographyH1.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/new-york/example/TypographyH1.vue"],
|
||||
},
|
||||
TypographyH2: {
|
||||
name: 'TypographyH2',
|
||||
type: 'components:example',
|
||||
"TypographyH2": {
|
||||
name: "TypographyH2",
|
||||
type: "components:example",
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/new-york/example/TypographyH2.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/new-york/example/TypographyH2.vue'],
|
||||
component: () => import("../src/lib/registry/new-york/example/TypographyH2.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/new-york/example/TypographyH2.vue"],
|
||||
},
|
||||
TypographyH3: {
|
||||
name: 'TypographyH3',
|
||||
type: 'components:example',
|
||||
"TypographyH3": {
|
||||
name: "TypographyH3",
|
||||
type: "components:example",
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/new-york/example/TypographyH3.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/new-york/example/TypographyH3.vue'],
|
||||
component: () => import("../src/lib/registry/new-york/example/TypographyH3.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/new-york/example/TypographyH3.vue"],
|
||||
},
|
||||
TypographyH4: {
|
||||
name: 'TypographyH4',
|
||||
type: 'components:example',
|
||||
"TypographyH4": {
|
||||
name: "TypographyH4",
|
||||
type: "components:example",
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/new-york/example/TypographyH4.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/new-york/example/TypographyH4.vue'],
|
||||
component: () => import("../src/lib/registry/new-york/example/TypographyH4.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/new-york/example/TypographyH4.vue"],
|
||||
},
|
||||
TypographyInlineCode: {
|
||||
name: 'TypographyInlineCode',
|
||||
type: 'components:example',
|
||||
"TypographyInlineCode": {
|
||||
name: "TypographyInlineCode",
|
||||
type: "components:example",
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/new-york/example/TypographyInlineCode.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/new-york/example/TypographyInlineCode.vue'],
|
||||
component: () => import("../src/lib/registry/new-york/example/TypographyInlineCode.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/new-york/example/TypographyInlineCode.vue"],
|
||||
},
|
||||
TypographyLarge: {
|
||||
name: 'TypographyLarge',
|
||||
type: 'components:example',
|
||||
"TypographyLarge": {
|
||||
name: "TypographyLarge",
|
||||
type: "components:example",
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/new-york/example/TypographyLarge.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/new-york/example/TypographyLarge.vue'],
|
||||
component: () => import("../src/lib/registry/new-york/example/TypographyLarge.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/new-york/example/TypographyLarge.vue"],
|
||||
},
|
||||
TypographyLead: {
|
||||
name: 'TypographyLead',
|
||||
type: 'components:example',
|
||||
"TypographyLead": {
|
||||
name: "TypographyLead",
|
||||
type: "components:example",
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/new-york/example/TypographyLead.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/new-york/example/TypographyLead.vue'],
|
||||
component: () => import("../src/lib/registry/new-york/example/TypographyLead.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/new-york/example/TypographyLead.vue"],
|
||||
},
|
||||
TypographyList: {
|
||||
name: 'TypographyList',
|
||||
type: 'components:example',
|
||||
"TypographyList": {
|
||||
name: "TypographyList",
|
||||
type: "components:example",
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/new-york/example/TypographyList.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/new-york/example/TypographyList.vue'],
|
||||
component: () => import("../src/lib/registry/new-york/example/TypographyList.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/new-york/example/TypographyList.vue"],
|
||||
},
|
||||
TypographyMuted: {
|
||||
name: 'TypographyMuted',
|
||||
type: 'components:example',
|
||||
"TypographyMuted": {
|
||||
name: "TypographyMuted",
|
||||
type: "components:example",
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/new-york/example/TypographyMuted.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/new-york/example/TypographyMuted.vue'],
|
||||
component: () => import("../src/lib/registry/new-york/example/TypographyMuted.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/new-york/example/TypographyMuted.vue"],
|
||||
},
|
||||
TypographyP: {
|
||||
name: 'TypographyP',
|
||||
type: 'components:example',
|
||||
"TypographyP": {
|
||||
name: "TypographyP",
|
||||
type: "components:example",
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/new-york/example/TypographyP.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/new-york/example/TypographyP.vue'],
|
||||
component: () => import("../src/lib/registry/new-york/example/TypographyP.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/new-york/example/TypographyP.vue"],
|
||||
},
|
||||
TypographySmall: {
|
||||
name: 'TypographySmall',
|
||||
type: 'components:example',
|
||||
"TypographySmall": {
|
||||
name: "TypographySmall",
|
||||
type: "components:example",
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/new-york/example/TypographySmall.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/new-york/example/TypographySmall.vue'],
|
||||
component: () => import("../src/lib/registry/new-york/example/TypographySmall.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/new-york/example/TypographySmall.vue"],
|
||||
},
|
||||
TypographyTable: {
|
||||
name: 'TypographyTable',
|
||||
type: 'components:example',
|
||||
"TypographyTable": {
|
||||
name: "TypographyTable",
|
||||
type: "components:example",
|
||||
registryDependencies: [],
|
||||
component: () => import('../src/lib/registry/new-york/example/TypographyTable.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/new-york/example/TypographyTable.vue'],
|
||||
component: () => import("../src/lib/registry/new-york/example/TypographyTable.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/new-york/example/TypographyTable.vue"],
|
||||
},
|
||||
ActivityGoal: {
|
||||
name: 'ActivityGoal',
|
||||
type: 'components:example',
|
||||
registryDependencies: ['button', 'card', 'themes', 'config'],
|
||||
component: () => import('../src/lib/registry/new-york/example/Cards/ActivityGoal.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/new-york/example/Cards/ActivityGoal.vue'],
|
||||
"ActivityGoal": {
|
||||
name: "ActivityGoal",
|
||||
type: "components:example",
|
||||
registryDependencies: ["button","card","themes","config"],
|
||||
component: () => import("../src/lib/registry/new-york/example/Cards/ActivityGoal.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/new-york/example/Cards/ActivityGoal.vue"],
|
||||
},
|
||||
DataTable: {
|
||||
name: 'DataTable',
|
||||
type: 'components:example',
|
||||
registryDependencies: ['button', 'checkbox', 'dropdown-menu', 'input', 'table', 'card', 'utils'],
|
||||
component: () => import('../src/lib/registry/new-york/example/Cards/DataTable.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/new-york/example/Cards/DataTable.vue'],
|
||||
"DataTable": {
|
||||
name: "DataTable",
|
||||
type: "components:example",
|
||||
registryDependencies: ["button","checkbox","dropdown-menu","input","table","card","utils"],
|
||||
component: () => import("../src/lib/registry/new-york/example/Cards/DataTable.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/new-york/example/Cards/DataTable.vue"],
|
||||
},
|
||||
Metric: {
|
||||
name: 'Metric',
|
||||
type: 'components:example',
|
||||
registryDependencies: ['card', 'config'],
|
||||
component: () => import('../src/lib/registry/new-york/example/Cards/Metric.vue').then(m => m.default),
|
||||
files: ['../src/lib/registry/new-york/example/Cards/Metric.vue'],
|
||||
"Metric": {
|
||||
name: "Metric",
|
||||
type: "components:example",
|
||||
registryDependencies: ["card","config"],
|
||||
component: () => import("../src/lib/registry/new-york/example/Cards/Metric.vue").then((m) => m.default),
|
||||
files: ["../src/lib/registry/new-york/example/Cards/Metric.vue"],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
29
eslint.config.js
Normal file
29
eslint.config.js
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
import antfu from '@antfu/eslint-config'
|
||||
|
||||
export default antfu(
|
||||
{
|
||||
vue: true,
|
||||
typescript: true,
|
||||
ignores: [
|
||||
'**/__registry__/index.ts',
|
||||
],
|
||||
},
|
||||
{
|
||||
files: ['**/*.vue'],
|
||||
rules: {
|
||||
'vue/one-component-per-file': 0,
|
||||
'vue/no-reserved-component-names': 0,
|
||||
'vue/no-useless-v-bind': 0,
|
||||
},
|
||||
},
|
||||
{
|
||||
// Without `files`, they are general rules for all files
|
||||
rules: {
|
||||
'symbol-description': 0,
|
||||
'no-console': 1,
|
||||
'no-tabs': 0,
|
||||
'import/first': 0,
|
||||
'node/prefer-global/process': 0,
|
||||
},
|
||||
},
|
||||
)
|
||||
20
package.json
20
package.json
|
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
"name": "shadcn-vue",
|
||||
"type": "module",
|
||||
"version": "0.9.0",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@8.15.1",
|
||||
"packageManager": "pnpm@8.15.3",
|
||||
"license": "MIT",
|
||||
"repository": "radix-vue/shadcn-vue",
|
||||
"workspaces": [
|
||||
|
|
@ -26,16 +27,15 @@
|
|||
"taze:minor": "taze minor -fwri --ignore-paths ./packages/cli/test/** --exclude /@iconify/"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^0.43.1",
|
||||
"@commitlint/cli": "^17.7.1",
|
||||
"@commitlint/config-conventional": "^17.7.0",
|
||||
"bumpp": "^9.2.0",
|
||||
"eslint": "^8.52.0",
|
||||
"lint-staged": "^14.0.1",
|
||||
"pnpm": "^8.10.2",
|
||||
"@antfu/eslint-config": "^2.6.4",
|
||||
"@commitlint/cli": "^18.6.1",
|
||||
"@commitlint/config-conventional": "^18.6.2",
|
||||
"bumpp": "^9.3.0",
|
||||
"eslint": "^8.56.0",
|
||||
"lint-staged": "^15.2.2",
|
||||
"simple-git-hooks": "^2.9.0",
|
||||
"taze": "^0.12.0",
|
||||
"typescript": "^5.2.2",
|
||||
"taze": "^0.13.3",
|
||||
"typescript": "^5.3.3",
|
||||
"vitest": "^0.34.6"
|
||||
},
|
||||
"commitlint": {
|
||||
|
|
|
|||
1087
pnpm-lock.yaml
1087
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user