-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
6,038 additions
and
5,619 deletions.
There are no files selected for viewing
2,666 changes: 1,370 additions & 1,296 deletions
2,666
components/dash-core-components/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2,679 changes: 1,371 additions & 1,308 deletions
2,679
components/dash-html-components/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,13 +29,13 @@ | |
"maintainer": "Alex Johnson <[email protected]>", | ||
"dependencies": { | ||
"prop-types": "^15.8.1", | ||
"ramda": "^0.29.0" | ||
"ramda": "^0.30.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.24.5", | ||
"@babel/core": "^7.24.5", | ||
"@babel/preset-env": "^7.24.5", | ||
"@babel/preset-react": "^7.24.1", | ||
"@babel/cli": "^7.25.6", | ||
"@babel/core": "^7.25.2", | ||
"@babel/preset-env": "^7.25.4", | ||
"@babel/preset-react": "^7.24.7", | ||
"babel-loader": "^9.1.3", | ||
"cheerio": "^0.22.0", | ||
"cross-env": "^7.0.3", | ||
|
@@ -51,7 +51,7 @@ | |
"request": "^2.88.2", | ||
"rimraf": "^5.0.5", | ||
"string": "^3.3.3", | ||
"webpack": "^5.91.0", | ||
"webpack": "^5.94.0", | ||
"webpack-cli": "^5.1.4" | ||
}, | ||
"files": [ | ||
|
Oops, something went wrong.