This repository was archived by the owner on Jun 4, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 73
3.1 update dependencies #251
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "dash-table", | ||
"version": "3.1.7", | ||
"version": "3.1.8-rc1", | ||
"description": "Dash table", | ||
"main": "dash_table/bundle.js", | ||
"scripts": { | ||
|
@@ -37,50 +37,49 @@ | |
}, | ||
"author": "Chris P <[email protected]", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@types/react": "^16.4.8", | ||
"ramda": "^0.25.0", | ||
"react": "16.3.0", | ||
"react-dom": "16.3.0", | ||
"react-select": "^1.2.1", | ||
"sheetclip": "^0.3.0" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.1.2", | ||
"@babel/core": "^7.1.2", | ||
"@babel/cli": "^7.1.5", | ||
"@babel/core": "^7.1.6", | ||
"@babel/polyfill": "^7.0.0", | ||
"@babel/preset-env": "^7.1.0", | ||
"@babel/preset-env": "^7.1.6", | ||
"@babel/preset-react": "^7.0.0", | ||
"@cypress/webpack-preprocessor": "^2.0.1", | ||
"@percy-io/percy-storybook": "^2.0.0", | ||
"@storybook/cli": "^4.0.7", | ||
"@storybook/react": "^4.0.7", | ||
"@types/ramda": "^0.25.36", | ||
"@cypress/webpack-preprocessor": "^4.0.2", | ||
"@percy-io/percy-storybook": "^2.1.0", | ||
"@storybook/cli": "^4.0.8", | ||
"@storybook/react": "^4.0.8", | ||
"@types/ramda": "^0.25.42", | ||
"@types/react": "^16.7.7", | ||
"@types/react-select": "^1.2.1", | ||
"babel-eslint": "^8.2.3", | ||
"babel-eslint": "^10.0.1", | ||
"babel-loader": "^8.0.4", | ||
"core-js": "^2.5.7", | ||
"css-loader": "^0.28.11", | ||
"cypress": "^3.1.0", | ||
"eslint": "^4.19.1", | ||
"eslint-config-prettier": "^2.9.0", | ||
"eslint-plugin-import": "^2.12.0", | ||
"eslint-plugin-react": "^7.9.1", | ||
"file-loader": "^1.1.11", | ||
"css-loader": "^1.0.1", | ||
"cypress": "^3.1.2", | ||
"eslint": "^5.9.0", | ||
"eslint-config-prettier": "^3.3.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-react": "^7.11.1", | ||
"file-loader": "^2.0.0", | ||
"http-server": "^0.11.1", | ||
"less": "^3.8.0", | ||
"less": "^3.8.1", | ||
"less-loader": "^4.1.0", | ||
"npm": "^6.1.0", | ||
"npm": "^6.4.1", | ||
"npm-run-all": "^4.1.3", | ||
"react-docgen": "^2.20.1", | ||
"style-loader": "^0.21.0", | ||
"ts-loader": "^4.4.2", | ||
"ramda": "^0.26.0", | ||
"react": "16.6.3", | ||
"react-docgen": "^2.21.0", | ||
"react-dom": "16.6.3", | ||
"react-select": "^1.2.1", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There is a new version 2.1.2 of this but we can't update because of internal dependencies on this version's structure. See #250 |
||
"sheetclip": "^0.3.0", | ||
"style-loader": "^0.23.1", | ||
"ts-loader": "^5.3.0", | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.0.1", | ||
"wait-on": "^2.1.0", | ||
"webpack": "^4.8.3", | ||
"webpack-cli": "^2.1.3", | ||
"webpack-dev-server": "^3.1.5", | ||
"typescript": "^3.1.6", | ||
"wait-on": "^3.2.0", | ||
"webpack": "^4.26.0", | ||
"webpack-cli": "^3.1.2", | ||
"webpack-dev-server": "^3.1.10", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. A bunch of minor and some major version updates. |
||
"webpack-preprocessor": "^0.1.12" | ||
}, | ||
"files": [ | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are multiple ways of looking at the meaning of deps and devDeps in the npm world -- but in the end this project only exposes a bundled file containing all that's needed and that can be seen as there being only dev dependencies as there is nothing that is required outside that bundle in the production environment / to use the package. This is the approach taken here.