Skip to content

Commit 822db35

Browse files
committed
chore: remove prop-types
1 parent 738682f commit 822db35

File tree

9 files changed

+7
-10
lines changed

9 files changed

+7
-10
lines changed

deno.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"lodash.clonedeep": "^4.5.0",
5555
"mobx": "^6.13.7",
5656
"mobx-react": "^9.2.0",
57-
"prop-types": "^15.7.2",
5857
"qrcode": "^1.5.1",
5958
"react": "^19.1.0",
6059
"react-dom": "^19.1.0",

tasks/build/builder/Readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ export const reactComponentList: ReactComponentBuildConfig[] = [
3838
name: "pkg-name-react",
3939
path: "./react/lib/ReactComponentName.tsx",
4040
outputPath: "./react/dist/ReactComponentName.js",
41-
external: ["react", "prop-types", "dep1", "dep2"],
41+
external: ["react", "dep1", "dep2"],
4242
globals: {
4343
react: "React",
44-
"prop-types": "PropTypes",
4544
"dep1": "Dep1",
4645
},
4746
umdName: "ReactComponentNameReact",

web-component/jb-checkbox

web-component/jb-date-input

web-component/jb-file-input

0 commit comments

Comments
 (0)