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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@
"test:types": "tsc --noEmit"
},
"dependencies": {
"estree-walker": "^3.0.3",

Check failure on line 53 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expect to use catalog instead of plain specifier, got "^3.0.3" for package "estree-walker"

Check failure on line 53 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expect to use catalog instead of plain specifier, got "^3.0.3" for package "estree-walker"
"magic-string": "^0.30.12",

Check failure on line 54 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expect to use catalog instead of plain specifier, got "^0.30.12" for package "magic-string"

Check failure on line 54 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expect to use catalog instead of plain specifier, got "^0.30.12" for package "magic-string"
"mlly": "^1.7.2",

Check failure on line 55 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expect to use catalog instead of plain specifier, got "^1.7.2" for package "mlly"

Check failure on line 55 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expect to use catalog instead of plain specifier, got "^1.7.2" for package "mlly"
"regexp-tree": "^0.1.27",

Check failure on line 56 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expect to use catalog instead of plain specifier, got "^0.1.27" for package "regexp-tree"

Check failure on line 56 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expect to use catalog instead of plain specifier, got "^0.1.27" for package "regexp-tree"
"type-level-regexp": "~0.1.17",

Check failure on line 57 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expect to use catalog instead of plain specifier, got "~0.1.17" for package "type-level-regexp"

Check failure on line 57 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expect to use catalog instead of plain specifier, got "~0.1.17" for package "type-level-regexp"
"ufo": "^1.5.4",
"unplugin": "^2.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "5.4.1",
"@antfu/eslint-config": "6.5.1",
"@codspeed/vitest-plugin": "5.0.1",
"@nuxt/kit": "4.2.0",
"@types/estree": "1.0.8",
Expand Down
Loading
Loading