Skip to content

Commit

Permalink
v7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Dec 3, 2018
1 parent 10e4767 commit 22666e7
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.9.0",
"version": "7.0.1",
"version": "7.0.2",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion packages/dnd-core/package.json
@@ -1,6 +1,6 @@
{
"name": "dnd-core",
"version": "7.0.1",
"version": "7.0.2",
"description": "Drag and drop sans the GUI",
"license": "MIT",
"main": "./lib/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/documentation-examples/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-documentation-examples",
"version": "7.0.1",
"version": "7.0.2",
"private": true,
"description": "Drag and Drop for React",
"main": "lib/index.js",
Expand All @@ -20,13 +20,13 @@
"@types/faker": "^4.1.4",
"@types/query-string": "^6.1.1",
"@types/styled-components": "^4.0.3",
"dnd-core": "^7.0.1",
"dnd-core": "^7.0.2",
"faker": "^4.1.0",
"immutability-helper": "^2.8.1",
"lodash": "^4.17.11",
"query-string": "^6.2.0",
"react-dnd": "^7.0.1",
"react-dnd-html5-backend": "^7.0.1",
"react-dnd": "^7.0.2",
"react-dnd-html5-backend": "^7.0.2",
"styled-components": "^4.0.3"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/documentation/package.json
@@ -1,7 +1,7 @@
{
"name": "react-dnd-documentation",
"description": "React DnD Docsite",
"version": "7.0.1",
"version": "7.0.2",
"private": true,
"license": "MIT",
"dependencies": {
Expand Down Expand Up @@ -30,10 +30,10 @@
"prismjs": "^1.15.0",
"query-string": "^6.2.0",
"react": "^16.6.1",
"react-dnd": "^7.0.1",
"react-dnd-documentation-examples": "^7.0.1",
"react-dnd-html5-backend": "^7.0.1",
"react-dnd-test-backend": "^7.0.1",
"react-dnd": "^7.0.2",
"react-dnd-documentation-examples": "^7.0.2",
"react-dnd-html5-backend": "^7.0.2",
"react-dnd-test-backend": "^7.0.2",
"react-dom": "^16.6.1",
"react-frame-component": "^4.0.2",
"react-helmet": "^5.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-dnd-html5-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-html5-backend",
"version": "7.0.1",
"version": "7.0.2",
"description": "HTML5 backend for React DnD",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -20,14 +20,14 @@
"start": "npm run watch"
},
"dependencies": {
"dnd-core": "^7.0.1",
"dnd-core": "^7.0.2",
"lodash": "^4.17.11"
},
"devDependencies": {
"@types/react": "^16.4.18",
"npm-run-all": "^4.1.5",
"react": "^16.6.0",
"react-dnd-test-backend": "^7.0.1",
"react-dnd-test-backend": "^7.0.2",
"rimraf": "^2.6.2",
"ts-loader": "^5.3.0",
"typescript": "^3.1.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-dnd-test-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-test-backend",
"version": "7.0.1",
"version": "7.0.2",
"description": "A mock backend for testing React DnD apps",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"prepublish": "npm run test"
},
"dependencies": {
"dnd-core": "^7.0.1",
"dnd-core": "^7.0.2",
"lodash": "^4.17.11"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-dnd/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd",
"version": "7.0.1",
"version": "7.0.2",
"description": "Drag and Drop for React",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"start": "npm run watch"
},
"dependencies": {
"dnd-core": "^7.0.1",
"dnd-core": "^7.0.2",
"hoist-non-react-statics": "^3.1.0",
"invariant": "^2.1.0",
"lodash": "^4.17.11",
Expand Down

0 comments on commit 22666e7

Please sign in to comment.