Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 15, 2023
1 parent a1d80e5 commit 9b4bb0b
Show file tree
Hide file tree
Showing 2 changed files with 283 additions and 1,908 deletions.
19 changes: 7 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,20 @@
"test:types": "tsc --noEmit"
},
"dependencies": {
"estree-walker": "^3.0.1",
"magic-string": "^0.30.0",
"mlly": "^1.0.0",
"type-level-regexp": "~0.1.16",
"ufo": "^1.0.0",
"unplugin": "^1.0.0"
"estree-walker": "^3.0.3",
"magic-string": "^0.30.5",
"mlly": "^1.4.2",
"type-level-regexp": "~0.1.17",
"ufo": "^1.3.1",
"unplugin": "^1.5.0"
},
"devDependencies": {
"@nuxt/kit": "3.6.5",
"@nuxtjs/eslint-config-typescript": "latest",
"@types/estree": "1.0.4",
"@types/node": "18.17.14",
"@vitest/coverage-v8": "0.34.6",
"acorn": "8.11.2",
"bumpp": "9.2.0",
"c8": "latest",
"conventional-changelog-conventionalcommits": "latest",
"eslint": "8.53.0",
"eslint-config-prettier": "latest",
Expand All @@ -78,8 +76,5 @@
"resolutions": {
"magic-regexp": "link:."
},
"packageManager": "[email protected]",
"volta": {
"node": "18.17.1"
}
"packageManager": "[email protected]"
}
Loading

0 comments on commit 9b4bb0b

Please sign in to comment.