Skip to content

Commit db9fe23

Browse files
Bump the npm_and_yarn group across 2 directories with 7 updates
Bumps the npm_and_yarn group with 2 updates in the / directory: [next](https://github.com/vercel/next.js) and [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte). Bumps the npm_and_yarn group with 1 update in the /examples/react-electron directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `next` from 16.0.7 to 16.1.5 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v16.0.7...v16.1.5) Updates `svelte` from 5.45.5 to 5.51.5 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.51.5/packages/svelte) Updates `devalue` from 5.5.0 to 5.6.3 - [Release notes](https://github.com/sveltejs/devalue/releases) - [Changelog](https://github.com/sveltejs/devalue/blob/main/CHANGELOG.md) - [Commits](sveltejs/devalue@v5.5.0...v5.6.3) Updates `vite` from 5.4.20 to 5.4.21 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite) Updates `electron` from 30.5.1 to 38.2.0 - [Release notes](https://github.com/electron/electron/releases) - [Commits](electron/electron@v30.5.1...v38.2.0) Updates `js-yaml` from 4.1.0 to 4.1.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.1.0...4.1.1) Updates `lodash` from 4.17.21 to 4.17.23 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.21...4.17.23) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: svelte dependency-version: 5.51.5 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: devalue dependency-version: 5.6.3 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: vite dependency-version: 5.4.21 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: electron dependency-version: 38.2.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: lodash dependency-version: 4.17.23 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c80ab9b commit db9fe23

10 files changed

Lines changed: 2763 additions & 1562 deletions

File tree

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"mdast-util-to-string": "^4.0.0",
3434
"mdx-annotations": "^0.1.4",
3535
"motion": "^12.23.12",
36-
"next": "^16.0.0",
36+
"next": "^16.1.5",
3737
"next-themes": "^0.4.6",
3838
"react": "catalog:react19",
3939
"react-dom": "catalog:react19",

examples/angular-vite-pwa/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"generate-pwa-assets": "pwa-assets-generator"
1010
},
1111
"dependencies": {
12-
"@angular/core": "^21.0.1",
12+
"@angular/core": "^21.1.5",
1313
"@angular/platform-browser": "^21.0.1",
1414
"@evolu/common": "latest",
1515
"@evolu/web": "latest"
@@ -22,7 +22,7 @@
2222
"@vite-pwa/assets-generator": "^1.0.0",
2323
"tailwindcss": "^4.1.12",
2424
"typescript": "^5.9.2",
25-
"vite": "^7.1.3",
25+
"vite": "^7.3.1",
2626
"vite-plugin-pwa": "^1.0.2"
2727
}
2828
}

examples/react-electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"electron": "38.2.0",
2424
"electron-builder": "^26.0.12",
2525
"typescript": "^5.9.2",
26-
"vite": "^7.1.3",
26+
"vite": "^5.4.21",
2727
"vite-plugin-electron": "^0.29.0",
2828
"vite-plugin-electron-renderer": "^0.14.5"
2929
},

examples/react-electron/pnpm-lock.yaml

Lines changed: 1308 additions & 1075 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/react-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@evolu/react-web": "latest",
1616
"@tabler/icons-react": "^3.35.0",
1717
"clsx": "^2.1.1",
18-
"next": "^16.0.0",
18+
"next": "^16.1.5",
1919
"react": "19.1.0",
2020
"react-dom": "19.1.0"
2121
},

examples/react-vite-pwa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"globals": "^16.3.0",
3838
"typescript": "^5.9.2",
3939
"typescript-eslint": "^8.44.1",
40-
"vite": "^7.1.3",
40+
"vite": "^7.3.1",
4141
"vite-plugin-pwa": "^1.0.2",
4242
"workbox-core": "^7.3.0",
4343
"workbox-window": "^7.3.0"

examples/svelte-vite-pwa/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"@evolu/web": "workspace:*",
1717
"@sveltejs/vite-plugin-svelte": "^6.1.1",
1818
"@tsconfig/svelte": "^5.0.5",
19-
"svelte": "^5.38.2",
19+
"svelte": "^5.51.5",
2020
"svelte-check": "^4.3.1",
2121
"tslib": "^2.8.1",
2222
"typescript": "^5.9.2",
23-
"vite": "^7.1.3",
23+
"vite": "^7.3.1",
2424
"vite-plugin-pwa": "^1.0.2"
2525
}
2626
}

examples/vue-vite-pwa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@vitejs/plugin-vue": "^6.0.1",
2323
"@vue/tsconfig": "^0.8.1",
2424
"typescript": "^5.9.2",
25-
"vite": "^7.1.3",
25+
"vite": "^7.3.1",
2626
"vite-plugin-pwa": "^1.0.2",
2727
"vue-tsc": "^3.1.4"
2828
}

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@evolu/web": "workspace:*",
4343
"@sveltejs/package": "^2.5.0",
4444
"@tsconfig/svelte": "^5.0.5",
45-
"svelte": "^5.38.2",
45+
"svelte": "^5.51.5",
4646
"svelte-check": "^4.3.1",
4747
"typescript": "^5.9.2"
4848
},

pnpm-lock.yaml

Lines changed: 1445 additions & 477 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)