Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"mdast-util-to-string": "^4.0.0",
"mdx-annotations": "^0.1.4",
"motion": "^12.23.12",
"next": "^16.0.0",
"next": "^16.0.10",
"next-themes": "^0.4.6",
"react": "catalog:react19",
"react-dom": "catalog:react19",
Expand Down
2 changes: 1 addition & 1 deletion examples/angular-vite-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@vite-pwa/assets-generator": "^1.0.0",
"tailwindcss": "^4.1.12",
"typescript": "^5.9.2",
"vite": "^7.1.3",
"vite": "^7.3.0",
"vite-plugin-pwa": "^1.0.2"
}
}
2 changes: 1 addition & 1 deletion examples/react-electron/package.json
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot Why downgrade?

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"electron": "38.2.0",
"electron-builder": "^26.0.12",
"typescript": "^5.9.2",
"vite": "^7.1.3",
"vite": "^5.4.21",
"vite-plugin-electron": "^0.29.0",
"vite-plugin-electron-renderer": "^0.14.5"
},
Expand Down
2,224 changes: 1,208 additions & 1,016 deletions examples/react-electron/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/react-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@evolu/react-web": "latest",
"@tabler/icons-react": "^3.35.0",
"clsx": "^2.1.1",
"next": "^16.0.0",
"next": "^16.0.10",
"react": "19.1.0",
"react-dom": "19.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react-vite-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"globals": "^16.3.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.44.1",
"vite": "^7.1.3",
"vite": "^7.3.0",
"vite-plugin-pwa": "^1.0.2",
"workbox-core": "^7.3.0",
"workbox-window": "^7.3.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte-vite-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"svelte-check": "^4.3.1",
"tslib": "^2.8.1",
"typescript": "^5.9.2",
"vite": "^7.1.3",
"vite": "^7.3.0",
"vite-plugin-pwa": "^1.0.2"
}
}
2 changes: 1 addition & 1 deletion examples/vue-vite-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.8.1",
"typescript": "^5.9.2",
"vite": "^7.1.3",
"vite": "^7.3.0",
"vite-plugin-pwa": "^1.0.2",
"vue-tsc": "^3.1.4"
}
Expand Down
853 changes: 602 additions & 251 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading