Skip to content

Commit

Permalink
v7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Mar 7, 2019
1 parent 7f78a8b commit e4f7ebc
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.9.0",
"version": "7.1.0",
"version": "7.2.0",
"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.1.0",
"version": "7.2.0",
"description": "Drag and drop sans the GUI",
"license": "MIT",
"main": "./lib/cjs/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.1.0",
"version": "7.2.0",
"private": true,
"description": "Drag and Drop for React",
"main": "lib/cjs/index.js",
Expand All @@ -21,13 +21,13 @@
"dependencies": {
"@types/faker": "^4.1.5",
"@types/query-string": "^6.2.0",
"dnd-core": "^7.1.0",
"dnd-core": "^7.2.0",
"faker": "^4.1.0",
"immutability-helper": "^3.0.0",
"lodash": "^4.17.11",
"query-string": "^6.3.0",
"react-dnd": "^7.1.0",
"react-dnd-html5-backend": "^7.1.0",
"react-dnd": "^7.2.0",
"react-dnd-html5-backend": "^7.2.0",
"react-frame-component": "^4.1.0"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/documentation/package.json
@@ -1,7 +1,7 @@
{
"name": "react-dnd-documentation",
"description": "React DnD Docsite",
"version": "7.1.0",
"version": "7.2.0",
"private": true,
"license": "MIT",
"dependencies": {
Expand All @@ -27,13 +27,13 @@
"gatsby-transformer-remark": "^2.3.1",
"gatsby-transformer-sharp": "^2.1.15",
"prismjs": "^1.15.0",
"query-string": "^6.3.0",
"query-string": "^6.3.0",
"react": "link:../react-dnd/node_modules/react",
"react-dnd": "^7.2.0",
"react-dnd-documentation-examples": "^7.2.0",
"react-dnd-html5-backend": "^7.2.0",
"react-dnd-test-backend": "^7.2.0",
"react-dom": "link:../react-dnd/node_modules/react-dom",
"react-dnd": "^7.1.0",
"react-dnd-documentation-examples": "^7.1.0",
"react-dnd-html5-backend": "^7.1.0",
"react-dnd-test-backend": "^7.1.0",
"react-helmet": "^5.2.0",
"react-typography": "^0.16.18",
"rehype-react": "^3.1.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.1.0",
"version": "7.2.0",
"description": "HTML5 backend for React DnD",
"main": "lib/cjs/index.js",
"types": "lib/cjs/index.d.ts",
Expand All @@ -22,15 +22,15 @@
"start": "npm run watch"
},
"dependencies": {
"dnd-core": "^7.1.0",
"dnd-core": "^7.2.0",
"lodash": "^4.17.11"
},
"devDependencies": {
"@types/react": "^16.8.7",
"npm-run-all": "^4.1.5",
"react": "link:../react-dnd/node_modules/react",
"react-dnd-test-backend": "^7.2.0",
"react-dom": "link:../react-dnd/node_modules/react-dom",
"react-dnd-test-backend": "^7.1.0",
"rimraf": "^2.6.3",
"ts-loader": "^5.3.3",
"typescript": "^3.3.3333",
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.1.0",
"version": "7.2.0",
"description": "A mock backend for testing React DnD apps",
"main": "lib/cjs/index.js",
"types": "lib/cjs/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"prepublish": "npm run test"
},
"dependencies": {
"dnd-core": "^7.1.0",
"dnd-core": "^7.2.0",
"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.1.0",
"version": "7.2.0",
"description": "Drag and Drop for React",
"main": "lib/cjs/index.js",
"types": "lib/cjs/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"start": "npm run watch"
},
"dependencies": {
"dnd-core": "^7.1.0",
"dnd-core": "^7.2.0",
"hoist-non-react-statics": "^3.3.0",
"invariant": "^2.1.0",
"lodash": "^4.17.11",
Expand Down

0 comments on commit e4f7ebc

Please sign in to comment.