Socket
Socket
Sign inDemoInstall

dnd-core

Package Overview
Dependencies
5
Maintainers
3
Versions
93
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dnd-core

Drag and drop sans the GUI


Version published
Weekly downloads
2.1M
decreased by-2.31%
Maintainers
3
Install size
698 kB
Created
Weekly downloads
 

Package description

What is dnd-core?

The dnd-core package is a low-level drag and drop engine that powers complex drag and drop interfaces. It provides the core functionality needed to enable drag and drop interactions within web applications. This package is often used as a foundation for building more complex drag and drop libraries and provides developers with the tools to create custom drag and drop experiences.

What are dnd-core's main functionalities?

Drag Source and Drop Target

This feature allows you to define drag sources and drop targets within your application. You can register these elements with the drag and drop manager, enabling you to create interactive drag and drop interfaces.

import { DragDropManager, BackendFactory } from 'dnd-core';
const backend = BackendFactory; // Use an appropriate backend for your environment
const manager = new DragDropManager(backend);
// Register drag sources and drop targets with the manager

Custom Drag Layer

This feature enables the creation of a custom drag layer. You can use the drag layer monitor to track the state of the drag operation and render a custom drag preview or layer based on the item being dragged, its type, and its current position.

import { DragLayerMonitor, XYCoord } from 'dnd-core';
function CustomDragLayer(monitor: DragLayerMonitor) {
  const item = monitor.getItem();
  const itemType = monitor.getItemType();
  const initialOffset = monitor.getInitialSourceClientOffset();
  const currentOffset = monitor.getSourceClientOffset();
  const isDragging = monitor.isDragging();
  // Render custom drag layer based on the current state
}

Monitor Drag State

This feature allows you to monitor the state of drag operations. You can use the drag drop monitor to check if an item is currently being dragged, what type of item it is, and perform actions based on this information, enabling dynamic responses to drag and drop interactions.

import { DragDropMonitor } from 'dnd-core';
function handleDragUpdate(monitor: DragDropMonitor) {
  const isDragging = monitor.isDragging();
  const itemType = monitor.getItemType();
  // Perform actions based on the current drag state
}

Other packages similar to dnd-core

Changelog

Source

<small>11.1.1 (2020-05-26)</small>

  • Add a profile() function to Backend interface (#2476) (512bf2b), closes #2476
  • Dependency Updates & Build Fixes (#2399) (72127b1), closes #2399
  • Fix grammatical typo in DndProvider doc page (#2217) (84d89a5), closes #2217
  • Fix import in TouchBackend documentation (#1729) (6e79650), closes #1729
  • Fix memory leak in drag preview, un-subscriber not called (#2423) (2ad2747), closes #2423
  • Fix name mismatch in DndProvider example (#1947) (048b07f), closes #1947 /github.com/react-dnd/react-dnd/pull/1683/files#diff-5ce06c996535249b437e40d20021c66aR16
  • Fix Node 8 Build (#1831) (4392d78), closes #1831
  • fix tab indents and remove redundant comma (#2387) (ab42c4d), closes #2387
  • Fix typo on tutorial (#2224) (f1ecb8c), closes #2224
  • Fixes cancel not reverting to original index (#1693) (3456675), closes #1693
  • make handleTopDragStart public for extension (#2280) (d83f250), closes #2280
  • Move Dependabot workflow to CI (#1849) (a291334), closes #1849
  • Release Prep Cleanup (#2478) (4e57a34), closes #2478
  • Release/v11 1 0 (#2492) (8ae8813), closes #2492
  • TouchBackend - impossible to drop item (#2499) (4c0e847), closes #2499
  • Update actions-gh-pages (#1871) (2410a38), closes #1871
  • Update node-ci.yml (2466f12)
  • Update node-ci.yml (aeb85c8)
  • Update node-ci.yml (43413b8)
  • Update Regression Examples in Documentation (#2477) (5c4a0e5), closes #2477
  • Update test-utils peerDependencies (#1576) (2059c83), closes #1576
  • Update utils.tsx (#2486) (33ccb77), closes #2486
  • Update utils.tsx (#2488) (c452af2), closes #2488
  • v11.0.0 Release (#2481) (e6f588a), closes #2481
  • v11.1.1 (e036601)
  • Wrong type in end function (#1983) (b80b683), closes #1983
  • build: add formatting check to lint stage (#2464) (9db96b4), closes #2464
  • build: move automerge if-statement to automerge step (#2489) (68a1879), closes #2489
  • build: update dependabot if statement (#2490) (af84889), closes #2490
  • build: update node support spec to 10.x (#1850) (0b06951), closes #1850
  • build(deps-dev): bump @babel/cli from 7.7.5 to 7.7.7 (05c0f12)
  • build(deps-dev): bump @babel/cli from 7.7.7 to 7.8.0 (dd46f57)
  • build(deps-dev): bump @babel/cli from 7.8.0 to 7.8.3 (ae98025)
  • build(deps-dev): bump @babel/cli from 7.8.3 to 7.8.4 (dfeb25b)
  • build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 (2fcbc02)
  • build(deps-dev): bump @babel/core from 7.7.7 to 7.8.0 (a89f7ab)
  • build(deps-dev): bump @babel/core from 7.8.0 to 7.8.3 (d675d25)
  • build(deps-dev): bump @babel/core from 7.8.3 to 7.8.4 (3dc78a5)
  • build(deps-dev): bump @babel/core from 7.8.4 to 7.8.6 (0d51e4f)
  • build(deps-dev): bump @babel/core from 7.8.6 to 7.8.7 (74668bc)
  • build(deps-dev): bump @babel/core from 7.8.7 to 7.9.0 (4613ea5)
  • build(deps-dev): bump @babel/core from 7.9.0 to 7.9.6 (9936fad)
  • build(deps-dev): bump @babel/plugin-proposal-class-properties from 7.7.4 to 7.8.0 (835feef)
  • build(deps-dev): bump @babel/plugin-proposal-class-properties from 7.8.0 to 7.8.3 (8c262b4)
  • build(deps-dev): bump @babel/plugin-proposal-object-rest-spread (3039a97)
  • build(deps-dev): bump @babel/plugin-proposal-object-rest-spread (d989747)
  • build(deps-dev): bump @babel/plugin-proposal-object-rest-spread from 7.7.4 to 7.7.7 (14594e2)
  • build(deps-dev): bump @babel/plugin-proposal-object-rest-spread from 7.7.7 to 7.8.0 (dc5b2cd)
  • build(deps-dev): bump @babel/preset-env from 7.7.5 to 7.7.6 (35fc9c6)
  • build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 (75fd81c)
  • build(deps-dev): bump @babel/preset-env from 7.7.7 to 7.8.2 (0ef8a38)
  • build(deps-dev): bump @babel/preset-env from 7.8.2 to 7.8.3 (c8727ba)
  • build(deps-dev): bump @babel/preset-env from 7.8.3 to 7.8.4 (d1840d3)
  • build(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6 (7f54866)
  • build(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7 (3a44bfc)
  • build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0 (f151767)
  • build(deps-dev): bump @babel/preset-env from 7.9.0 to 7.9.5 (881d000)
  • build(deps-dev): bump @babel/preset-env from 7.9.5 to 7.9.6 (28f06a0)
  • build(deps-dev): bump @commitlint/cli from 8.2.0 to 8.3.3 (2cf0ae4)
  • build(deps-dev): bump @commitlint/cli from 8.3.3 to 8.3.4 (7ba7c77)
  • build(deps-dev): bump @commitlint/cli from 8.3.4 to 8.3.5 (2419ce5)
  • build(deps-dev): bump @commitlint/config-conventional from 8.2.0 to 8.3.3 (be287eb)
  • build(deps-dev): bump @commitlint/config-conventional from 8.3.3 to 8.3.4 (1e981f1)
  • build(deps-dev): bump @rollup/plugin-replace from 2.3.0 to 2.3.1 (e0cad3f)
  • build(deps-dev): bump @rollup/plugin-replace from 2.3.1 to 2.3.2 (b2118e6)
  • build(deps-dev): bump @types/enzyme from 3.10.4 to 3.10.5 (bbf4c96)
  • build(deps-dev): bump @types/jest from 24.0.23 to 24.0.24 (ba19e43)
  • build(deps-dev): bump @types/jest from 24.0.24 to 24.0.25 (c624812)
  • build(deps-dev): bump @types/jest from 24.0.25 to 24.9.0 (e1f5e67)
  • build(deps-dev): bump @types/jest from 24.9.0 to 24.9.1 (7c99a9d)
  • build(deps-dev): bump @types/jest from 24.9.1 to 25.1.0 (38f8e9d)
  • build(deps-dev): bump @types/jest from 25.1.0 to 25.1.1 (abdf4a8)
  • build(deps-dev): bump @types/jest from 25.1.1 to 25.1.2 (73eb336)
  • build(deps-dev): bump @types/jest from 25.1.2 to 25.1.3 (05e191c)
  • build(deps-dev): bump @types/jest from 25.1.3 to 25.1.4 (3bb7f44)
  • build(deps-dev): bump @types/jest from 25.1.4 to 25.1.5 (de5fa4a)
  • build(deps-dev): bump @types/jest from 25.1.5 to 25.2.1 (5d28173)
  • build(deps-dev): bump @types/jest from 25.2.1 to 25.2.2 (578ac1e)
  • build(deps-dev): bump @types/jest from 25.2.2 to 25.2.3 (8705bb8)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin (902e926)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin (fa8d8cd)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin (89e0226)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin (ad4d7d5)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin (463def5)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin (c545f78)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin (2176483)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin (f61f4ae)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin (64ba674)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin (ca15512)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin (c31b33e)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin (49be863)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin (0583f8c)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 2.10.0 to 2.11.0 (dbfbdff)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 2.11.0 to 2.12.0 (f713041)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 2.12.0 to 2.13.0 (df3c189)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 2.13.0 to 2.14.0 (88c64c6)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 2.14.0 to 2.15.0 (63fe529)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 2.15.0 to 2.16.0 (2cc330f)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 2.19.0 to 2.19.2 (ae6c85c)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 2.19.2 to 2.20.0 (aa450b8)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 2.23.0 to 2.24.0 (9fac7ad)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 2.28.0 to 2.29.0 (8779bc7)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 2.30.0 to 2.31.0 (fe245ce)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 2.31.0 to 2.32.0 (1b5a6c0)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 2.33.0 to 2.34.0 (49e5cd7)
  • build(deps-dev): bump @typescript-eslint/parser from 2.10.0 to 2.11.0 (6bd4333)
  • build(deps-dev): bump @typescript-eslint/parser from 2.11.0 to 2.12.0 (f3b4298)
  • build(deps-dev): bump @typescript-eslint/parser from 2.12.0 to 2.13.0 (54bbfaf)
  • build(deps-dev): bump @typescript-eslint/parser from 2.13.0 to 2.14.0 (85a234e)
  • build(deps-dev): bump @typescript-eslint/parser from 2.14.0 to 2.15.0 (44d13c5)
  • build(deps-dev): bump @typescript-eslint/parser from 2.15.0 to 2.16.0 (05173d8)
  • build(deps-dev): bump @typescript-eslint/parser from 2.16.0 to 2.17.0 (36c17b0)
  • build(deps-dev): bump @typescript-eslint/parser from 2.17.0 to 2.18.0 (4fcd21c)
  • build(deps-dev): bump @typescript-eslint/parser from 2.18.0 to 2.19.0 (319565a)
  • build(deps-dev): bump @typescript-eslint/parser from 2.19.0 to 2.19.2 (be5e291)
  • build(deps-dev): bump @typescript-eslint/parser from 2.19.2 to 2.20.0 (8ddd674)
  • build(deps-dev): bump @typescript-eslint/parser from 2.20.0 to 2.21.0 (fbda7ff)
  • build(deps-dev): bump @typescript-eslint/parser from 2.21.0 to 2.22.0 (5f348e8)
  • build(deps-dev): bump @typescript-eslint/parser from 2.22.0 to 2.23.0 (7b8c512)
  • build(deps-dev): bump @typescript-eslint/parser from 2.23.0 to 2.24.0 (844b46f)
  • build(deps-dev): bump @typescript-eslint/parser from 2.24.0 to 2.25.0 (ca435e3)
  • build(deps-dev): bump @typescript-eslint/parser from 2.25.0 to 2.26.0 (57a6765)
  • build(deps-dev): bump @typescript-eslint/parser from 2.26.0 to 2.27.0 (0f4a7ba)
  • build(deps-dev): bump @typescript-eslint/parser from 2.27.0 to 2.28.0 (9480cad)
  • build(deps-dev): bump @typescript-eslint/parser from 2.28.0 to 2.29.0 (37aea86)
  • build(deps-dev): bump @typescript-eslint/parser from 2.29.0 to 2.30.0 (f251f6c)
  • build(deps-dev): bump @typescript-eslint/parser from 2.30.0 to 2.31.0 (d9571b4)
  • build(deps-dev): bump @typescript-eslint/parser from 2.31.0 to 2.32.0 (1b24815)
  • build(deps-dev): bump @typescript-eslint/parser from 2.32.0 to 2.33.0 (adf61f3)
  • build(deps-dev): bump @typescript-eslint/parser from 2.33.0 to 2.34.0 (4e4b3db)
  • build(deps-dev): bump @typescript-eslint/parser from 3.0.0 to 3.0.1 (8b00657)
  • build(deps-dev): bump alex from 8.1.0 to 8.1.1 (570bcbb)
  • build(deps-dev): bump conventional-changelog-cli from 2.0.28 to 2.0.31 (7acda71)
  • build(deps-dev): bump conventional-changelog-cli from 2.0.31 to 2.0.34 (e3de739)
  • build(deps-dev): bump enzyme from 3.10.0 to 3.11.0 (153aaf6)
  • build(deps-dev): bump enzyme-adapter-react-16 from 1.15.1 to 1.15.2 (a185819)
  • build(deps-dev): bump eslint from 6.7.2 to 6.8.0 (bf5dfb6)
  • build(deps-dev): bump eslint-config-prettier from 6.10.0 to 6.10.1 (2691573)
  • build(deps-dev): bump eslint-config-prettier from 6.10.1 to 6.11.0 (631b81f)
  • build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.8.0 (2b1a59d)
  • build(deps-dev): bump eslint-config-prettier from 6.8.0 to 6.9.0 (6eb2093)
  • build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 (b3feb54)
  • build(deps-dev): bump eslint-config-react-app from 5.1.0 to 5.2.0 (a86aa91)
  • build(deps-dev): bump eslint-config-react-app from 5.2.0 to 5.2.1 (6147ddb)
  • build(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2 (3ee388c)
  • build(deps-dev): bump eslint-plugin-prettier from 3.1.2 to 3.1.3 (a668439)
  • build(deps-dev): bump eslint-plugin-react from 7.17.0 to 7.18.0 (ddf64aa)
  • build(deps-dev): bump eslint-plugin-react from 7.18.0 to 7.18.3 (81ab218)
  • build(deps-dev): bump eslint-plugin-react from 7.18.3 to 7.19.0 (da541bf)
  • build(deps-dev): bump eslint-plugin-react-hooks from 2.3.0 to 2.4.0 (642d4ef)
  • build(deps-dev): bump eslint-plugin-react-hooks from 2.4.0 to 2.5.0 (f287b78)
  • build(deps-dev): bump eslint-plugin-react-hooks from 2.5.0 to 2.5.1 (b02c534)
  • build(deps-dev): bump husky from 3.1.0 to 4.0.0 (cddeb48)
  • build(deps-dev): bump husky from 3.1.0 to 4.0.10 (6ed5715)
  • build(deps-dev): bump husky from 3.1.0 to 4.0.9 (ac31881)
  • build(deps-dev): bump husky from 4.0.0 to 4.0.1 (ce22b50)
  • build(deps-dev): bump husky from 4.0.1 to 4.0.3 (ae73b20)
  • build(deps-dev): bump husky from 4.0.10 to 4.2.0 (ef35c88)
  • build(deps-dev): bump husky from 4.0.3 to 4.0.6 (41ce33b)
  • build(deps-dev): bump husky from 4.0.6 to 4.0.7 (2e70544)
  • build(deps-dev): bump husky from 4.0.9 to 4.0.10 (ed124f3)
  • build(deps-dev): bump husky from 4.2.0 to 4.2.1 (69bc087)
  • build(deps-dev): bump husky from 4.2.1 to 4.2.2 (228ad7c)
  • build(deps-dev): bump husky from 4.2.2 to 4.2.3 (2678ea8)
  • build(deps-dev): bump husky from 4.2.3 to 4.2.5 (57ed7ae)
  • build(deps-dev): bump inquirer from 7.0.0 to 7.0.1 (0246454)
  • build(deps-dev): bump inquirer from 7.0.1 to 7.0.2 (4e306f7)
  • build(deps-dev): bump inquirer from 7.0.2 to 7.0.3 (ce813ec)
  • build(deps-dev): bump inquirer from 7.0.3 to 7.0.4 (4e83089)
  • build(deps-dev): bump inquirer from 7.0.4 to 7.0.5 (9b8162b)
  • build(deps-dev): bump inquirer from 7.0.5 to 7.0.6 (1bbda5d)
  • build(deps-dev): bump inquirer from 7.0.6 to 7.1.0 (0eb6187)
  • build(deps-dev): bump jest and ts-jest (3a56459)
  • build(deps-dev): bump jest from 25.1.0 to 25.2.1 (25412aa)
  • build(deps-dev): bump jest from 25.2.1 to 25.2.4 (c6b80e6)
  • build(deps-dev): bump jest from 25.2.4 to 25.2.7 (fe0ccc1)
  • build(deps-dev): bump jest from 25.2.7 to 25.3.0 (6aaf7c1)
  • build(deps-dev): bump jest from 25.3.0 to 25.4.0 (8402e55)
  • build(deps-dev): bump jest from 25.4.0 to 25.5.0 (3f7c9ab)
  • build(deps-dev): bump jest from 25.5.0 to 25.5.2 (b7aeb5a)
  • build(deps-dev): bump jest from 25.5.2 to 25.5.3 (e1b39ca)
  • build(deps-dev): bump jest from 25.5.3 to 25.5.4 (6a5663e)
  • build(deps-dev): bump jest-environment-jsdom from 24.9.0 to 25.1.0 (8d57ec1)
  • build(deps-dev): bump jest-environment-jsdom from 25.1.0 to 25.2.1 (903fc4f)
  • build(deps-dev): bump jest-environment-jsdom from 25.2.1 to 25.2.3 (091c06e)
  • build(deps-dev): bump jest-environment-jsdom from 25.2.3 to 25.2.4 (198e765)
  • build(deps-dev): bump jest-environment-jsdom from 25.2.4 to 25.2.6 (3501fb2)
  • build(deps-dev): bump jest-environment-jsdom from 25.2.6 to 25.3.0 (5890f28)
  • build(deps-dev): bump jest-environment-jsdom from 25.3.0 to 25.4.0 (e5e2052)
  • build(deps-dev): bump jest-environment-jsdom from 25.4.0 to 25.5.0 (3556f59)
  • build(deps-dev): bump jest-environment-jsdom from 25.5.0 to 26.0.0 (9a61697)
  • build(deps-dev): bump jest-environment-jsdom from 26.0.0 to 26.0.1 (03295b8)
  • build(deps-dev): bump lerna from 3.19.0 to 3.20.1 (c5b6856)
  • build(deps-dev): bump lerna from 3.20.1 to 3.20.2 (cfd8e14)
  • build(deps-dev): bump lerna from 3.20.2 to 3.21.0 (cad9433)
  • build(deps-dev): bump lerna from 3.21.0 to 3.22.0 (d8a84ac)
  • build(deps-dev): bump lint-staged from 10.0.0 to 10.0.1 (b096fa6)
  • build(deps-dev): bump lint-staged from 10.0.1 to 10.0.2 (607a6f7)
  • build(deps-dev): bump lint-staged from 10.0.10 to 10.1.0 (709f387)
  • build(deps-dev): bump lint-staged from 10.0.2 to 10.0.3 (7c7a0fc)
  • build(deps-dev): bump lint-staged from 10.0.3 to 10.0.4 (e8d728c)
  • build(deps-dev): bump lint-staged from 10.0.4 to 10.0.5 (3b1985c)
  • build(deps-dev): bump lint-staged from 10.0.5 to 10.0.7 (048ff6f)
  • build(deps-dev): bump lint-staged from 10.0.7 to 10.0.8 (64d8a26)
  • build(deps-dev): bump lint-staged from 10.0.8 to 10.0.9 (1e799e5)
  • build(deps-dev): bump lint-staged from 10.0.9 to 10.0.10 (8a1230a)
  • build(deps-dev): bump lint-staged from 10.1.0 to 10.1.1 (b0e6464)
  • build(deps-dev): bump lint-staged from 10.1.1 to 10.1.2 (e6872f9)
  • build(deps-dev): bump lint-staged from 10.1.2 to 10.1.3 (5ecc9b9)
  • build(deps-dev): bump lint-staged from 10.1.3 to 10.1.6 (61bee17)
  • build(deps-dev): bump lint-staged from 10.1.6 to 10.1.7 (e561a28)
  • build(deps-dev): bump lint-staged from 10.1.7 to 10.2.0 (c89df89)
  • build(deps-dev): bump lint-staged from 10.2.0 to 10.2.2 (6614b28)
  • build(deps-dev): bump lint-staged from 10.2.2 to 10.2.4 (eb8c38a)
  • build(deps-dev): bump lint-staged from 10.2.4 to 10.2.6 (bd7e713)
  • build(deps-dev): bump lint-staged from 9.5.0 to 10.0.0 (61b8326)
  • build(deps-dev): bump prettier from 1.19.1 to 2.0.1 (a24a5be)
  • build(deps-dev): bump prettier from 2.0.1 to 2.0.2 (2edd55d)
  • build(deps-dev): bump prettier from 2.0.2 to 2.0.3 (fa168fc)
  • build(deps-dev): bump prettier from 2.0.3 to 2.0.4 (0a43e11)
  • build(deps-dev): bump prettier from 2.0.4 to 2.0.5 (2604211)
  • build(deps-dev): bump replace-in-file from 4.2.0 to 5.0.2 (426fdcc)
  • build(deps-dev): bump replace-in-file from 5.0.2 to 6.0.0 (2b6c77d)
  • build(deps-dev): bump rollup from 1.27.10 to 1.27.11 (672d771)
  • build(deps-dev): bump rollup from 1.27.11 to 1.27.12 (dbda234)
  • build(deps-dev): bump rollup from 1.27.12 to 1.27.13 (827f932)
  • build(deps-dev): bump rollup from 1.27.13 to 1.27.14 (bf29545)
  • build(deps-dev): bump rollup from 1.27.14 to 1.28.0 (9b2cc47)
  • build(deps-dev): bump rollup from 1.27.8 to 1.27.9 (4f045a2)
  • build(deps-dev): bump rollup from 1.27.9 to 1.27.10 (9260460)
  • build(deps-dev): bump rollup from 1.28.0 to 1.29.0 (2bb1693)
  • build(deps-dev): bump rollup from 1.29.0 to 1.29.1 (6628c5b)
  • build(deps-dev): bump rollup from 1.29.1 to 1.30.0 (c41c3c6)
  • build(deps-dev): bump rollup from 1.30.0 to 1.30.1 (371e606)
  • build(deps-dev): bump rollup from 1.30.1 to 1.31.0 (569ee28)
  • build(deps-dev): bump rollup from 1.31.0 to 1.31.1 (4105ca0)
  • build(deps-dev): bump rollup from 1.31.1 to 1.32.0 (c77d800)
  • build(deps-dev): bump rollup from 1.32.0 to 1.32.1 (9673a95)
  • build(deps-dev): bump rollup from 1.32.1 to 2.6.1 (ca198ab)
  • build(deps-dev): bump rollup from 2.10.0 to 2.10.2 (11add33)
  • build(deps-dev): bump rollup from 2.10.2 to 2.10.4 (be0f95a)
  • build(deps-dev): bump rollup from 2.10.4 to 2.10.5 (15ede3b)
  • build(deps-dev): bump rollup from 2.10.5 to 2.10.9 (9a2353d)
  • build(deps-dev): bump rollup from 2.6.1 to 2.7.1 (bcce37a)
  • build(deps-dev): bump rollup from 2.7.1 to 2.7.2 (0e0cf9f)
  • build(deps-dev): bump rollup from 2.7.2 to 2.7.3 (436e234)
  • build(deps-dev): bump rollup from 2.7.3 to 2.7.5 (0295fa6)
  • build(deps-dev): bump rollup from 2.7.5 to 2.7.6 (73238cf)
  • build(deps-dev): bump rollup from 2.7.6 to 2.8.0 (e6073d7)
  • build(deps-dev): bump rollup from 2.8.0 to 2.8.2 (8730d75)
  • build(deps-dev): bump rollup from 2.8.2 to 2.9.1 (7598af9)
  • build(deps-dev): bump rollup from 2.9.1 to 2.10.0 (6b306a8)
  • build(deps-dev): bump rollup-plugin-terser from 5.1.2 to 5.1.3 (f4e8963)
  • build(deps-dev): bump rollup-plugin-terser from 5.1.3 to 5.2.0 (66a375e)
  • build(deps-dev): bump rollup-plugin-terser from 5.2.0 to 5.3.0 (05a97ef)
  • build(deps-dev): bump rollup-plugin-terser from 5.3.0 to 6.1.0 (b9d228a)
  • build(deps-dev): bump ts-jest from 24.2.0 to 24.3.0 (4bb26e1)
  • build(deps-dev): bump ts-jest from 25.0.0 to 25.1.0 (1163f9c)
  • build(deps-dev): bump ts-jest from 25.1.0 to 25.2.0 (a87062d)
  • build(deps-dev): bump ts-jest from 25.2.0 to 25.2.1 (0dc9867)
  • build(deps-dev): bump ts-jest from 25.2.1 to 25.3.0 (30fb2d6)
  • build(deps-dev): bump ts-jest from 25.3.0 to 25.3.1 (4c82914)
  • build(deps-dev): bump ts-jest from 25.3.1 to 25.4.0 (524f593)
  • build(deps-dev): bump ts-jest from 25.4.0 to 25.5.0 (5655341)
  • build(deps-dev): bump ts-jest from 25.5.0 to 25.5.1 (9e07b77)
  • build(deps-dev): bump typescript from 3.7.3 to 3.7.4 (322edbf)
  • build(deps-dev): bump typescript from 3.7.4 to 3.7.5 (ebc0467)
  • build(deps-dev): bump typescript from 3.7.5 to 3.8.2 (2a3e2db)
  • build(deps-dev): bump typescript from 3.8.2 to 3.8.3 (0e93adc)
  • build(deps-dev): bump typescript from 3.8.3 to 3.9.2 (e7f6930)
  • build(deps-dev): bump typescript from 3.9.2 to 3.9.3 (1ef9a35)
  • build(deps): [security] bump acorn from 5.7.3 to 5.7.4 (ce1d6ce)
  • build(deps): [security] bump handlebars from 4.5.3 to 4.7.6 (66e512b)
  • build(deps): bump @types/faker from 4.1.10 to 4.1.11 (5d95b7b)
  • build(deps): bump @types/faker from 4.1.11 to 4.1.12 (55fe836)
  • build(deps): bump @types/faker from 4.1.8 to 4.1.9 (c265045)
  • build(deps): bump @types/faker from 4.1.9 to 4.1.10 (1ac64d4)
  • build(deps): bump @types/lodash from 4.14.149 to 4.14.150 (f67bb40)
  • build(deps): bump @types/lodash from 4.14.150 to 4.14.151 (6b32a7e)
  • build(deps): bump @types/lodash from 4.14.151 to 4.14.152 (d7da8a5)
  • build(deps): bump @types/react from 16.9.15 to 16.9.16 (6aa410d)
  • build(deps): bump @types/react from 16.9.16 to 16.9.17 (42c7d13)
  • build(deps): bump @types/react from 16.9.17 to 16.9.18 (eceabb9)
  • build(deps): bump @types/react from 16.9.18 to 16.9.19 (538715d)
  • build(deps): bump @types/react from 16.9.19 to 16.9.20 (7a466bc)
  • build(deps): bump @types/react from 16.9.20 to 16.9.21 (37d4759)
  • build(deps): bump @types/react from 16.9.21 to 16.9.22 (279a6e1)
  • build(deps): bump @types/react from 16.9.22 to 16.9.23 (4300223)
  • build(deps): bump @types/react from 16.9.23 to 16.9.25 (b1432fe)
  • build(deps): bump @types/react from 16.9.25 to 16.9.26 (b2f1f36)
  • build(deps): bump @types/react from 16.9.26 to 16.9.27 (6e0c215)
  • build(deps): bump @types/react from 16.9.27 to 16.9.29 (ee7f378)
  • build(deps): bump @types/react from 16.9.29 to 16.9.31 (d140710)
  • build(deps): bump @types/react from 16.9.31 to 16.9.32 (84e6181)
  • build(deps): bump @types/react from 16.9.32 to 16.9.33 (e4a6922)
  • build(deps): bump @types/react from 16.9.33 to 16.9.34 (0c76c08)
  • build(deps): bump @types/react from 16.9.34 to 16.9.35 (ea8c28e)
  • build(deps): bump @types/react-dom from 16.9.4 to 16.9.5 (8f5b304)
  • build(deps): bump @types/react-dom from 16.9.5 to 16.9.6 (6213578)
  • build(deps): bump @types/react-dom from 16.9.6 to 16.9.7 (fc24320)
  • build(deps): bump @types/react-dom from 16.9.7 to 16.9.8 (bc0933c)
  • build(deps): bump @types/react-helmet from 5.0.14 to 5.0.15 (5f2eb03)
  • build(deps): bump @types/react-helmet from 5.0.15 to 6.0.0 (9680710)
  • build(deps): bump @types/rehype-react from 3.1.0 to 4.0.0 (0d78123)
  • build(deps): bump @types/styled-components from 4.4.0 to 4.4.1 (bc0b069)
  • build(deps): bump @types/styled-components from 4.4.1 to 4.4.2 (f03be0e)
  • build(deps): bump @types/styled-components from 4.4.2 to 4.4.3 (5f39028)
  • build(deps): bump @types/styled-components from 4.4.3 to 5.0.0 (fbda7fd)
  • build(deps): bump @types/styled-components from 5.0.0 to 5.0.1 (a797f35)
  • build(deps): bump @types/styled-components from 5.0.1 to 5.1.0 (540157e)
  • build(deps): bump gatsby from 2.18.10 to 2.18.11 (83195b9)
  • build(deps): bump gatsby from 2.18.11 to 2.18.12 (e26eae6)
  • build(deps): bump gatsby from 2.18.12 to 2.18.13 (f8cb43a)
  • build(deps): bump gatsby from 2.18.13 to 2.18.14 (5684359)
  • build(deps): bump gatsby from 2.18.14 to 2.18.15 (6ec066d)
  • build(deps): bump gatsby from 2.18.15 to 2.18.16 (58cf140)
  • build(deps): bump gatsby from 2.18.16 to 2.18.17 (8764187)
  • build(deps): bump gatsby from 2.18.17 to 2.18.18 (882e0a2)
  • build(deps): bump gatsby from 2.18.18 to 2.18.21 (8220b06)
  • build(deps): bump gatsby from 2.18.21 to 2.18.22 (cf2a357)
  • build(deps): bump gatsby from 2.18.22 to 2.18.23 (fc6f102)
  • build(deps): bump gatsby from 2.18.23 to 2.18.25 (cb05c11)
  • build(deps): bump gatsby from 2.18.25 to 2.19.0 (162ba69)
  • build(deps): bump gatsby from 2.18.25 to 2.19.0 (76fca6b)
  • build(deps): bump gatsby from 2.18.7 to 2.18.8 (059b07d)
  • build(deps): bump gatsby from 2.18.8 to 2.18.10 (3103772)
  • build(deps): bump gatsby from 2.19.0 to 2.19.1 (a833408)
  • build(deps): bump gatsby from 2.19.1 to 2.19.2 (a8ef989)
  • build(deps): bump gatsby from 2.19.10 to 2.19.12 (56fb98f)
  • build(deps): bump gatsby from 2.19.12 to 2.19.16 (08eae43)
  • build(deps): bump gatsby from 2.19.16 to 2.19.17 (bb35030)
  • build(deps): bump gatsby from 2.19.17 to 2.19.18 (2bc8e03)
  • build(deps): bump gatsby from 2.19.18 to 2.19.19 (4fd11a6)
  • build(deps): bump gatsby from 2.19.19 to 2.19.21 (d0095fd)
  • build(deps): bump gatsby from 2.19.2 to 2.19.3 (82c71a8)
  • build(deps): bump gatsby from 2.19.21 to 2.19.22 (7388ddc)
  • build(deps): bump gatsby from 2.19.22 to 2.19.24 (e01f11e)
  • build(deps): bump gatsby from 2.19.24 to 2.19.25 (ae44ead)
  • build(deps): bump gatsby from 2.19.25 to 2.19.28 (4c4f560)
  • build(deps): bump gatsby from 2.19.28 to 2.19.29 (44d1f20)
  • build(deps): bump gatsby from 2.19.29 to 2.19.32 (ef20fa1)
  • build(deps): bump gatsby from 2.19.3 to 2.19.5 (6981763)
  • build(deps): bump gatsby from 2.19.32 to 2.19.34 (c49fed7)
  • build(deps): bump gatsby from 2.19.34 to 2.19.37 (8a126cd)
  • build(deps): bump gatsby from 2.19.37 to 2.19.39 (02d8b2e)
  • build(deps): bump gatsby from 2.19.39 to 2.19.41 (560a3cd)
  • build(deps): bump gatsby from 2.19.41 to 2.19.43 (bed62ef)
  • build(deps): bump gatsby from 2.19.43 to 2.19.45 (eada1ce)
  • build(deps): bump gatsby from 2.19.45 to 2.19.49 (2320901)
  • build(deps): bump gatsby from 2.19.49 to 2.20.2 (1d70523)
  • build(deps): bump gatsby from 2.19.5 to 2.19.7 (ff93ce2)
  • build(deps): bump gatsby from 2.19.7 to 2.19.8 (0aacdb4)
  • build(deps): bump gatsby from 2.19.8 to 2.19.10 (fde1407)
  • build(deps): bump gatsby from 2.20.10 to 2.20.11 (3674de1)
  • build(deps): bump gatsby from 2.20.11 to 2.20.12 (827baee)
  • build(deps): bump gatsby from 2.20.12 to 2.20.13 (c650382)
  • build(deps): bump gatsby from 2.20.13 to 2.20.15 (3cd3f32)
  • build(deps): bump gatsby from 2.20.15 to 2.20.18 (88df5e6)
  • build(deps): bump gatsby from 2.20.18 to 2.20.19 (07935d4)
  • build(deps): bump gatsby from 2.20.19 to 2.20.21 (ab475ca)
  • build(deps): bump gatsby from 2.20.2 to 2.20.3 (b6407a7)
  • build(deps): bump gatsby from 2.20.21 to 2.20.22 (9d61eab)
  • build(deps): bump gatsby from 2.20.22 to 2.20.23 (872064b)
  • build(deps): bump gatsby from 2.20.23 to 2.20.26 (c4488cd)
  • build(deps): bump gatsby from 2.20.26 to 2.20.27 (81f166c)
  • build(deps): bump gatsby from 2.20.27 to 2.20.29 (4074649)
  • build(deps): bump gatsby from 2.20.29 to 2.21.0 (593e3d4)
  • build(deps): bump gatsby from 2.20.3 to 2.20.5 (9d362d7)
  • build(deps): bump gatsby from 2.20.5 to 2.20.7 (1b830b7)
  • build(deps): bump gatsby from 2.20.7 to 2.20.8 (bc2249a)
  • build(deps): bump gatsby from 2.20.8 to 2.20.9 (17462bd)
  • build(deps): bump gatsby from 2.20.9 to 2.20.10 (a838bbd)
  • build(deps): bump gatsby from 2.21.0 to 2.21.1 (447fe30)
  • build(deps): bump gatsby from 2.21.1 to 2.21.6 (e72156d)
  • build(deps): bump gatsby from 2.21.10 to 2.21.11 (6587b79)
  • build(deps): bump gatsby from 2.21.10 to 2.21.12 (61d32f0)
  • build(deps): bump gatsby from 2.21.12 to 2.21.13 (03879a0)
  • build(deps): bump gatsby from 2.21.13 to 2.21.16 (d9e0cad)
  • build(deps): bump gatsby from 2.21.16 to 2.21.19 (ee9c53d)
  • build(deps): bump gatsby from 2.21.19 to 2.21.21 (c9def9d)
  • build(deps): bump gatsby from 2.21.21 to 2.21.22 (325d0dd)
  • build(deps): bump gatsby from 2.21.22 to 2.21.25 (b7852e3)
  • build(deps): bump gatsby from 2.21.25 to 2.21.30 (b52d06d)
  • build(deps): bump gatsby from 2.21.30 to 2.21.31 (fd4ae4c)
  • build(deps): bump gatsby from 2.21.31 to 2.21.33 (f7e1079)
  • build(deps): bump gatsby from 2.21.33 to 2.21.39 (9f19d4b)
  • build(deps): bump gatsby from 2.21.39 to 2.22.3 (3896c88)
  • build(deps): bump gatsby from 2.21.6 to 2.21.7 (27fcc4b)
  • build(deps): bump gatsby from 2.21.7 to 2.21.10 (2c9046f)
  • build(deps): bump gatsby from 2.22.3 to 2.22.4 (efbd7d9)
  • build(deps): bump gatsby from 2.22.9 to 2.22.10 (55957e3)
  • build(deps): bump gatsby-image from 2.2.34 to 2.2.36 (8f8bb3a)
  • build(deps): bump gatsby-image from 2.2.36 to 2.2.37 (a83f354)
  • build(deps): bump gatsby-image from 2.2.37 to 2.2.38 (0215047)
  • build(deps): bump gatsby-image from 2.2.38 to 2.2.39 (c6ebd26)
  • build(deps): bump gatsby-image from 2.2.39 to 2.2.40 (47b1e01)
  • build(deps): bump gatsby-image from 2.2.40 to 2.2.41 (9f16c2c)
  • build(deps): bump gatsby-image from 2.2.41 to 2.2.42 (993ed6a)
  • build(deps): bump gatsby-image from 2.2.42 to 2.2.43 (219f3b6)
  • build(deps): bump gatsby-image from 2.2.43 to 2.2.44 (c710997)
  • build(deps): bump gatsby-image from 2.2.44 to 2.2.45 (27e5f0d)
  • build(deps): bump gatsby-image from 2.2.45 to 2.3.0 (751d24f)
  • build(deps): bump gatsby-image from 2.3.0 to 2.3.1 (b1139b5)
  • build(deps): bump gatsby-image from 2.3.1 to 2.3.2 (d42483a)
  • build(deps): bump gatsby-image from 2.3.2 to 2.3.3 (c21e658)
  • build(deps): bump gatsby-image from 2.3.3 to 2.3.4 (ad6244b)
  • build(deps): bump gatsby-image from 2.3.4 to 2.3.5 (a001e0b)
  • build(deps): bump gatsby-image from 2.3.5 to 2.4.0 (7afd9b3)
  • build(deps): bump gatsby-image from 2.4.0 to 2.4.1 (3164e2f)
  • build(deps): bump gatsby-image from 2.4.1 to 2.4.2 (34ee8e2)
  • build(deps): bump gatsby-image from 2.4.2 to 2.4.3 (71bb011)
  • build(deps): bump gatsby-image from 2.4.3 to 2.4.4 (164cf96)
  • build(deps): bump gatsby-image from 2.4.3 to 2.4.5 (8791734)
  • build(deps): bump gatsby-image from 2.4.4 to 2.4.5 (874d4d1)
  • build(deps): bump gatsby-plugin-manifest from 2.2.31 to 2.2.33 (2c62d17)
  • build(deps): bump gatsby-plugin-manifest from 2.2.33 to 2.2.34 (738fc19)
  • build(deps): bump gatsby-plugin-manifest from 2.2.34 to 2.2.37 (0533132)
  • build(deps): bump gatsby-plugin-manifest from 2.2.37 to 2.2.38 (a6e5bd7)
  • build(deps): bump gatsby-plugin-manifest from 2.2.38 to 2.2.39 (4a88897)
  • build(deps): bump gatsby-plugin-manifest from 2.2.39 to 2.2.40 (9263cb2)
  • build(deps): bump gatsby-plugin-manifest from 2.2.40 to 2.2.41 (e007060)
  • build(deps): bump gatsby-plugin-manifest from 2.2.41 to 2.2.42 (56a30c0)
  • build(deps): bump gatsby-plugin-manifest from 2.2.42 to 2.2.44 (5f8211a)
  • build(deps): bump gatsby-plugin-manifest from 2.2.44 to 2.2.45 (5e76a60)
  • build(deps): bump gatsby-plugin-manifest from 2.2.45 to 2.2.46 (235e13f)
  • build(deps): bump gatsby-plugin-manifest from 2.2.46 to 2.2.47 (bbcbd13)
  • build(deps): bump gatsby-plugin-manifest from 2.2.47 to 2.2.48 (756e62c)
  • build(deps): bump gatsby-plugin-manifest from 2.2.48 to 2.3.2 (3d5cf8b)
  • build(deps): bump gatsby-plugin-manifest from 2.3.2 to 2.3.3 (c6f16da)
  • build(deps): bump gatsby-plugin-manifest from 2.3.3 to 2.3.4 (fca6bd2)
  • build(deps): bump gatsby-plugin-manifest from 2.3.4 to 2.3.5 (39f0d3b)
  • build(deps): bump gatsby-plugin-manifest from 2.3.5 to 2.3.6 (36126e8)
  • build(deps): bump gatsby-plugin-manifest from 2.3.6 to 2.3.7 (1de2b7d)
  • build(deps): bump gatsby-plugin-manifest from 2.3.7 to 2.4.0 (c46a3a0)
  • build(deps): bump gatsby-plugin-manifest from 2.4.0 to 2.4.1 (c8032d7)
  • build(deps): bump gatsby-plugin-manifest from 2.4.1 to 2.4.2 (8662e26)
  • build(deps): bump gatsby-plugin-manifest from 2.4.2 to 2.4.3 (13ab871)
  • build(deps): bump gatsby-plugin-manifest from 2.4.2 to 2.4.9 (c8bf8b8)
  • build(deps): bump gatsby-plugin-manifest from 2.4.3 to 2.4.5 (a6576ce)
  • build(deps): bump gatsby-plugin-manifest from 2.4.5 to 2.4.8 (57fa343)
  • build(deps): bump gatsby-plugin-offline from 3.0.27 to 3.0.29 (73dbfd3)
  • build(deps): bump gatsby-plugin-offline from 3.0.29 to 3.0.30 (7603970)
  • build(deps): bump gatsby-plugin-offline from 3.0.30 to 3.0.31 (8c42102)
  • build(deps): bump gatsby-plugin-offline from 3.0.31 to 3.0.32 (4d17f55)
  • build(deps): bump gatsby-plugin-offline from 3.0.32 to 3.0.33 (0f318cc)
  • build(deps): bump gatsby-plugin-offline from 3.0.33 to 3.0.34 (712f0d2)
  • build(deps): bump gatsby-plugin-offline from 3.0.34 to 3.0.35 (3fb3188)
  • build(deps): bump gatsby-plugin-offline from 3.0.35 to 3.0.37 (62ae4e9)
  • build(deps): bump gatsby-plugin-offline from 3.0.37 to 3.0.38 (72c96cf)
  • build(deps): bump gatsby-plugin-offline from 3.0.38 to 3.0.39 (3dd7ec3)
  • build(deps): bump gatsby-plugin-offline from 3.0.39 to 3.0.40 (b5838ed)
  • build(deps): bump gatsby-plugin-offline from 3.0.40 to 3.0.41 (d2fe3a9)
  • build(deps): bump gatsby-plugin-offline from 3.0.41 to 3.0.42 (3e7c755)
  • build(deps): bump gatsby-plugin-offline from 3.0.42 to 3.1.0 (362eb54)
  • build(deps): bump gatsby-plugin-offline from 3.1.0 to 3.1.1 (7012532)
  • build(deps): bump gatsby-plugin-offline from 3.1.1 to 3.1.2 (95dbcf8)
  • build(deps): bump gatsby-plugin-offline from 3.1.2 to 3.1.4 (c3c245c)
  • build(deps): bump gatsby-plugin-offline from 3.1.4 to 3.1.5 (fdc09e4)
  • build(deps): bump gatsby-plugin-offline from 3.1.5 to 3.2.0 (e550c43)
  • build(deps): bump gatsby-plugin-offline from 3.2.0 to 3.2.1 (0d1ca32)
  • build(deps): bump gatsby-plugin-offline from 3.2.1 to 3.2.2 (2769a80)
  • build(deps): bump gatsby-plugin-offline from 3.2.2 to 3.2.3 (00b6d35)
  • build(deps): bump gatsby-plugin-offline from 3.2.3 to 3.2.6 (983746b)
  • build(deps): bump gatsby-plugin-react-helmet from 3.1.16 to 3.1.18 (b2b9925)
  • build(deps): bump gatsby-plugin-react-helmet from 3.1.18 to 3.1.21 (ccda306)
  • build(deps): bump gatsby-plugin-react-helmet from 3.1.21 to 3.1.22 (caf5b50)
  • build(deps): bump gatsby-plugin-react-helmet from 3.1.22 to 3.1.23 (b5605eb)
  • build(deps): bump gatsby-plugin-react-helmet from 3.1.23 to 3.1.24 (9edb5db)
  • build(deps): bump gatsby-plugin-react-helmet from 3.1.24 to 3.2.1 (ffb83ea)
  • build(deps): bump gatsby-plugin-react-helmet from 3.2.1 to 3.2.2 (cb69c03)
  • build(deps): bump gatsby-plugin-react-helmet from 3.2.2 to 3.2.3 (e2e0a08)
  • build(deps): bump gatsby-plugin-react-helmet from 3.2.3 to 3.2.4 (3456461)
  • build(deps): bump gatsby-plugin-react-helmet from 3.2.4 to 3.2.5 (0214db9)
  • build(deps): bump gatsby-plugin-react-helmet from 3.2.5 to 3.3.0 (ea4411c)
  • build(deps): bump gatsby-plugin-react-helmet from 3.3.0 to 3.3.1 (b21ee66)
  • build(deps): bump gatsby-plugin-react-helmet from 3.3.1 to 3.3.2 (40a9204)
  • build(deps): bump gatsby-plugin-react-helmet from 3.3.1 to 3.3.2 (#2466) (7cab802), closes #2466
  • build(deps): bump gatsby-plugin-sharp from 2.3.10 to 2.3.13 (e7da889)
  • build(deps): bump gatsby-plugin-sharp from 2.3.13 to 2.4.0 (34fa7a1)
  • build(deps): bump gatsby-plugin-sharp from 2.3.5 to 2.3.7 (48ab3f7)
  • build(deps): bump gatsby-plugin-sharp from 2.3.7 to 2.3.8 (7130196)
  • build(deps): bump gatsby-plugin-sharp from 2.3.8 to 2.3.9 (f43e163)
  • build(deps): bump gatsby-plugin-sharp from 2.3.9 to 2.3.10 (d0e0235)
  • build(deps): bump gatsby-plugin-sharp from 2.4.0 to 2.4.3 (1e39f86)
  • build(deps): bump gatsby-plugin-sharp from 2.4.10 to 2.4.11 (b5b4a5e)
  • build(deps): bump gatsby-plugin-sharp from 2.4.11 to 2.4.12 (f0e93be)
  • build(deps): bump gatsby-plugin-sharp from 2.4.12 to 2.4.13 (e65e235)
  • build(deps): bump gatsby-plugin-sharp from 2.4.13 to 2.5.1 (bd2bac3)
  • build(deps): bump gatsby-plugin-sharp from 2.4.3 to 2.4.4 (150f8e0)
  • build(deps): bump gatsby-plugin-sharp from 2.4.4 to 2.4.5 (dd712c8)
  • build(deps): bump gatsby-plugin-sharp from 2.4.5 to 2.4.7 (5d85a87)
  • build(deps): bump gatsby-plugin-sharp from 2.4.7 to 2.4.8 (4047b66)
  • build(deps): bump gatsby-plugin-sharp from 2.4.8 to 2.4.10 (1d7dca4)
  • build(deps): bump gatsby-plugin-sharp from 2.5.1 to 2.5.2 (b7534a6)
  • build(deps): bump gatsby-plugin-sharp from 2.5.2 to 2.5.3 (34bd651)
  • build(deps): bump gatsby-plugin-sharp from 2.5.3 to 2.5.4 (0dbe08f)
  • build(deps): bump gatsby-plugin-sharp from 2.5.4 to 2.5.6 (dc4e7ed)
  • build(deps): bump gatsby-plugin-sharp from 2.5.6 to 2.5.7 (2e3bb7d)
  • build(deps): bump gatsby-plugin-sharp from 2.5.7 to 2.6.0 (b7a583a)
  • build(deps): bump gatsby-plugin-sharp from 2.6.0 to 2.6.1 (ff7a335)
  • build(deps): bump gatsby-plugin-sharp from 2.6.1 to 2.6.2 (d9f1636)
  • build(deps): bump gatsby-plugin-sharp from 2.6.2 to 2.6.3 (a4e657c)
  • build(deps): bump gatsby-plugin-sharp from 2.6.2 to 2.6.9 (#2472) (0e181ec), closes #2472
  • build(deps): bump gatsby-plugin-sharp from 2.6.3 to 2.6.5 (1d5d3b0)
  • build(deps): bump gatsby-plugin-sharp from 2.6.5 to 2.6.8 (4ed3305)
  • build(deps): bump gatsby-plugin-styled-components from 3.1.14 to 3.1.16 (8115422)
  • build(deps): bump gatsby-plugin-styled-components from 3.1.16 to 3.1.17 (a599242)
  • build(deps): bump gatsby-plugin-styled-components from 3.1.17 to 3.1.18 (1ce5e7b)
  • build(deps): bump gatsby-plugin-styled-components from 3.1.18 to 3.1.19 (b9288dc)
  • build(deps): bump gatsby-plugin-styled-components from 3.1.19 to 3.1.20 (084b573)
  • build(deps): bump gatsby-plugin-styled-components from 3.1.20 to 3.1.21 (63fb38e)
  • build(deps): bump gatsby-plugin-styled-components from 3.1.21 to 3.2.1 (9f0501d)
  • build(deps): bump gatsby-plugin-styled-components from 3.2.1 to 3.2.2 (79b075e)
  • build(deps): bump gatsby-plugin-styled-components from 3.2.2 to 3.2.3 (f909356)
  • build(deps): bump gatsby-plugin-styled-components from 3.2.3 to 3.2.4 (cf6755e)
  • build(deps): bump gatsby-plugin-styled-components from 3.2.4 to 3.3.0 (27de983)
  • build(deps): bump gatsby-plugin-styled-components from 3.3.0 to 3.3.1 (935ed0e)
  • build(deps): bump gatsby-plugin-styled-components from 3.3.1 to 3.3.2 (389a717)
  • build(deps): bump gatsby-plugin-typescript from 2.1.20 to 2.1.22 (e1f1c52)
  • build(deps): bump gatsby-plugin-typescript from 2.1.22 to 2.1.23 (bf0b373)
  • build(deps): bump gatsby-plugin-typescript from 2.1.23 to 2.1.26 (650306c)
  • build(deps): bump gatsby-plugin-typescript from 2.1.26 to 2.1.27 (59d3836)
  • build(deps): bump gatsby-plugin-typescript from 2.1.27 to 2.2.0 (f06011d)
  • build(deps): bump gatsby-plugin-typescript from 2.2.0 to 2.2.2 (256ac16)
  • build(deps): bump gatsby-plugin-typescript from 2.2.2 to 2.2.3 (5baa85e)
  • build(deps): bump gatsby-plugin-typescript from 2.2.3 to 2.2.5 (a96f8ab)
  • build(deps): bump gatsby-plugin-typescript from 2.2.5 to 2.3.0 (ff6ef25)
  • build(deps): bump gatsby-plugin-typescript from 2.3.0 to 2.3.1 (9bca3e9)
  • build(deps): bump gatsby-plugin-typescript from 2.3.1 to 2.3.2 (1f4c27c)
  • build(deps): bump gatsby-plugin-typescript from 2.3.2 to 2.3.3 (d277735)
  • build(deps): bump gatsby-plugin-typescript from 2.3.3 to 2.4.0 (069e17c)
  • build(deps): bump gatsby-plugin-typescript from 2.4.0 to 2.4.1 (b4c7da3)
  • build(deps): bump gatsby-plugin-typescript from 2.4.2 to 2.4.3 (#2474) (25b29ea), closes #2474
  • build(deps): bump gatsby-plugin-typography from 2.3.18 to 2.3.20 (fb36b1a)
  • build(deps): bump gatsby-plugin-typography from 2.3.20 to 2.3.21 (b2e84af)
  • build(deps): bump gatsby-plugin-typography from 2.3.21 to 2.3.22 (7ea3ee1)
  • build(deps): bump gatsby-plugin-typography from 2.3.22 to 2.3.23 (dd34228)
  • build(deps): bump gatsby-plugin-typography from 2.3.23 to 2.3.24 (9c3ff27)
  • build(deps): bump gatsby-plugin-typography from 2.3.24 to 2.3.25 (395ba73)
  • build(deps): bump gatsby-plugin-typography from 2.3.25 to 2.4.0 (07dc6a0)
  • build(deps): bump gatsby-plugin-typography from 2.4.0 to 2.4.1 (2da89e2)
  • build(deps): bump gatsby-plugin-typography from 2.4.1 to 2.4.2 (8e98a7d)
  • build(deps): bump gatsby-plugin-typography from 2.4.2 to 2.4.3 (3f2fa87)
  • build(deps): bump gatsby-plugin-typography from 2.4.3 to 2.5.0 (505b228)
  • build(deps): bump gatsby-plugin-typography from 2.5.0 to 2.5.1 (5906854)
  • build(deps): bump gatsby-plugin-typography from 2.5.1 to 2.5.2 (c3524e0)
  • build(deps): bump gatsby-plugin-typography from 2.5.1 to 2.5.2 (871c6de)
  • build(deps): bump gatsby-remark-autolink-headers from 2.1.19 to 2.1.21 (224adcd)
  • build(deps): bump gatsby-remark-autolink-headers from 2.1.21 to 2.1.22 (f95d8de)
  • build(deps): bump gatsby-remark-autolink-headers from 2.1.22 to 2.1.23 (5e289e8)
  • build(deps): bump gatsby-remark-autolink-headers from 2.1.23 to 2.1.24 (f15373a)
  • build(deps): bump gatsby-remark-autolink-headers from 2.1.24 to 2.1.25 (b55b80d)
  • build(deps): bump gatsby-remark-autolink-headers from 2.1.25 to 2.1.26 (bcb853d)
  • build(deps): bump gatsby-remark-autolink-headers from 2.1.26 to 2.2.0 (08c5863)
  • build(deps): bump gatsby-remark-autolink-headers from 2.2.0 to 2.2.1 (f383bb5)
  • build(deps): bump gatsby-remark-autolink-headers from 2.2.1 to 2.2.3 (c12b265)
  • build(deps): bump gatsby-remark-autolink-headers from 2.2.3 to 2.2.4 (aa98eac)
  • build(deps): bump gatsby-remark-autolink-headers from 2.2.4 to 2.3.0 (034d3d4)
  • build(deps): bump gatsby-remark-autolink-headers from 2.3.0 to 2.3.1 (6014b08)
  • build(deps): bump gatsby-remark-autolink-headers from 2.3.1 to 2.3.2 (326406f)
  • build(deps): bump gatsby-remark-autolink-headers from 2.3.1 to 2.3.3 (a236325)
  • build(deps): bump gatsby-remark-autolink-headers from 2.3.2 to 2.3.3 (f27824f)
  • build(deps): bump gatsby-remark-copy-linked-files from 2.1.31 to 2.1.33 (2dd4eaa)
  • build(deps): bump gatsby-remark-copy-linked-files from 2.1.33 to 2.1.36 (f857478)
  • build(deps): bump gatsby-remark-copy-linked-files from 2.1.36 to 2.1.37 (f0a0bee)
  • build(deps): bump gatsby-remark-copy-linked-files from 2.1.37 to 2.1.38 (79d6466)
  • build(deps): bump gatsby-remark-copy-linked-files from 2.1.38 to 2.1.39 (cf8ef50)
  • build(deps): bump gatsby-remark-copy-linked-files from 2.1.39 to 2.1.40 (311fe30)
  • build(deps): bump gatsby-remark-copy-linked-files from 2.1.40 to 2.2.1 (4170a93)
  • build(deps): bump gatsby-remark-copy-linked-files from 2.2.1 to 2.2.2 (239b04c)
  • build(deps): bump gatsby-remark-copy-linked-files from 2.2.2 to 2.2.3 (01f8296)
  • build(deps): bump gatsby-remark-copy-linked-files from 2.2.3 to 2.2.4 (161aa00)
  • build(deps): bump gatsby-remark-copy-linked-files from 2.2.4 to 2.3.0 (2ce5356)
  • build(deps): bump gatsby-remark-copy-linked-files from 2.3.0 to 2.3.1 (b9a1950)
  • build(deps): bump gatsby-remark-copy-linked-files from 2.3.1 to 2.3.2 (48e1d52)
  • build(deps): bump gatsby-remark-copy-linked-files from 2.3.2 to 2.3.3 (63d0537)
  • build(deps): bump gatsby-remark-embed-snippet from 4.1.16 to 4.1.18 (958a4b3)
  • build(deps): bump gatsby-remark-embed-snippet from 4.1.18 to 4.1.21 (a9f41b7)
  • build(deps): bump gatsby-remark-embed-snippet from 4.1.21 to 4.1.22 (6aa40ee)
  • build(deps): bump gatsby-remark-embed-snippet from 4.1.22 to 4.1.23 (82858da)
  • build(deps): bump gatsby-remark-embed-snippet from 4.1.23 to 4.1.24 (810e636)
  • build(deps): bump gatsby-remark-embed-snippet from 4.1.24 to 4.2.0 (01ecab9)
  • build(deps): bump gatsby-remark-embed-snippet from 4.2.0 to 4.2.1 (da0b75c)
  • build(deps): bump gatsby-remark-embed-snippet from 4.2.1 to 4.2.2 (de70ff2)
  • build(deps): bump gatsby-remark-embed-snippet from 4.2.2 to 4.2.3 (876f634)
  • build(deps): bump gatsby-remark-embed-snippet from 4.2.3 to 4.2.4 (aa0d515)
  • build(deps): bump gatsby-remark-embed-snippet from 4.2.4 to 4.2.5 (239c091)
  • build(deps): bump gatsby-remark-embed-snippet from 4.2.5 to 4.3.0 (b86f3d3)
  • build(deps): bump gatsby-remark-embed-snippet from 4.3.0 to 4.3.1 (c207c13)
  • build(deps): bump gatsby-remark-embed-snippet from 4.3.1 to 4.3.2 (22b87a0)
  • build(deps): bump gatsby-remark-embed-snippet from 4.3.1 to 4.3.2 (#2473) (31b0b22), closes #2473
  • build(deps): bump gatsby-remark-images from 3.1.35 to 3.1.37 (f9c50d5)
  • build(deps): bump gatsby-remark-images from 3.1.37 to 3.1.38 (17f3a40)
  • build(deps): bump gatsby-remark-images from 3.1.38 to 3.1.39 (619a1a9)
  • build(deps): bump gatsby-remark-images from 3.1.39 to 3.1.42 (2094419)
  • build(deps): bump gatsby-remark-images from 3.1.42 to 3.1.43 (c074773)
  • build(deps): bump gatsby-remark-images from 3.1.43 to 3.1.44 (fd69058)
  • build(deps): bump gatsby-remark-images from 3.1.44 to 3.1.47 (57088cf)
  • build(deps): bump gatsby-remark-images from 3.1.47 to 3.1.48 (801e142)
  • build(deps): bump gatsby-remark-images from 3.1.48 to 3.1.49 (e9c2ece)
  • build(deps): bump gatsby-remark-images from 3.1.49 to 3.1.50 (9f57c0e)
  • build(deps): bump gatsby-remark-images from 3.1.50 to 3.2.1 (6182db1)
  • build(deps): bump gatsby-remark-images from 3.2.1 to 3.2.2 (7aacb9b)
  • build(deps): bump gatsby-remark-images from 3.2.2 to 3.2.3 (0e3e222)
  • build(deps): bump gatsby-remark-images from 3.2.3 to 3.2.4 (00f4018)
  • build(deps): bump gatsby-remark-images from 3.2.4 to 3.2.5 (1417ff6)
  • build(deps): bump gatsby-remark-images from 3.2.5 to 3.2.6 (85531e1)
  • build(deps): bump gatsby-remark-images from 3.2.6 to 3.3.0 (73ae461)
  • build(deps): bump gatsby-remark-images from 3.3.0 to 3.3.1 (25fdce5)
  • build(deps): bump gatsby-remark-images from 3.3.1 to 3.3.2 (044d1f7)
  • build(deps): bump gatsby-remark-images from 3.3.2 to 3.3.3 (ad6e0c9)
  • build(deps): bump gatsby-remark-images from 3.3.3 to 3.3.4 (84567f9)
  • build(deps): bump gatsby-remark-images from 3.3.4 to 3.3.7 (252d7fa)
  • build(deps): bump gatsby-remark-prismjs from 3.3.25 to 3.3.27 (ab65910)
  • build(deps): bump gatsby-remark-prismjs from 3.3.27 to 3.3.28 (91aa082)
  • build(deps): bump gatsby-remark-prismjs from 3.3.28 to 3.3.29 (5089274)
  • build(deps): bump gatsby-remark-prismjs from 3.3.29 to 3.3.30 (0679af3)
  • build(deps): bump gatsby-remark-prismjs from 3.3.30 to 3.3.31 (5bd78be)
  • build(deps): bump gatsby-remark-prismjs from 3.3.31 to 3.3.32 (a9d120b)
  • build(deps): bump gatsby-remark-prismjs from 3.3.32 to 3.3.33 (2659975)
  • build(deps): bump gatsby-remark-prismjs from 3.3.33 to 3.3.34 (94141ce)
  • build(deps): bump gatsby-remark-prismjs from 3.3.34 to 3.3.35 (66933b1)
  • build(deps): bump gatsby-remark-prismjs from 3.3.35 to 3.3.36 (fd2730a)
  • build(deps): bump gatsby-remark-prismjs from 3.3.36 to 3.4.0 (65e4534)
  • build(deps): bump gatsby-remark-prismjs from 3.4.0 to 3.4.1 (25aec41)
  • build(deps): bump gatsby-remark-prismjs from 3.4.1 to 3.4.2 (2ffce80)
  • build(deps): bump gatsby-remark-prismjs from 3.4.2 to 3.4.4 (8882659)
  • build(deps): bump gatsby-remark-prismjs from 3.4.4 to 3.5.0 (e1d74dc)
  • build(deps): bump gatsby-remark-prismjs from 3.5.0 to 3.5.1 (8b2a706)
  • build(deps): bump gatsby-remark-prismjs from 3.5.1 to 3.5.2 (ac360d6)
  • build(deps): bump gatsby-source-filesystem from 2.1.40 to 2.1.42 (1260d8a)
  • build(deps): bump gatsby-source-filesystem from 2.1.42 to 2.1.43 (1ffc610)
  • build(deps): bump gatsby-source-filesystem from 2.1.43 to 2.1.46 (6d46b78)
  • build(deps): bump gatsby-source-filesystem from 2.1.46 to 2.1.47 (7fa6994)
  • build(deps): bump gatsby-source-filesystem from 2.1.47 to 2.1.48 (db28412)
  • build(deps): bump gatsby-source-filesystem from 2.1.48 to 2.1.51 (8b5b447)
  • build(deps): bump gatsby-source-filesystem from 2.1.51 to 2.1.52 (6f2650d)
  • build(deps): bump gatsby-source-filesystem from 2.1.52 to 2.1.53 (9d5794e)
  • build(deps): bump gatsby-source-filesystem from 2.1.53 to 2.1.54 (fc173c8)
  • build(deps): bump gatsby-source-filesystem from 2.1.54 to 2.1.55 (adaaa28)
  • build(deps): bump gatsby-source-filesystem from 2.1.55 to 2.1.56 (36789c8)
  • build(deps): bump gatsby-source-filesystem from 2.1.56 to 2.1.57 (24556a1)
  • build(deps): bump gatsby-source-filesystem from 2.1.57 to 2.2.1 (d958f9b)
  • build(deps): bump gatsby-source-filesystem from 2.2.1 to 2.2.2 (b44224f)
  • build(deps): bump gatsby-source-filesystem from 2.2.2 to 2.2.3 (0db7aca)
  • build(deps): bump gatsby-source-filesystem from 2.2.3 to 2.2.4 (94a905f)
  • build(deps): bump gatsby-source-filesystem from 2.2.4 to 2.2.5 (ecf31e8)
  • build(deps): bump gatsby-source-filesystem from 2.2.5 to 2.3.0 (9f2c047)
  • build(deps): bump gatsby-source-filesystem from 2.3.0 to 2.3.1 (acda0ab)
  • build(deps): bump gatsby-source-filesystem from 2.3.1 to 2.3.3 (edaed75)
  • build(deps): bump gatsby-source-filesystem from 2.3.3 to 2.3.4 (a8e72b0)
  • build(deps): bump gatsby-source-filesystem from 2.3.4 to 2.3.7 (9d07daf)
  • build(deps): bump gatsby-transformer-remark from 2.6.39 to 2.6.42 (09c64d3)
  • build(deps): bump gatsby-transformer-remark from 2.6.42 to 2.6.43 (17ece0a)
  • build(deps): bump gatsby-transformer-remark from 2.6.43 to 2.6.44 (4e7f99f)
  • build(deps): bump gatsby-transformer-remark from 2.6.44 to 2.6.45 (26a8d6c)
  • build(deps): bump gatsby-transformer-remark from 2.6.45 to 2.6.48 (7ac9d84)
  • build(deps): bump gatsby-transformer-remark from 2.6.48 to 2.6.49 (86c2b96)
  • build(deps): bump gatsby-transformer-remark from 2.6.49 to 2.6.50 (0c06c0e)
  • build(deps): bump gatsby-transformer-remark from 2.6.50 to 2.6.51 (8ce5297)
  • build(deps): bump gatsby-transformer-remark from 2.6.51 to 2.6.52 (7426bde)
  • build(deps): bump gatsby-transformer-remark from 2.6.52 to 2.6.53 (d72d81d)
  • build(deps): bump gatsby-transformer-remark from 2.6.53 to 2.6.55 (7f21306)
  • build(deps): bump gatsby-transformer-remark from 2.6.55 to 2.6.56 (0a959fa)
  • build(deps): bump gatsby-transformer-remark from 2.6.56 to 2.6.57 (0a82fd8)
  • build(deps): bump gatsby-transformer-remark from 2.6.57 to 2.6.58 (c556cdf)
  • build(deps): bump gatsby-transformer-remark from 2.6.58 to 2.6.59 (a7b3f53)
  • build(deps): bump gatsby-transformer-remark from 2.6.59 to 2.7.1 (538809d)
  • build(deps): bump gatsby-transformer-remark from 2.7.1 to 2.7.2 (4eeb4bb)
  • build(deps): bump gatsby-transformer-remark from 2.7.2 to 2.7.3 (6e65cb9)
  • build(deps): bump gatsby-transformer-remark from 2.7.3 to 2.7.4 (681d506)
  • build(deps): bump gatsby-transformer-remark from 2.7.4 to 2.7.5 (35285a1)
  • build(deps): bump gatsby-transformer-remark from 2.7.5 to 2.8.0 (3a8438c)
  • build(deps): bump gatsby-transformer-remark from 2.8.0 to 2.8.3 (894b9fc)
  • build(deps): bump gatsby-transformer-remark from 2.8.3 to 2.8.5 (1606568)
  • build(deps): bump gatsby-transformer-remark from 2.8.5 to 2.8.6 (5172e8a)
  • build(deps): bump gatsby-transformer-remark from 2.8.6 to 2.8.7 (ee9b699)
  • build(deps): bump gatsby-transformer-remark from 2.8.7 to 2.8.8 (675bc44)
  • build(deps): bump gatsby-transformer-remark from 2.8.8 to 2.8.9 (ce91b02)
  • build(deps): bump gatsby-transformer-remark from 2.8.9 to 2.8.12 (714e42b)
  • build(deps): bump gatsby-transformer-sharp from 2.3.12 to 2.3.13 (1402816)
  • build(deps): bump gatsby-transformer-sharp from 2.3.13 to 2.3.14 (123c2b8)
  • build(deps): bump gatsby-transformer-sharp from 2.3.14 to 2.3.16 (28676c8)
  • build(deps): bump gatsby-transformer-sharp from 2.3.16 to 2.3.17 (66766cc)
  • build(deps): bump gatsby-transformer-sharp from 2.3.17 to 2.3.18 (96f5e20)
  • build(deps): bump gatsby-transformer-sharp from 2.3.18 to 2.3.19 (7eec2c3)
  • build(deps): bump gatsby-transformer-sharp from 2.3.19 to 2.4.1 (58c576d)
  • build(deps): bump gatsby-transformer-sharp from 2.3.7 to 2.3.9 (7c23618)
  • build(deps): bump gatsby-transformer-sharp from 2.3.9 to 2.3.12 (7d96401)
  • build(deps): bump gatsby-transformer-sharp from 2.4.1 to 2.4.2 (5192ce9)
  • build(deps): bump gatsby-transformer-sharp from 2.4.2 to 2.4.3 (9047ffa)
  • build(deps): bump gatsby-transformer-sharp from 2.4.3 to 2.4.4 (b63f4c4)
  • build(deps): bump gatsby-transformer-sharp from 2.4.4 to 2.4.5 (8a2de0a)
  • build(deps): bump gatsby-transformer-sharp from 2.4.5 to 2.4.6 (1f8a613)
  • build(deps): bump gatsby-transformer-sharp from 2.4.6 to 2.4.7 (826234a)
  • build(deps): bump gatsby-transformer-sharp from 2.4.7 to 2.5.0 (4302939)
  • build(deps): bump gatsby-transformer-sharp from 2.5.0 to 2.5.1 (5b9a285)
  • build(deps): bump gatsby-transformer-sharp from 2.5.1 to 2.5.2 (2596237)
  • build(deps): bump gatsby-transformer-sharp from 2.5.2 to 2.5.3 (0001644)
  • build(deps): bump gatsby-transformer-sharp from 2.5.2 to 2.5.3 (#2475) (31915cb), closes #2475
  • build(deps): bump hoist-non-react-statics from 3.3.1 to 3.3.2 (b8a3ee8)
  • build(deps): bump immutability-helper from 3.0.1 to 3.0.2 (1094a9c)
  • build(deps): bump prismjs from 1.17.1 to 1.18.0 (c84b1f2)
  • build(deps): bump prismjs from 1.18.0 to 1.19.0 (2aa8f57)
  • build(deps): bump prismjs from 1.19.0 to 1.20.0 (64ace2c)
  • build(deps): bump query-string from 6.10.1 to 6.11.0 (4c62ff7)
  • build(deps): bump query-string from 6.11.0 to 6.11.1 (bdf84f7)
  • build(deps): bump query-string from 6.11.1 to 6.12.0 (8db2b51)
  • build(deps): bump query-string from 6.12.0 to 6.12.1 (527313a)
  • build(deps): bump query-string from 6.9.0 to 6.10.1 (eeaf5ac)
  • build(deps): bump react from 16.12.0 to 16.13.0 (9d1ef45)
  • build(deps): bump react from 16.13.0 to 16.13.1 (5a5f581)
  • build(deps): bump react-dom from 16.12.0 to 16.13.0 (a8e3857)
  • build(deps): bump react-dom from 16.13.0 to 16.13.1 (2a8d239)
  • build(deps): bump react-frame-component from 4.1.1 to 4.1.2 (cc7e7da)
  • build(deps): bump react-helmet from 5.2.1 to 6.0.0 (757b88f)
  • build(deps): bump react-scripts from 3.3.0 to 3.3.1 (b76bd27)
  • build(deps): bump react-scripts from 3.3.1 to 3.4.0 (89b8e19)
  • build(deps): bump react-scripts from 3.4.0 to 3.4.1 (a402b6f)
  • build(deps): bump react-tabs from 3.0.0 to 3.1.0 (c437b3b)
  • build(deps): bump react-tabs from 3.1.0 to 3.1.1 (5080852)
  • build(deps): bump redux from 4.0.4 to 4.0.5 (6fbf848)
  • build(deps): bump rehype-react from 4.0.1 to 5.0.0 (c8e487b)
  • build(deps): bump rehype-react from 5.0.0 to 5.0.1 (116d79d)
  • build(deps): bump styled-components from 5.0.0 to 5.0.1 (7a85a50)
  • build(deps): bump styled-components from 5.0.1 to 5.1.0 (b4089f1)
  • build(deps): bump styled-components from 5.1.0 to 5.1.1 (c200ef4)
  • fix: correct issue with example generation due to example structure refactoring (#2480) (efc251b), closes #2480
  • fix: do not cancel touch events if they are non-cancelable (#2190) (1b4019e), closes #2190
  • fix: remove circular dependencies (#2491) (52eaace), closes #2491
  • fix: update wrapInTestContext to expose getManager() method (#1570) (4ad004c), closes #1570

Readme

Source

npm package Build Status Test Coverage

dnd-core

Drag and drop sans the GUI.

This is a clean implementation of drag and drop primitives that does not depend on the browser. It powers React DnD internally.

Wat?

To give you a better idea:

  • There is no DOM here
  • We let you define drop target and drag source logic
  • We let you supply custom underlying implementations (console, DOM via jQuery, React, React Native, whatever)
  • We manage drag source and drop target interaction

This was written to support some rather complicated scenarios that were too hard to implement in React DnD due to its current architecture:

As it turns out, these problems are much easier to solve when DOM is thrown out of the window.

What's the API like?

Tests should give you some idea. You register drag sources and drop targets, connect a backend (you can use barebones TestBackend or implement a fancy real one yourself), and your drag sources and drop targets magically begin to interact.

FAQs

Last updated on 26 May 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc