Skip to content

Commit

Permalink
42 use cache with useNuxtData (#43)
Browse files Browse the repository at this point in the history
* useNuxtData in useSettings and useWPData

* chore:
  • Loading branch information
vernaillen authored Mar 27, 2024
1 parent 765ab34 commit 91a70e0
Show file tree
Hide file tree
Showing 8 changed files with 1,673 additions and 1,469 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,24 +54,24 @@
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.2.4",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@nuxt/devtools": "^1.0.8",
"@nuxt/devtools": "^1.1.4",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.11.1",
"@nuxt/test-utils": "^3.12.0",
"@rollup/rollup-linux-arm64-gnu": "^4.13.0",
"@rollup/rollup-linux-arm64-musl": "^4.13.0",
"@types/node": "20.11.29",
"@types/node": "20.11.30",
"@vitest/coverage-v8": "^1.4.0",
"@vue/test-utils": "^2.4.5",
"changelogen": "^0.5.5",
"eslint": "^8.57.0",
"happy-dom": "^14.0.0",
"happy-dom": "^14.3.9",
"nuxt": "^3.11.1",
"playwright-core": "^1.42.1",
"typescript": "^5.4.2",
"typescript": "^5.4.3",
"untyped": "1.4.2",
"vitest": "^1.4.0",
"vue-tsc": "^2.0.6"
"vue-tsc": "^2.0.7"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/uil": "^1.1.8",
"@nuxt/image": "^1.4.0",
"@nuxt/ui-pro": "^1.0.2",
"@nuxt/ui-pro": "^1.1.0",
"nuxt": "^3.11.1"
}
}
Loading

0 comments on commit 91a70e0

Please sign in to comment.