Skip to content

Commit 386d7e7

Browse files
Merge pull request #16 from christopher-buss/feature/bump-pnpm
build(dev-deps): bump pnpm version
2 parents 68831b5 + d5245b0 commit 386d7e7

File tree

3 files changed

+3
-87
lines changed

3 files changed

+3
-87
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "roblox-ts-project-template",
33
"type": "module",
44
"version": "1.0.0",
5-
"packageManager": "pnpm@9.1.2",
5+
"packageManager": "pnpm@9.1.3",
66
"description": "A Roblox game made with React and Roblox-TS",
77
"author": "",
88
"license": "ISC",
@@ -34,7 +34,7 @@
3434
"@rbxts/pretty-react-hooks": "^0.4.2",
3535
"@rbxts/promise-child": "^1.2.1",
3636
"@rbxts/rbx-debug": "^1.0.1",
37-
"@rbxts/rbx-react-error-boundary": "^1.0.0",
37+
3838
"@rbxts/react": "^0.3.6",
3939
"@rbxts/react-reflex": "^0.3.4",
4040
"@rbxts/react-roblox": "^0.3.6",

pnpm-lock.yaml

-84
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/client/ui/components/primitive/padding-component.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
import type { PropsWithChildren } from "@rbxts/react";
12
import React, { forwardRef } from "@rbxts/react";
2-
import type { PropsWithChildren } from "@rbxts/roact";
33

44
interface PaddingProps extends PropsWithChildren {
55
readonly Padding: number;

0 commit comments

Comments
 (0)