Skip to content

Commit 8b59105

Browse files
committed
Fix(Website): Fix broken lock file. Squash me.
1 parent 1b22465 commit 8b59105

File tree

6 files changed

+21
-12
lines changed

6 files changed

+21
-12
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
hoist-workspace-packages=true
22
public-hoist-pattern[]=*prisma*
33
auto-install-peers=true
4+
dedupe-peer-dependents=true
45
; legacy-peer-deps=true
56
node-linker=hoisted
67
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

apps/template/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
# `@ulld/base`
1+
# Template
2+
3+
<p align="center">
4+
<a href="https://uhlittlelessdum.com">
5+
<img alt="MDX" src="./apps/website/public/icons/android-chrome-512x512.png" width="120" />
6+
</a>
7+
</p>
8+
9+
This is the template that is used to generate your [ULLD](https://uhlittlelessdum.com) application. Feel free to look around, especially for development puroses, but this is unusable before being configured by the [ULLD cli](https://github.com/Uh-little-less-dum/go-dum).

apps/template/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,10 @@
9999
"engines": {
100100
"node": ">=20"
101101
},
102-
"dependencies": {
102+
"prisma": {
103+
"schema": "src/database/schema.prisma"
104+
},
105+
"ulld-dependencies": {
103106
"@dimforge/rapier3d": "0.12.0",
104107
"@ducanh2912/next-pwa": "10.2.7",
105108
"@google/model-viewer": "3.5.0",
@@ -209,7 +212,7 @@
209212
"superjson": "2.2.1",
210213
"zod": "3.23.8"
211214
},
212-
"devDependencies": {
215+
"ulld-devDependencies": {
213216
"@shikijs/rehype": "1.5.2",
214217
"@shikijs/transformers": "1.6.4",
215218
"@shikijs/twoslash": "1.5.2",
@@ -247,8 +250,5 @@
247250
"wireit": "0.14.9",
248251
"zod-prisma-types": "3.1.8"
249252
},
250-
"peerDependencies": {},
251-
"prisma": {
252-
"schema": "src/database/schema.prisma"
253-
}
253+
"ulld-peerDependencies": {}
254254
}

apps/website/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
"command": "zsh ../../buildUtils/gatherTypes.zsh"
5959
}
6060
},
61-
"dependencies": {
61+
"packageManager": "pnpm@9.0.4",
62+
"ulld-dependencies": {
6263
"@content-collections/core": "0.6.0",
6364
"@content-collections/mdx": "0.1.3",
6465
"@content-collections/next": "0.2.0",
@@ -150,7 +151,7 @@
150151
"unicode-emoji-json": "0.6.0",
151152
"zod": "3.23.8"
152153
},
153-
"devDependencies": {
154+
"ulld-devDependencies": {
154155
"@content-collections/core": "0.6.0",
155156
"@content-collections/mdx": "0.1.3",
156157
"@content-collections/next": "0.2.0",
@@ -240,7 +241,7 @@
240241
"tsx": "*",
241242
"twoslash": "0.2.6"
242243
},
243-
"peerDependencies": {
244+
"ulld-peerDependencies": {
244245
"@ulld/api": "workspace:*",
245246
"@ulld/base-configs": "workspace:*",
246247
"@ulld/bib-manager": "workspace:*",
@@ -267,6 +268,5 @@
267268
"@ulld/ui": "workspace:*",
268269
"@ulld/utilities": "workspace:*",
269270
"@ulld/whiteboard": "workspace:*"
270-
},
271-
"packageManager": "pnpm@9.0.4"
271+
}
272272
}
3.78 MB
Loading
30.9 KB
Loading

0 commit comments

Comments
 (0)