Skip to content

Commit 5df07c0

Browse files
authored
some suggestions
1 parent 3feb880 commit 5df07c0

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

apps/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@vercel/otel": "~1.12.0",
5555
"@vercel/speed-insights": "~1.2.0",
5656
"classnames": "catalog:",
57-
"cross-env": "7.0.3",
57+
"cross-env": "catalog:",
5858
"feed": "~5.1.0",
5959
"github-slugger": "~2.0.0",
6060
"glob": "~11.0.1",

packages/rehype-shiki/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@
2020
"hast-util-to-string": "^3.0.1",
2121
"shiki": "~3.4.2",
2222
"unist-util-visit": "^5.0.0"
23+
},
24+
"devDependencies": {
25+
"cross-env": "catalog:"
2326
}
2427
}

packages/ui-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@testing-library/user-event": "~14.6.1",
5858
"@types/node": "catalog:",
5959
"@types/react": "catalog:",
60-
"cross-env": "^7.0.3",
60+
"cross-env": "catalog:",
6161
"css-loader": "~7.1.2",
6262
"eslint-plugin-react": "~7.37.4",
6363
"eslint-plugin-storybook": "~9.0.3",

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ onlyBuiltDependencies:
1818
# multiple packages in the monorepo.
1919
# This allows us to manage versions and updates in one place.
2020
# https://pnpm.io/en/catalogs
21-
2221
catalog:
2322
'@types/node': 22.15.3
2423
'@types/react': ^19.1.6
2524
classnames: ~2.5.1
2625
react: ^19.1.0
2726
tailwindcss: ~4.0.17
2827
typescript: ~5.8.2
28+
'cross-env': ^7.0.3

0 commit comments

Comments
 (0)