|
1 | 1 | { |
2 | 2 | "name": "marker-animation", |
3 | | - "version": "2.1.3", |
| 3 | + "version": "2.1.4", |
4 | 4 | "description": "marker animation for wordpress", |
5 | 5 | "main": "marker-animation.min.js", |
6 | 6 | "scripts": { |
|
21 | 21 | "author": "Technote <technote.space@gmail.com> (https://technote.space)", |
22 | 22 | "license": "GPL-3.0", |
23 | 23 | "dependencies": { |
24 | | - "@technote-space/register-grouped-format-type": "^1.0.19", |
25 | | - "jquery.marker-animation": "^1.3.14" |
| 24 | + "@technote-space/register-grouped-format-type": "^1.0.22", |
| 25 | + "jquery.marker-animation": "^1.3.17" |
26 | 26 | }, |
27 | 27 | "devDependencies": { |
28 | | - "@babel/core": "^7.5.4", |
29 | | - "@babel/plugin-proposal-object-rest-spread": "^7.5.4", |
| 28 | + "@babel/core": "^7.5.5", |
| 29 | + "@babel/plugin-proposal-object-rest-spread": "^7.5.5", |
30 | 30 | "@babel/plugin-transform-modules-commonjs": "^7.5.0", |
31 | 31 | "@babel/plugin-transform-react-jsx": "^7.3.0", |
32 | | - "@babel/plugin-transform-runtime": "^7.5.0", |
| 32 | + "@babel/plugin-transform-runtime": "^7.5.5", |
33 | 33 | "@babel/polyfill": "^7.4.4", |
34 | | - "@babel/preset-env": "^7.5.4", |
35 | | - "@babel/register": "^7.4.4", |
36 | | - "@wordpress/block-editor": "^2.2.0", |
37 | | - "@wordpress/blocks": "^6.4.0", |
38 | | - "@wordpress/components": "^8.0.0", |
39 | | - "@wordpress/compose": "^3.4.0", |
40 | | - "@wordpress/core-data": "^2.4.0", |
41 | | - "@wordpress/data": "^4.6.0", |
42 | | - "@wordpress/dom-ready": "^2.4.0", |
43 | | - "@wordpress/editor": "^9.4.0", |
44 | | - "@wordpress/element": "^2.5.0", |
45 | | - "@wordpress/format-library": "^1.6.0", |
46 | | - "@wordpress/hooks": "^2.4.0", |
47 | | - "@wordpress/i18n": "^3.5.0", |
48 | | - "@wordpress/rich-text": "^3.4.0", |
49 | | - "@wordpress/server-side-render": "^1.0.0", |
50 | | - "@wordpress/url": "^2.6.0", |
51 | | - "babel-jest": "^24.8.0", |
| 34 | + "@babel/preset-env": "^7.5.5", |
| 35 | + "@babel/register": "^7.5.5", |
| 36 | + "@wordpress/block-editor": "^3.0.0", |
| 37 | + "@wordpress/blocks": "^6.5.0", |
| 38 | + "@wordpress/components": "^8.1.0", |
| 39 | + "@wordpress/compose": "^3.5.0", |
| 40 | + "@wordpress/core-data": "^2.5.0", |
| 41 | + "@wordpress/data": "^4.7.0", |
| 42 | + "@wordpress/dom-ready": "^2.5.0", |
| 43 | + "@wordpress/editor": "^9.5.0", |
| 44 | + "@wordpress/element": "^2.6.0", |
| 45 | + "@wordpress/format-library": "^1.7.0", |
| 46 | + "@wordpress/hooks": "^2.5.0", |
| 47 | + "@wordpress/i18n": "^3.6.0", |
| 48 | + "@wordpress/rich-text": "^3.5.0", |
| 49 | + "@wordpress/server-side-render": "^1.1.0", |
| 50 | + "@wordpress/url": "^2.7.0", |
| 51 | + "babel-jest": "^24.9.0", |
52 | 52 | "babel-loader": "^8.0.6", |
53 | | - "coveralls": "^3.0.5", |
| 53 | + "coveralls": "^3.0.6", |
54 | 54 | "duplicate-package-checker-webpack-plugin": "^3.0.0", |
55 | 55 | "enzyme": "^3.10.0", |
56 | 56 | "enzyme-adapter-react-16": "^1.14.0", |
57 | | - "enzyme-to-json": "^3.3.5", |
58 | | - "eslint": "^6.0.1", |
59 | | - "eslint-plugin-react": "^7.14.2", |
60 | | - "jest": "^24.8.0", |
| 57 | + "enzyme-to-json": "^3.4.0", |
| 58 | + "eslint": "^6.1.0", |
| 59 | + "eslint-plugin-react": "^7.14.3", |
| 60 | + "jest": "^24.9.0", |
61 | 61 | "jest-extended": "^0.11.2", |
62 | | - "lodash": "^4.17.14", |
| 62 | + "lodash": "^4.17.15", |
63 | 63 | "mousetrap": "^1.6.3", |
64 | 64 | "react-autosize-textarea": "^7.0.0", |
65 | 65 | "speed-measure-webpack-plugin": "^1.3.1", |
66 | | - "webpack": "^4.35.3", |
67 | | - "webpack-cli": "~3.3.6" |
| 66 | + "webpack": "^4.39.2", |
| 67 | + "webpack-cli": "~3.3.7" |
68 | 68 | } |
69 | 69 | } |
0 commit comments