Skip to content

Commit

Permalink
chore: add execa to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 23, 2024
1 parent 6b5bbe2 commit 7b257f7
Show file tree
Hide file tree
Showing 2 changed files with 297 additions and 1,997 deletions.
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,18 @@
"test:unit": "vitest run --dir packages"
},
"devDependencies": {
"@nuxt/test-utils": "^3.15.1",
"@nuxtjs/eslint-config": "^12.0.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"changelogen": "^0.5.7",
"devalue": "^5.1.1",
"eslint": "^8.57.1",
"eslint-plugin-jsdoc": "^50.6.1",
"jiti": "^2.4.2",
"playwright-core": "^1.49.1",
"std-env": "^3.8.0",
"vitest": "^2.1.8"
"@nuxt/test-utils": "3.15.1",
"@nuxtjs/eslint-config": "12.0.0",
"@nuxtjs/eslint-config-typescript": "12.1.0",
"changelogen": "0.5.7",
"devalue": "5.1.1",
"eslint": "8.57.1",
"eslint-plugin-jsdoc": "50.6.1",
"execa": "9.5.2",
"jiti": "2.4.2",
"playwright-core": "1.49.1",
"std-env": "3.8.0",
"vitest": "2.1.8"
},
"resolutions": {
"@nuxt/bridge": "workspace:*",
Expand Down
Loading

0 comments on commit 7b257f7

Please sign in to comment.