Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

3.1 update dependencies #251

Merged
merged 2 commits into from
Nov 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- checkout
- restore_cache:
key: deps1-{{ .Branch }}-{{ checksum "npm-shrinkwrap.json" }}-{{ checksum "package.json" }}-{{ checksum ".circleci/config.yml" }}
key: deps1-{{ .Branch }}-{{ checksum "package-lock.json" }}-{{ checksum "package.json" }}-{{ checksum ".circleci/config.yml" }}
- run:
name: Install npm packages
command: npm install
Expand All @@ -19,7 +19,7 @@ jobs:
$(npm bin)/cypress install

- save_cache:
key: deps1-{{ .Branch }}-{{ checksum "npm-shrinkwrap.json" }}-{{ checksum "package.json" }}-{{ checksum ".circleci/config.yml" }}
key: deps1-{{ .Branch }}-{{ checksum "package-lock.json" }}-{{ checksum "package.json" }}-{{ checksum ".circleci/config.yml" }}
paths:
- node_modules
- /home/circleci/.cache/Cypress
Expand Down Expand Up @@ -65,14 +65,14 @@ jobs:
- checkout

- restore_cache:
key: deps1-{{ .Branch }}-{{ checksum "npm-shrinkwrap.json" }}-{{ checksum "package.json" }}
key: deps1-{{ .Branch }}-{{ checksum "package-lock.json" }}-{{ checksum "package.json" }}

- run:
name: Install package.json
command: npm i

- save_cache:
key: deps1-{{ .Branch }}-{{ checksum "npm-shrinkwrap.json" }}-{{ checksum "package.json" }}
key: deps1-{{ .Branch }}-{{ checksum "package-lock.json" }}-{{ checksum "package.json" }}
paths:
- node_modules

Expand All @@ -93,14 +93,14 @@ jobs:
- checkout

- restore_cache:
key: deps1-{{ .Branch }}-{{ checksum "npm-shrinkwrap.json" }}-{{ checksum "package.json" }}
key: deps1-{{ .Branch }}-{{ checksum "package-lock.json" }}-{{ checksum "package.json" }}

- run:
name: Install package.json
command: npm i

- save_cache:
key: deps1-{{ .Branch }}-{{ checksum "npm-shrinkwrap.json" }}-{{ checksum "package.json" }}
key: deps1-{{ .Branch }}-{{ checksum "package-lock.json" }}-{{ checksum "package.json" }}
paths:
- node_modules

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.1.8-rc1] - 2011-11-22
- Update dependencies

## [3.1.7] - 2018-11-19
### Fixed
- Visual offset with vertical scroll [#216](https://github.com/plotly/dash-table/issues/216)
Expand Down
6 changes: 3 additions & 3 deletions dash_table/bundle.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dash_table/demo.js

Large diffs are not rendered by default.

69 changes: 34 additions & 35 deletions dash_table/package-info.json
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": {
Expand Down Expand Up @@ -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": {},
Copy link
Contributor Author

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.

"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",
Copy link
Contributor Author

Choose a reason for hiding this comment

The 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",
Copy link
Contributor Author

Choose a reason for hiding this comment

The 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": [
Expand Down
Loading