Skip to content

Commit

Permalink
chore(playground): add compatibility date
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Aug 3, 2024
1 parent b874bb7 commit 34d9e4b
Show file tree
Hide file tree
Showing 3 changed files with 2,106 additions and 3,416 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nuxtjs/plausible",
"type": "module",
"version": "1.0.0",
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.6.0",
"description": "Natively integrates Plausible Analytics into Nuxt",
"author": "Johann Schopplich <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -41,19 +41,19 @@
"release": "bumpp"
},
"dependencies": {
"@barbapapazes/plausible-tracker": "^0.5.0",
"@nuxt/kit": "^3.11.2",
"@barbapapazes/plausible-tracker": "^0.5.2",
"@nuxt/kit": "^3.12.4",
"defu": "^6.1.4"
},
"devDependencies": {
"@nuxt/eslint-config": "0.3.0-beta.9",
"@nuxt/module-builder": "^0.6.0",
"@nuxt/schema": "^3.11.2",
"@types/node": "^20.12.7",
"bumpp": "^9.4.1",
"eslint": "^9.1.1",
"nuxt": "^3.11.2",
"typescript": "^5.4.5",
"vue-tsc": "^2.0.15"
"@nuxt/module-builder": "^0.8.1",
"@nuxt/schema": "^3.12.4",
"@types/node": "^20.14.14",
"bumpp": "^9.4.2",
"eslint": "^9.8.0",
"nuxt": "^3.12.4",
"typescript": "^5.5.4",
"vue-tsc": "^2.0.29"
}
}
2 changes: 2 additions & 0 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export default defineNuxtConfig({
compatibilityDate: '2024-08-03',

modules: ['@nuxtjs/plausible'],

plausible: {
Expand Down
Loading

0 comments on commit 34d9e4b

Please sign in to comment.