Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,23 +76,23 @@
}
},
"dependencies": {
"@fluent/sequence": "^0.8.0",

Check failure on line 79 in package.json

View workflow job for this annotation

GitHub Actions / Lint source code

Expect to use catalog instead of plain specifier, got "^0.8.0" for package "@fluent/sequence"
"@vue/devtools-api": "^8.0.0",

Check failure on line 80 in package.json

View workflow job for this annotation

GitHub Actions / Lint source code

Expect to use catalog instead of plain specifier, got "^8.0.0" for package "@vue/devtools-api"
"cached-iterable": "^0.3.0",

Check failure on line 81 in package.json

View workflow job for this annotation

GitHub Actions / Lint source code

Expect to use catalog instead of plain specifier, got "^0.3.0" for package "cached-iterable"
"vue-demi": "latest"

Check failure on line 82 in package.json

View workflow job for this annotation

GitHub Actions / Lint source code

Expect to use catalog instead of plain specifier, got "latest" for package "vue-demi"
},
"devDependencies": {
"@antfu/eslint-config": "^6.2.0",
"@antfu/eslint-config": "^6.7.3",

Check failure on line 85 in package.json

View workflow job for this annotation

GitHub Actions / Lint source code

Expect to use catalog instead of plain specifier, got "^6.7.3" for package "@antfu/eslint-config"
"@fluent/bundle": "~0.19.1",

Check failure on line 86 in package.json

View workflow job for this annotation

GitHub Actions / Lint source code

Expect to use catalog instead of plain specifier, got "~0.19.1" for package "@fluent/bundle"
"@fluent/dedent": "~0.5.0",

Check failure on line 87 in package.json

View workflow job for this annotation

GitHub Actions / Lint source code

Expect to use catalog instead of plain specifier, got "~0.5.0" for package "@fluent/dedent"
"@ls-lint/ls-lint": "^2.3.1",

Check failure on line 88 in package.json

View workflow job for this annotation

GitHub Actions / Lint source code

Expect to use catalog instead of plain specifier, got "^2.3.1" for package "@ls-lint/ls-lint"
"@release-it-plugins/lerna-changelog": "^8.0.1",

Check failure on line 89 in package.json

View workflow job for this annotation

GitHub Actions / Lint source code

Expect to use catalog instead of plain specifier, got "^8.0.1" for package "@release-it-plugins/lerna-changelog"
"@types/node": "^24.10.1",

Check failure on line 90 in package.json

View workflow job for this annotation

GitHub Actions / Lint source code

Expect to use catalog instead of plain specifier, got "^24.10.1" for package "@types/node"
"@vitest/coverage-istanbul": "^4.0.13",
"@vue/compiler-sfc": "catalog:vue3",
"@vue/test-utils": "catalog:vue3",
"esbuild-plugin-globals": "^0.2.0",
"eslint": "^9.39.1",
"eslint": "^9.39.2",
"execa": "^9.6.0",
"happy-dom": "^20.0.10",
"husky": "^9.1.7",
Expand Down
Loading
Loading