Skip to content

Commit d16a39e

Browse files
authored
Merge pull request #146 from manchenkoff/133-pagemeta-types
fix: use new augmented types from nuxt 3.13
2 parents a8f64e7 + 4b3d208 commit d16a39e

File tree

6 files changed

+1871
-1798
lines changed

6 files changed

+1871
-1798
lines changed

.yarn/releases/yarn-4.2.2.cjs

Lines changed: 0 additions & 894 deletions
This file was deleted.

.yarn/releases/yarn-4.4.1.cjs

Lines changed: 925 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ packageExtensions:
1515
vue: ^3.3.4
1616
vue-router: ^4.2.5
1717

18-
yarnPath: .yarn/releases/yarn-4.2.2.cjs
18+
yarnPath: .yarn/releases/yarn-4.4.1.cjs

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"h3": "^1.10.1",
5555
"nitropack": "^2.9.6",
5656
"nuxi": "^3.10.0",
57-
"nuxt": "^3.12.4",
57+
"nuxt": "^3.13.0",
5858
"prettier": "^3.0.3",
5959
"typescript": "^5.4.5",
6060
"vite": "^4.4.9",
@@ -63,5 +63,5 @@
6363
"vue-router": "^4.2.5",
6464
"vue-tsc": "^2.0.29"
6565
},
66-
"packageManager": "yarn@4.2.2"
66+
"packageManager": "yarn@4.4.1"
6767
}

playground/nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ export default defineNuxtConfig({
3232
},
3333
},
3434

35-
compatibilityDate: '2024-07-26',
35+
compatibilityDate: '2024-08-24',
3636
});

0 commit comments

Comments
 (0)