Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkulpa committed Apr 7, 2024
1 parent a5c3cf4 commit 6b7534c
Show file tree
Hide file tree
Showing 3 changed files with 5,426 additions and 2,932 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,29 +28,29 @@
"prepack": "nuxt-module-build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.5.3",
"defu": "^6.1.2",
"pathe": "^1.1.1"
"@nuxt/kit": "^3.11.2",
"defu": "^6.1.4",
"pathe": "^1.1.2"
},
"devDependencies": {
"@hcaptcha/types": "^1.0.3",
"@nuxt/eslint-config": "^0.1.1",
"@nuxt/module-builder": "^0.3.1",
"@nuxt/schema": "^3.5.3",
"@nuxt/test-utils": "^3.5.3",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/node": "^18.16.16",
"changelogen": "^0.5.3",
"eslint": "^8.42.0",
"nuxt": "^3.5.3",
"playwright": "^1.34.3",
"vitest": "^0.31.4"
"@nuxt/eslint-config": "^0.3.1",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.11.2",
"@nuxt/test-utils": "^3.12.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/node": "^18.19.30",
"changelogen": "^0.5.5",
"eslint": "^8.57.0",
"nuxt": "^3.11.2",
"playwright": "^1.43.0",
"vitest": "^1.4.0"
}
}
}
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"generate": "nuxi generate"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.7.0",
"nuxt": "3.5.3",
"@nuxtjs/tailwindcss": "^6.11.4",
"nuxt": "^3.11.2",
"nuxt-hcaptcha-module": "workspace:latest"
}
}
Loading

0 comments on commit 6b7534c

Please sign in to comment.