Skip to content

Commit

Permalink
chore(deps): ⬆️ Upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
itpropro committed Jan 18, 2025
1 parent af99367 commit d962a93
Show file tree
Hide file tree
Showing 3 changed files with 366 additions and 335 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0-beta.3",
"private": false,
"packageManager": "[email protected].2",
"packageManager": "[email protected].4",
"description": "OIDC authentication module for Nuxt SSR",
"license": "MIT",
"homepage": "https://github.com/itpropro/nuxt-oidc-auth#readme",
Expand Down Expand Up @@ -45,35 +45,35 @@
"dependencies": {
"@nuxt/devtools-kit": "^1.7.0",
"@nuxt/devtools-ui-kit": "^1.7.0",
"consola": "^3.3.3",
"consola": "^3.4.0",
"defu": "^6.1.4",
"h3": "^1.13.0",
"h3": "^1.13.1",
"jose": "^5.9.6",
"ofetch": "^1.4.1",
"scule": "^1.3.0",
"sirv": "^3.0.0",
"ufo": "^1.5.4",
"uncrypto": "^0.1.3",
"undici": "^7.2.0",
"undici": "^7.2.3",
"undio": "^0.2.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.1",
"@antfu/eslint-config": "^3.14.0",
"@nuxt/devtools": "^1.7.0",
"@nuxt/eslint-config": "^0.7.4",
"@nuxt/kit": "^3.15.0",
"@nuxt/eslint-config": "^0.7.5",
"@nuxt/kit": "^3.15.2",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.15.0",
"@nuxt/test-utils": "^3.15.1",
"@nuxt/schema": "^3.15.2",
"@nuxt/test-utils": "^3.15.4",
"@playwright/test": "^1.49.1",
"@types/node": "^22.10.3",
"@unocss/eslint-plugin": "^0.65.3",
"@types/node": "^22.10.7",
"@unocss/eslint-plugin": "^65.4.2",
"changelogen": "^0.5.7",
"concurrently": "^9.1.2",
"eslint": "^9.17.0",
"nuxt": "^3.15.0",
"eslint": "^9.18.0",
"nuxt": "^3.15.2",
"typescript": "5.6.3",
"vitest": "^2.1.8",
"vitest": "^3.0.2",
"vue-tsc": "^2.2.0"
},
"pnpm": {
Expand Down
1 change: 1 addition & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const devicesToTest = [

/* See https://playwright.dev/docs/test-configuration. */
export default defineConfig<ConfigOptions>({
testIgnore: ['**/utils.test.ts'],
testDir: './test',
/* Run tests in files in parallel */
fullyParallel: true,
Expand Down
Loading

0 comments on commit d962a93

Please sign in to comment.