Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Daydreamer-riri committed Mar 12, 2024
1 parent 1d4e033 commit 4c37abb
Show file tree
Hide file tree
Showing 3 changed files with 362 additions and 78 deletions.
1 change: 1 addition & 0 deletions examples/multiple-pages/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ export default defineConfig({
ssgOptions: {
// It will cause Hydration Failed
// formatting: 'minify',
mock: true,
},
})
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"fs-extra": "^11.2.0",
"html-minifier": "^4.0.0",
"html5parser": "^2.0.2",
"jsdom": "^23.0.1",
"jsdom": "^24.0.0",
"kolorist": "^1.8.0",
"prettier": "^3.2.4",
"react-helmet-async": "^1.3.0",
Expand All @@ -122,11 +122,11 @@
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/yargs": "^17.0.24",
"bumpp": "^9.3.0",
"critters": "^0.0.20",
"bumpp": "^9.4.0",
"critters": "^0.0.22",
"eslint": "^8.56.0",
"esno": "^4.0.0",
"fast-glob": "3.3.1",
"esno": "^4.7.0",
"fast-glob": "3.3.2",
"p-queue": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Loading

0 comments on commit 4c37abb

Please sign in to comment.