@bigbinary/neeto-editor 0.3.46 → 0.3.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-editor",
3
- "version": "0.3.46",
3
+ "version": "0.3.47",
4
4
  "main": "./build/index.js",
5
5
  "description": "Neeto Editor is the library that drives the rich text experience in all Neeto products built at BigBinary",
6
6
  "keywords": [
@@ -50,7 +50,7 @@
50
50
  "react-icons": "^4.2.0",
51
51
  "react-masonry-infinite": "^1.2.2",
52
52
  "react-popper": "^2.2.5",
53
- "react-router-dom": "^6.0.2",
53
+ "react-router-dom": "5.3.1",
54
54
  "tippy.js": "^6.3.1",
55
55
  "turndown": "^7.1.1"
56
56
  },
@@ -97,9 +97,9 @@
97
97
  "sass-loader": "^10.0.2",
98
98
  "style-loader": "^2.0.0",
99
99
  "tailwindcss": "npm:@tailwindcss/postcss7-compat",
100
- "webpack": "^5.72.1",
101
- "webpack-cli": "^4.9.2",
102
- "webpack-dev-server": "^4.9.0"
100
+ "webpack": "^4.44.2",
101
+ "webpack-cli": "^3.3.12",
102
+ "webpack-dev-server": "3.11.0"
103
103
  },
104
104
  "peerDependencies": {
105
105
  "react": "17.0.2",
package/webpack.config.js CHANGED
@@ -11,7 +11,7 @@ module.exports = [
11
11
  rules: [
12
12
  {
13
13
  test: /\.(js|jsx)$/,
14
- exclude: /node_modules/,
14
+ exclude: /node_modules\/(?!emoji-mart).*/,
15
15
  use: {
16
16
  loader: "babel-loader",
17
17
  },
@@ -10,7 +10,7 @@ module.exports = {
10
10
  rules: [
11
11
  {
12
12
  test: /\.(js|jsx)$/,
13
- exclude: /node_modules/,
13
+ exclude: /node_modules\/(?!emoji-mart).*/,
14
14
  use: {
15
15
  loader: "babel-loader",
16
16
  },
@@ -1,60 +0,0 @@
1
- /*!
2
- Copyright (c) 2018 Jed Watson.
3
- Licensed under the MIT License (MIT), see
4
- http://jedwatson.github.io/classnames
5
- */
6
-
7
- /*!
8
- * hotkeys-js v3.8.7
9
- * A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
10
- *
11
- * Copyright (c) 2021 kenny wong <wowohoo@qq.com>
12
- * http://jaywcjlove.github.io/hotkeys
13
- *
14
- * Licensed under the MIT license.
15
- */
16
-
17
- /*! @license DOMPurify 2.3.3 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.3/LICENSE */
18
-
19
- /**
20
- * React Router DOM v6.0.2
21
- *
22
- * Copyright (c) Remix Software Inc.
23
- *
24
- * This source code is licensed under the MIT license found in the
25
- * LICENSE.md file in the root directory of this source tree.
26
- *
27
- * @license MIT
28
- */
29
-
30
- /**
31
- * React Router v6.0.2
32
- *
33
- * Copyright (c) Remix Software Inc.
34
- *
35
- * This source code is licensed under the MIT license found in the
36
- * LICENSE.md file in the root directory of this source tree.
37
- *
38
- * @license MIT
39
- */
40
-
41
- /**
42
- * Takes a string with placeholder variables like `%{smart_count} file selected`
43
- * and replaces it with values from options `{smart_count: 5}`
44
- *
45
- * @license https://github.com/airbnb/polyglot.js/blob/master/LICENSE
46
- * taken from https://github.com/airbnb/polyglot.js/blob/master/lib/polyglot.js#L299
47
- *
48
- * @param {string} phrase that needs interpolation, with placeholders
49
- * @param {object} options with values that will be used to replace placeholders
50
- * @returns {any[]} interpolated
51
- */
52
-
53
- /** @license React v17.0.2
54
- * react.production.min.js
55
- *
56
- * Copyright (c) Facebook, Inc. and its affiliates.
57
- *
58
- * This source code is licensed under the MIT license found in the
59
- * LICENSE file in the root directory of this source tree.
60
- */