Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 21a45f9

Browse filesBrowse files
authored
v11.1.3 (#2525)
1 parent 929f123 commit 21a45f9
Copy full SHA for 21a45f9

File tree

Expand file treeCollapse file tree

11 files changed

+35
-35
lines changed
Filter options
Expand file treeCollapse file tree

11 files changed

+35
-35
lines changed

‎lerna.json

Copy file name to clipboardExpand all lines: lerna.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.9.0",
3-
"version": "11.1.2",
3+
"version": "11.1.3",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"packages": [

‎packages/core/dnd-core/package.json

Copy file name to clipboardExpand all lines: packages/core/dnd-core/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dnd-core",
3-
"version": "11.1.1",
3+
"version": "11.1.3",
44
"description": "Drag and drop sans the GUI",
55
"license": "MIT",
66
"main": "./dist/cjs/index.js",

‎packages/core/html5-backend/package.json

Copy file name to clipboardExpand all lines: packages/core/html5-backend/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dnd-html5-backend",
3-
"version": "11.1.1",
3+
"version": "11.1.3",
44
"description": "HTML5 backend for React DnD",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
@@ -17,12 +17,12 @@
1717
"start": "../../../scripts/watch_package.sh"
1818
},
1919
"dependencies": {
20-
"dnd-core": "^11.1.1"
20+
"dnd-core": "^11.1.3"
2121
},
2222
"devDependencies": {
2323
"@types/react": "^16.9.35",
2424
"react": "^16.12.0",
25-
"react-dnd-test-backend": "^11.1.1",
25+
"react-dnd-test-backend": "^11.1.3",
2626
"react-dom": "^16.12.0"
2727
}
2828
}

‎packages/core/react-dnd/package.json

Copy file name to clipboardExpand all lines: packages/core/react-dnd/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dnd",
3-
"version": "11.1.1",
3+
"version": "11.1.3",
44
"description": "Drag and Drop for React",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@react-dnd/shallowequal": "^2.0.0",
2121
"@types/hoist-non-react-statics": "^3.3.1",
22-
"dnd-core": "^11.1.1",
22+
"dnd-core": "^11.1.3",
2323
"hoist-non-react-statics": "^3.3.0"
2424
},
2525
"devDependencies": {

‎packages/core/touch-backend/package.json

Copy file name to clipboardExpand all lines: packages/core/touch-backend/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dnd-touch-backend",
3-
"version": "11.1.2",
3+
"version": "11.1.3",
44
"description": "Touch backend for react-dnd",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
@@ -19,6 +19,6 @@
1919
},
2020
"dependencies": {
2121
"@react-dnd/invariant": "^2.0.0",
22-
"dnd-core": "^11.1.1"
22+
"dnd-core": "^11.1.3"
2323
}
2424
}

‎packages/documentation/cra-test/package.json

Copy file name to clipboardExpand all lines: packages/documentation/cra-test/package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "react-dnd-cra-test",
3-
"version": "11.1.1",
3+
"version": "11.1.3",
44
"private": true,
55
"dependencies": {
66
"react": "^16.12.0",
7-
"react-dnd": "^11.1.1",
8-
"react-dnd-examples-hooks": "^11.1.1",
9-
"react-dnd-html5-backend": "^11.1.1",
7+
"react-dnd": "^11.1.3",
8+
"react-dnd-examples-hooks": "^11.1.3",
9+
"react-dnd-html5-backend": "^11.1.3",
1010
"react-dom": "^16.12.0",
1111
"react-scripts": "^3.2.0"
1212
},

‎packages/documentation/docsite/package.json

Copy file name to clipboardExpand all lines: packages/documentation/docsite/package.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-dnd-documentation",
33
"description": "React DnD Docsite",
4-
"version": "11.1.2",
4+
"version": "11.1.3",
55
"private": true,
66
"license": "MIT",
77
"dependencies": {
@@ -32,12 +32,12 @@
3232
"prismjs": "^1.17.1",
3333
"query-string": "^6.8.3",
3434
"react": "^16.12.0",
35-
"react-dnd": "^11.1.1",
36-
"react-dnd-examples-decorators": "^11.1.1",
37-
"react-dnd-examples-hooks": "^11.1.1",
38-
"react-dnd-html5-backend": "^11.1.1",
39-
"react-dnd-test-backend": "^11.1.1",
40-
"react-dnd-touch-backend": "^11.1.2",
35+
"react-dnd": "^11.1.3",
36+
"react-dnd-examples-decorators": "^11.1.3",
37+
"react-dnd-examples-hooks": "^11.1.3",
38+
"react-dnd-html5-backend": "^11.1.3",
39+
"react-dnd-test-backend": "^11.1.3",
40+
"react-dnd-touch-backend": "^11.1.3",
4141
"react-dom": "^16.12.0",
4242
"react-helmet": "^6.0.0",
4343
"react-tabs": "^3.0.0",

‎packages/documentation/examples-decorators/package.json

Copy file name to clipboardExpand all lines: packages/documentation/examples-decorators/package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dnd-examples-decorators",
3-
"version": "11.1.1",
3+
"version": "11.1.3",
44
"private": true,
55
"description": "Drag and Drop for React",
66
"main": "dist/cjs/index.js",
@@ -22,19 +22,19 @@
2222
"dependencies": {
2323
"@types/faker": "^4.1.7",
2424
"@types/lodash": "^4.14.146",
25-
"dnd-core": "^11.1.1",
25+
"dnd-core": "^11.1.3",
2626
"faker": "^4.1.0",
2727
"immutability-helper": "^3.0.0",
28-
"react-dnd": "^11.1.1",
29-
"react-dnd-html5-backend": "^11.1.1",
28+
"react-dnd": "^11.1.3",
29+
"react-dnd-html5-backend": "^11.1.3",
3030
"react-frame-component": "^4.1.1"
3131
},
3232
"devDependencies": {
3333
"@types/react": "^16.9.35",
3434
"@types/react-dom": "^16.9.8",
3535
"npm-run-all": "^4.1.5",
3636
"react": "^16.12.0",
37-
"react-dnd-test-utils": "^11.1.1",
37+
"react-dnd-test-utils": "^11.1.3",
3838
"react-dom": "^16.12.0"
3939
},
4040
"peerDependencies": {

‎packages/documentation/examples-hooks/package.json

Copy file name to clipboardExpand all lines: packages/documentation/examples-hooks/package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dnd-examples-hooks",
3-
"version": "11.1.1",
3+
"version": "11.1.3",
44
"private": true,
55
"description": "Drag and Drop for React",
66
"main": "dist/cjs/index.js",
@@ -22,19 +22,19 @@
2222
"dependencies": {
2323
"@types/faker": "^4.1.7",
2424
"@types/lodash": "^4.14.146",
25-
"dnd-core": "^11.1.1",
25+
"dnd-core": "^11.1.3",
2626
"faker": "^4.1.0",
2727
"immutability-helper": "^3.0.0",
28-
"react-dnd": "^11.1.1",
29-
"react-dnd-html5-backend": "^11.1.1",
28+
"react-dnd": "^11.1.3",
29+
"react-dnd-html5-backend": "^11.1.3",
3030
"react-frame-component": "^4.1.1"
3131
},
3232
"devDependencies": {
3333
"@types/react": "^16.9.35",
3434
"@types/react-dom": "^16.9.8",
3535
"npm-run-all": "^4.1.5",
3636
"react": "^16.12.0",
37-
"react-dnd-test-utils": "^11.1.1",
37+
"react-dnd-test-utils": "^11.1.3",
3838
"react-dom": "^16.12.0"
3939
},
4040
"peerDependencies": {

‎packages/testing/test-backend/package.json

Copy file name to clipboardExpand all lines: packages/testing/test-backend/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dnd-test-backend",
3-
"version": "11.1.1",
3+
"version": "11.1.3",
44
"description": "A mock backend for testing React DnD apps",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
@@ -17,6 +17,6 @@
1717
"start": "../../../scripts/watch_package.sh"
1818
},
1919
"dependencies": {
20-
"dnd-core": "^11.1.1"
20+
"dnd-core": "^11.1.3"
2121
}
2222
}

‎packages/testing/test-utils/package.json

Copy file name to clipboardExpand all lines: packages/testing/test-utils/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dnd-test-utils",
3-
"version": "11.1.1",
3+
"version": "11.1.3",
44
"license": "MIT",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
@@ -15,8 +15,8 @@
1515
"@types/react": "^16.9.35",
1616
"@types/react-dom": "^16.9.8",
1717
"react": "^16.12.0",
18-
"react-dnd": "^11.1.1",
19-
"react-dnd-test-backend": "^11.1.1",
18+
"react-dnd": "^11.1.3",
19+
"react-dnd-test-backend": "^11.1.3",
2020
"react-dom": "^16.12.0"
2121
},
2222
"peerDependencies": {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.