Skip to content

Commit

Permalink
Library Updates (#1598)
Browse files Browse the repository at this point in the history
* chore: update libraries

* chore: rebuild lockfile
  • Loading branch information
darthtrevino committed Nov 13, 2019
1 parent 2a50f87 commit ae95816
Show file tree
Hide file tree
Showing 15 changed files with 2,269 additions and 2,002 deletions.
48 changes: 24 additions & 24 deletions package.json
Expand Up @@ -69,42 +69,42 @@
}
},
"devDependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/preset-env": "^7.6.0",
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/preset-env": "^7.7.1",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@types/jest": "^24.0.18",
"@typescript-eslint/eslint-plugin": "^2.3.0",
"@typescript-eslint/parser": "^2.3.0",
"conventional-changelog-cli": "^2.0.23",
"@types/jest": "^24.0.23",
"@typescript-eslint/eslint-plugin": "^2.7.0",
"@typescript-eslint/parser": "^2.7.0",
"conventional-changelog-cli": "^2.0.27",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^6.4.0",
"eslint-config-prettier": "^6.3.0",
"enzyme-adapter-react-16": "^1.15.1",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-config-react-app": "^5.0.2",
"eslint-plugin-no-for-of-loops": "^1.0.1",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1",
"husky": "^3.0.5",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.2.0",
"husky": "^3.0.9",
"inquirer": "^7.0.0",
"jest": "^24.9.0",
"jest-environment-jsdom": "^24.9.0",
"lerna": "^3.16.4",
"lint-staged": "^9.2.5",
"lerna": "^3.18.4",
"lint-staged": "^9.4.2",
"markdown-spellcheck": "^1.3.1",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"react": "^16.9.0",
"react-dom": "16.9.0",
"replace-in-file": "^4.1.3",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"replace-in-file": "^4.2.0",
"ts-jest": "^24.1.0",
"typescript": "^3.6.3",
"webpack-cli": "^3.3.9"
"typescript": "^3.7.2",
"webpack-cli": "^3.3.10"
},
"jest": {
"clearMocks": true,
Expand Down
5 changes: 3 additions & 2 deletions packages/alternative_builds/cjs/dnd-core/package.json
Expand Up @@ -17,6 +17,7 @@
"redux": "^4.0.4"
},
"devDependencies": {
"dnd-core": "^9.4.0"
}
"dnd-core": "9.4.0"
},
"peerDependencies": {}
}
11 changes: 6 additions & 5 deletions packages/alternative_builds/cjs/html5-backend/package.json
Expand Up @@ -13,10 +13,11 @@
"dnd-core-cjs": "^9.4.0"
},
"devDependencies": {
"@types/react": "^16.9.2",
"react": "^16.9.0",
"react-dnd-html5-backend": "^9.4.0",
"@types/react": "^16.9.11",
"react": "^16.11.0",
"react-dnd-test-backend": "^9.4.0",
"react-dom": "^16.9.0"
}
"react-dom": "^16.11.0",
"react-dnd-html5-backend": "9.4.0"
},
"peerDependencies": {}
}
14 changes: 7 additions & 7 deletions packages/alternative_builds/cjs/react-dnd/package.json
Expand Up @@ -12,16 +12,16 @@
"dependencies": {
"@types/hoist-non-react-statics": "^3.3.1",
"@types/shallowequal": "^1.1.1",
"dnd-core-cjs": "^9.4.0",
"hoist-non-react-statics": "^3.3.0",
"shallowequal": "^1.1.0"
"shallowequal": "^1.1.0",
"dnd-core-cjs": "^9.4.0"
},
"devDependencies": {
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"react": "^16.9.0",
"react-dnd": "^9.4.0",
"react-dom": "^16.9.0"
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-dnd": "9.4.0"
},
"peerDependencies": {
"react": ">= 16.8",
Expand Down
5 changes: 3 additions & 2 deletions packages/alternative_builds/cjs/test-backend/package.json
Expand Up @@ -13,6 +13,7 @@
"dnd-core-cjs": "^9.4.0"
},
"devDependencies": {
"react-dnd-test-backend": "^9.4.0"
}
"react-dnd-test-backend": "9.4.0"
},
"peerDependencies": {}
}
11 changes: 6 additions & 5 deletions packages/alternative_builds/cjs/test-utils/package.json
Expand Up @@ -8,17 +8,18 @@
"build": "tsc",
"clean": "../../../../scripts/clean_package.sh"
},
"dependencies": {},
"devDependencies": {
"react": "^16.9.0",
"react": "^16.11.0",
"react-dnd": "^9.4.0",
"react-dnd-test-backend": "^9.4.0",
"react-dnd-test-utils": "^9.4.0",
"react-dom": "^16.9.0"
"react-dom": "^16.11.0",
"react-dnd-test-utils": "9.4.0"
},
"peerDependencies": {
"react": ">= 16.8.5",
"react-dom": ">= 16.8.5",
"react-dnd-cjs": "^7.3.2",
"react-dnd-test-backend-cjs": "^7.2.0",
"react-dom": ">= 16.8.5"
"react-dnd-test-backend-cjs": "^7.2.0"
}
}
9 changes: 5 additions & 4 deletions packages/alternative_builds/cjs/touch-backend/package.json
Expand Up @@ -11,10 +11,11 @@
},
"dependencies": {
"@types/invariant": "^2.2.30",
"dnd-core-cjs": "^9.4.0",
"invariant": "^2.2.4"
"invariant": "^2.2.4",
"dnd-core-cjs": "^9.4.0"
},
"devDependencies": {
"react-dnd-touch-backend": "^9.4.0"
}
"react-dnd-touch-backend": "9.4.0"
},
"peerDependencies": {}
}
6 changes: 3 additions & 3 deletions packages/core/html5-backend/package.json
Expand Up @@ -20,9 +20,9 @@
"dnd-core": "^9.4.0"
},
"devDependencies": {
"@types/react": "^16.9.2",
"react": "^16.9.0",
"@types/react": "^16.9.11",
"react": "^16.11.0",
"react-dnd-test-backend": "^9.4.0",
"react-dom": "^16.9.0"
"react-dom": "^16.11.0"
}
}
8 changes: 4 additions & 4 deletions packages/core/react-dnd/package.json
Expand Up @@ -24,10 +24,10 @@
"shallowequal": "^1.1.0"
},
"devDependencies": {
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"react": "^16.9.0",
"react-dom": "^16.9.0"
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"react": "^16.11.0",
"react-dom": "^16.11.0"
},
"peerDependencies": {
"react": ">= 16.8",
Expand Down
6 changes: 3 additions & 3 deletions packages/documentation/cra-test/package.json
Expand Up @@ -3,12 +3,12 @@
"version": "9.4.0",
"private": true,
"dependencies": {
"react": "^16.9.0",
"react": "^16.11.0",
"react-dnd": "^9.4.0",
"react-dnd-examples-hooks": "^9.4.0",
"react-dnd-html5-backend": "^9.4.0",
"react-dom": "^16.9.0",
"react-scripts": "^3.1.2"
"react-dom": "^16.11.0",
"react-scripts": "^3.2.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
50 changes: 25 additions & 25 deletions packages/documentation/docsite/package.json
Expand Up @@ -6,44 +6,44 @@
"license": "MIT",
"dependencies": {
"@types/query-string": "^6.2.0",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-helmet": "^5.0.10",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"@types/react-helmet": "^5.0.14",
"@types/react-tabs": "^2.3.1",
"@types/rehype-react": "^3.1.0",
"@types/styled-components": "^4.1.19",
"gatsby": "^2.15.19",
"gatsby-image": "^2.2.20",
"gatsby-plugin-manifest": "^2.2.18",
"gatsby-plugin-offline": "^3.0.8",
"gatsby-plugin-react-helmet": "^3.1.8",
"gatsby-plugin-sharp": "^2.2.25",
"gatsby-plugin-styled-components": "^3.1.6",
"gatsby-plugin-typescript": "^2.1.9",
"gatsby-plugin-typography": "^2.3.8",
"gatsby-remark-autolink-headers": "^2.1.11",
"gatsby-remark-copy-linked-files": "^2.1.20",
"gatsby-remark-embed-snippet": "^4.1.8",
"gatsby-remark-images": "^3.1.23",
"gatsby-remark-prismjs": "^3.3.14",
"gatsby-source-filesystem": "^2.1.25",
"gatsby-transformer-remark": "^2.6.24",
"gatsby-transformer-sharp": "^2.2.16",
"@types/styled-components": "^4.4.0",
"gatsby": "^2.17.11",
"gatsby-image": "^2.2.31",
"gatsby-plugin-manifest": "^2.2.27",
"gatsby-plugin-offline": "^3.0.19",
"gatsby-plugin-react-helmet": "^3.1.14",
"gatsby-plugin-sharp": "^2.2.37",
"gatsby-plugin-styled-components": "^3.1.12",
"gatsby-plugin-typescript": "^2.1.16",
"gatsby-plugin-typography": "^2.3.16",
"gatsby-remark-autolink-headers": "^2.1.17",
"gatsby-remark-copy-linked-files": "^2.1.29",
"gatsby-remark-embed-snippet": "^4.1.14",
"gatsby-remark-images": "^3.1.30",
"gatsby-remark-prismjs": "^3.3.22",
"gatsby-source-filesystem": "^2.1.36",
"gatsby-transformer-remark": "^2.6.33",
"gatsby-transformer-sharp": "^2.3.3",
"prismjs": "^1.17.1",
"query-string": "^6.8.3",
"react": "^16.9.0",
"react": "^16.11.0",
"react-dnd": "^9.4.0",
"react-dnd-examples-decorators": "^9.4.0",
"react-dnd-examples-hooks": "^9.4.0",
"react-dnd-html5-backend": "^9.4.0",
"react-dnd-test-backend": "^9.4.0",
"react-dnd-touch-backend": "^9.4.0",
"react-dom": "^16.9.0",
"react-dom": "^16.11.0",
"react-helmet": "^5.2.1",
"react-tabs": "^3.0.0",
"react-typography": "^0.16.19",
"rehype-react": "^4.0.1",
"styled-components": "^4.3.2",
"styled-components": "^4.4.1",
"typography": "^0.16.19",
"typography-theme-github": "^0.16.19"
},
Expand All @@ -56,7 +56,7 @@
"devDependencies": {
"gh-pages": "^2.1.1",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.0"
"prettier": "^1.19.1"
},
"scripts": {
"clean": "rimraf .cache public apidocs static/examples_decorators_js static/examples_decorators_ts static/examples_hooks_js static/examples_hooks_ts",
Expand Down
12 changes: 6 additions & 6 deletions packages/documentation/examples-decorators/package.json
Expand Up @@ -20,8 +20,8 @@
"start": "tsc -b tsconfig.json -w --preserveWatchOutput"
},
"dependencies": {
"@types/faker": "^4.1.5",
"@types/lodash": "^4.14.138",
"@types/faker": "^4.1.7",
"@types/lodash": "^4.14.146",
"dnd-core": "^9.4.0",
"faker": "^4.1.0",
"immutability-helper": "^3.0.0",
Expand All @@ -30,12 +30,12 @@
"react-frame-component": "^4.1.1"
},
"devDependencies": {
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"npm-run-all": "^4.1.5",
"react": "^16.9.0",
"react": "^16.11.0",
"react-dnd-test-utils": "^9.4.0",
"react-dom": "^16.9.0"
"react-dom": "^16.11.0"
},
"peerDependencies": {
"react": ">= 16.8.5",
Expand Down
12 changes: 6 additions & 6 deletions packages/documentation/examples-hooks/package.json
Expand Up @@ -20,8 +20,8 @@
"start": "tsc -b tsconfig.json -w --preserveWatchOutput"
},
"dependencies": {
"@types/faker": "^4.1.5",
"@types/lodash": "^4.14.138",
"@types/faker": "^4.1.7",
"@types/lodash": "^4.14.146",
"dnd-core": "^9.4.0",
"faker": "^4.1.0",
"immutability-helper": "^3.0.0",
Expand All @@ -30,12 +30,12 @@
"react-frame-component": "^4.1.1"
},
"devDependencies": {
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"npm-run-all": "^4.1.5",
"react": "^16.9.0",
"react": "^16.11.0",
"react-dnd-test-utils": "^9.4.0",
"react-dom": "^16.9.0"
"react-dom": "^16.11.0"
},
"peerDependencies": {
"react": ">= 16.8.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/test-utils/package.json
Expand Up @@ -12,10 +12,10 @@
"start": "../../../scripts/watch_package.sh"
},
"devDependencies": {
"react": "^16.9.0",
"react": "^16.11.0",
"react-dnd": "^9.4.0",
"react-dnd-test-backend": "^9.4.0",
"react-dom": "^16.9.0"
"react-dom": "^16.11.0"
},
"peerDependencies": {
"react": ">= 16.8.5",
Expand Down

0 comments on commit ae95816

Please sign in to comment.