|
1 | 1 | { |
2 | 2 | "name": "marker-animation", |
3 | | - "version": "2.2.5", |
| 3 | + "version": "2.2.6", |
4 | 4 | "description": "marker animation for wordpress", |
5 | 5 | "main": "marker-animation.min.js", |
6 | 6 | "scripts": { |
7 | 7 | "start": "yarn build", |
8 | 8 | "test": "yarn lint && yarn cover", |
9 | 9 | "test:update": "yarn lint && yarn cover:update", |
10 | | - "lint": "eslint src/**/**/*.js __tests__/**/**/*.js", |
11 | | - "lint:fix": "eslint --fix src/**/**/*.ts __tests__/**/**/*.ts", |
| 10 | + "lint": "eslint 'src/**/*.js' '__tests__/**/*.js'", |
| 11 | + "lint:fix": "eslint --fix 'src/**/*.js' '__tests__/**/*.js'", |
12 | 12 | "cover": "jest --coverage", |
13 | 13 | "cover:update": "jest --coverage --updateSnapshot", |
14 | 14 | "develop": "yarn develop:m && yarn develop:g", |
|
22 | 22 | "author": "Technote <technote.space@gmail.com> (https://technote.space)", |
23 | 23 | "license": "GPL-3.0", |
24 | 24 | "dependencies": { |
25 | | - "@technote-space/register-grouped-format-type": "^1.2.3", |
26 | | - "jquery.marker-animation": "^1.4.11" |
| 25 | + "@technote-space/register-grouped-format-type": "^1.2.9", |
| 26 | + "jquery.marker-animation": "^1.4.13" |
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | | - "@babel/core": "^7.7.7", |
30 | | - "@babel/plugin-proposal-object-rest-spread": "^7.7.7", |
31 | | - "@babel/plugin-transform-modules-commonjs": "^7.7.5", |
32 | | - "@babel/plugin-transform-react-jsx": "^7.7.7", |
33 | | - "@babel/plugin-transform-runtime": "^7.7.6", |
34 | | - "@babel/polyfill": "^7.7.0", |
35 | | - "@babel/preset-env": "^7.7.7", |
36 | | - "@babel/register": "^7.7.7", |
37 | | - "@wordpress/block-editor": "^3.4.0", |
38 | | - "@wordpress/blocks": "^6.9.0", |
39 | | - "@wordpress/components": "^8.5.0", |
40 | | - "@wordpress/compose": "^3.9.0", |
41 | | - "@wordpress/core-data": "^2.9.0", |
42 | | - "@wordpress/data": "^4.11.0", |
43 | | - "@wordpress/dom-ready": "^2.5.1", |
44 | | - "@wordpress/editor": "^9.9.0", |
| 29 | + "@babel/core": "^7.8.3", |
| 30 | + "@babel/plugin-proposal-object-rest-spread": "^7.8.3", |
| 31 | + "@babel/plugin-transform-modules-commonjs": "^7.8.3", |
| 32 | + "@babel/plugin-transform-react-jsx": "^7.8.3", |
| 33 | + "@babel/plugin-transform-runtime": "^7.8.3", |
| 34 | + "@babel/polyfill": "^7.8.3", |
| 35 | + "@babel/preset-env": "^7.8.3", |
| 36 | + "@babel/register": "^7.8.3", |
| 37 | + "@wordpress/block-editor": "^3.5.0", |
| 38 | + "@wordpress/blocks": "^6.10.0", |
| 39 | + "@wordpress/components": "^9.0.0", |
| 40 | + "@wordpress/compose": "^3.10.0", |
| 41 | + "@wordpress/core-data": "^2.10.0", |
| 42 | + "@wordpress/data": "^4.12.0", |
| 43 | + "@wordpress/dom-ready": "^2.6.0", |
| 44 | + "@wordpress/editor": "^9.10.0", |
45 | 45 | "@wordpress/element": "^2.10.0", |
46 | | - "@wordpress/format-library": "^1.11.0", |
| 46 | + "@wordpress/format-library": "^1.12.0", |
47 | 47 | "@wordpress/hooks": "^2.6.0", |
48 | | - "@wordpress/i18n": "^3.7.0", |
49 | | - "@wordpress/rich-text": "^3.9.0", |
50 | | - "@wordpress/server-side-render": "^1.5.0", |
| 48 | + "@wordpress/i18n": "^3.8.0", |
| 49 | + "@wordpress/rich-text": "^3.10.0", |
| 50 | + "@wordpress/server-side-render": "^1.6.0", |
51 | 51 | "@wordpress/url": "^2.9.0", |
52 | | - "babel-jest": "^24.9.0", |
| 52 | + "babel-jest": "^25.1.0", |
53 | 53 | "babel-loader": "^8.0.6", |
54 | 54 | "duplicate-package-checker-webpack-plugin": "^3.0.0", |
55 | 55 | "enzyme": "^3.11.0", |
56 | 56 | "enzyme-adapter-react-16": "^1.15.2", |
57 | 57 | "enzyme-to-json": "^3.4.3", |
58 | 58 | "eslint": "^6.8.0", |
59 | | - "eslint-plugin-react": "^7.17.0", |
60 | | - "jest": "^24.9.0", |
61 | | - "jest-extended": "^0.11.2", |
| 59 | + "eslint-plugin-react": "^7.18.0", |
| 60 | + "jest": "^25.1.0", |
| 61 | + "jest-extended": "^0.11.5", |
62 | 62 | "lodash": "^4.17.15", |
63 | | - "mousetrap": "^1.6.3", |
| 63 | + "mousetrap": "^1.6.5", |
64 | 64 | "react-autosize-textarea": "^7.0.0", |
65 | 65 | "speed-measure-webpack-plugin": "^1.3.1", |
66 | 66 | "webpack": "^4.41.5", |
|
0 commit comments