|
1 | 1 | { |
2 | 2 | "name": "marker-animation", |
3 | | - "version": "2.2.2", |
| 3 | + "version": "2.2.3", |
4 | 4 | "description": "marker animation for wordpress", |
5 | 5 | "main": "marker-animation.min.js", |
6 | 6 | "scripts": { |
|
15 | 15 | "develop:g": "webpack --mode development --config gutenberg.config.js", |
16 | 16 | "build": "yarn build:m && yarn build:g", |
17 | 17 | "build:m": "webpack --mode production --config marker-animation.config.js", |
18 | | - "build:g": "webpack --mode production --config gutenberg.config.js", |
19 | | - "coveralls": "cat ./coverage/lcov.info | coveralls" |
| 18 | + "build:g": "webpack --mode production --config gutenberg.config.js" |
20 | 19 | }, |
21 | 20 | "author": "Technote <technote.space@gmail.com> (https://technote.space)", |
22 | 21 | "license": "GPL-3.0", |
23 | 22 | "dependencies": { |
24 | | - "@technote-space/register-grouped-format-type": "^1.1.6", |
25 | | - "jquery.marker-animation": "^1.4.6" |
| 23 | + "@technote-space/register-grouped-format-type": "^1.1.7", |
| 24 | + "jquery.marker-animation": "^1.4.7" |
26 | 25 | }, |
27 | 26 | "devDependencies": { |
28 | | - "@babel/core": "^7.6.3", |
| 27 | + "@babel/core": "^7.6.4", |
29 | 28 | "@babel/plugin-proposal-object-rest-spread": "^7.6.2", |
30 | 29 | "@babel/plugin-transform-modules-commonjs": "^7.6.0", |
31 | 30 | "@babel/plugin-transform-react-jsx": "^7.3.0", |
32 | 31 | "@babel/plugin-transform-runtime": "^7.6.2", |
33 | 32 | "@babel/polyfill": "^7.6.0", |
34 | 33 | "@babel/preset-env": "^7.6.3", |
35 | 34 | "@babel/register": "^7.6.2", |
36 | | - "@wordpress/block-editor": "^3.2.1", |
37 | | - "@wordpress/blocks": "^6.7.1", |
38 | | - "@wordpress/components": "^8.3.1", |
39 | | - "@wordpress/compose": "^3.7.1", |
40 | | - "@wordpress/core-data": "^2.7.1", |
41 | | - "@wordpress/data": "^4.9.1", |
42 | | - "@wordpress/dom-ready": "^2.5.0", |
43 | | - "@wordpress/editor": "^9.7.1", |
44 | | - "@wordpress/element": "^2.8.1", |
45 | | - "@wordpress/format-library": "^1.9.1", |
| 35 | + "@wordpress/block-editor": "^3.2.2", |
| 36 | + "@wordpress/blocks": "^6.7.2", |
| 37 | + "@wordpress/components": "^8.3.2", |
| 38 | + "@wordpress/compose": "^3.7.2", |
| 39 | + "@wordpress/core-data": "^2.7.2", |
| 40 | + "@wordpress/data": "^4.9.2", |
| 41 | + "@wordpress/dom-ready": "^2.5.1", |
| 42 | + "@wordpress/editor": "^9.7.2", |
| 43 | + "@wordpress/element": "^2.8.2", |
| 44 | + "@wordpress/format-library": "^1.9.2", |
46 | 45 | "@wordpress/hooks": "^2.6.0", |
47 | 46 | "@wordpress/i18n": "^3.6.1", |
48 | | - "@wordpress/rich-text": "^3.7.1", |
49 | | - "@wordpress/server-side-render": "^1.3.1", |
50 | | - "@wordpress/url": "^2.8.0", |
| 47 | + "@wordpress/rich-text": "^3.7.2", |
| 48 | + "@wordpress/server-side-render": "^1.3.2", |
| 49 | + "@wordpress/url": "^2.8.1", |
51 | 50 | "babel-jest": "^24.9.0", |
52 | 51 | "babel-loader": "^8.0.6", |
53 | | - "coveralls": "^3.0.6", |
54 | 52 | "duplicate-package-checker-webpack-plugin": "^3.0.0", |
55 | 53 | "enzyme": "^3.10.0", |
56 | | - "enzyme-adapter-react-16": "^1.15.0", |
57 | | - "enzyme-to-json": "^3.4.2", |
| 54 | + "enzyme-adapter-react-16": "^1.15.1", |
| 55 | + "enzyme-to-json": "^3.4.3", |
58 | 56 | "eslint": "^6.5.1", |
59 | 57 | "eslint-plugin-react": "^7.16.0", |
60 | 58 | "jest": "^24.9.0", |
|
0 commit comments