Skip to content

Commit 2c0164c

Browse files
committed
upgrade deps
1 parent 4b5f665 commit 2c0164c

4 files changed

Lines changed: 106 additions & 44 deletions

File tree

.changeset/yellow-camels-battle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@ryanatkn/orc': minor
3+
---
4+
5+
upgrade deps

gro.config.ts

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,7 @@
1-
import {type CreateGroConfig, replace_plugin} from '@grogarden/gro';
2-
3-
// This config file can be deleted for projects that want the normal defaults.
4-
// Gro docs: https://github.com/grogarden/gro
1+
import type {CreateGroConfig} from '@grogarden/gro';
52

63
const config: CreateGroConfig = async (cfg) => {
7-
// This template's `package.json` has `"private": true` to protect users,
8-
// disabling `.well-known/package.json`, but in this case we want to publish it,
9-
// so we re-enable it here.
10-
// See the Gro docs for more about `.well-known/package.json`:
11-
// https://github.com/grogarden/gro/blob/main/src/lib/docs/gro_plugin_sveltekit_frontend.md
12-
const get_base_plugins = cfg.plugins;
13-
cfg.plugins = async (ctx) =>
14-
replace_plugin(
15-
await get_base_plugins(ctx),
16-
(await import('@grogarden/gro/gro_plugin_sveltekit_frontend.js')).plugin({
17-
well_known_package_json: true,
18-
}),
19-
);
20-
21-
// TODO this shouldn't be necessary
4+
// TODO this shouldn't be necessary, or should be easier
225
cfg.map_package_json = (pkg) => {
236
pkg.exports = Object.fromEntries(
247
Object.entries(pkg.exports!)

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"devDependencies": {
2929
"@changesets/changelog-git": "^0.1.14",
3030
"@feltjs/eslint-config": "^0.4.1",
31-
"@fuz.dev/fuz": "^0.75.4",
32-
"@fuz.dev/fuz_contextmenu": "^0.4.2",
33-
"@fuz.dev/fuz_dialog": "^0.3.2",
34-
"@fuz.dev/fuz_library": "^0.15.3",
35-
"@grogarden/gro": "^0.96.4",
31+
"@fuz.dev/fuz": "^0.76.0",
32+
"@fuz.dev/fuz_contextmenu": "^0.5.0",
33+
"@fuz.dev/fuz_dialog": "^0.4.0",
34+
"@fuz.dev/fuz_library": "^0.16.0",
35+
"@grogarden/gro": "^0.97.0",
3636
"@grogarden/util": "^0.15.2",
3737
"@octokit/request": "^8.1.4",
3838
"@sveltejs/adapter-static": "^2.0.3",

0 commit comments

Comments
 (0)