Skip to content

Commit 0c175f5

Browse files
committed
Fix ci issues with package.json
1 parent 7ec85f3 commit 0c175f5

File tree

3 files changed

+90
-12
lines changed

3 files changed

+90
-12
lines changed

components/dash-core-components/dash_core_components_base/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"dev_package_path": "dcc/proptypes.js",
127127
"dev_only": True,
128128
"namespace": "dash",
129-
}
129+
},
130130
]
131131
)
132132

components/dash-core-components/package-lock.json

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

components/dash-core-components/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
"@plotly/webpack-dash-dynamic-import": "^1.3.0",
7575
"@types/fast-isnumeric": "^1.1.2",
7676
"@types/ramda": "^0.31.0",
77-
"@types/react": "^19.1.9",
78-
"@types/react-dom": "^19.1.7",
77+
"@types/react": "^16.14.8",
78+
"@types/react-dom": "^16.9.13",
7979
"@typescript-eslint/eslint-plugin": "^5.59.7",
8080
"@typescript-eslint/parser": "^5.59.7",
8181
"babel-loader": "^9.2.1",
@@ -89,10 +89,13 @@
8989
"identity-obj-proxy": "^3.0.0",
9090
"npm-run-all": "^4.1.5",
9191
"prettier": "^2.8.8",
92+
"react": "^16.14.0",
93+
"react-dom": "^16.14.0",
9294
"react-jsx-parser": "1.21.0",
9395
"rimraf": "^5.0.5",
9496
"style-loader": "^3.3.3",
9597
"styled-jsx": "^5.1.7",
98+
"typescript": "^5.8.3",
9699
"webpack": "^5.101.0",
97100
"webpack-cli": "^5.1.4"
98101
},

0 commit comments

Comments
 (0)