Skip to content

Commit 75105ba

Browse files
committed
Upgrade prismjs to 1.30.0 and bundle parse-duration now
1 parent dada30f commit 75105ba

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

apps/webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"posthog-js": "^1.93.3",
152152
"posthog-node": "4.17.1",
153153
"prism-react-renderer": "^2.3.1",
154-
"prismjs": "^1.29.0",
154+
"prismjs": "^1.30.0",
155155
"prom-client": "^15.1.0",
156156
"random-words": "^2.0.0",
157157
"react": "^18.2.0",

apps/webapp/remix.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ module.exports = {
2424
"prismjs/components/prism-json",
2525
"prismjs/components/prism-typescript",
2626
"redlock",
27+
"parse-duration",
2728
],
2829
browserNodeBuiltinsPolyfill: { modules: { path: true, os: true, crypto: true } },
2930
};

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)