|
1 | 1 | { |
2 | 2 | "name": "marker-animation", |
3 | | - "version": "2.2.4", |
| 3 | + "version": "2.2.5", |
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 && eslint __tests__/**/**/*.js", |
| 10 | + "lint": "eslint src/**/**/*.js __tests__/**/**/*.js", |
| 11 | + "lint:fix": "eslint --fix src/**/**/*.ts __tests__/**/**/*.ts", |
11 | 12 | "cover": "jest --coverage", |
12 | 13 | "cover:update": "jest --coverage --updateSnapshot", |
13 | 14 | "develop": "yarn develop:m && yarn develop:g", |
14 | 15 | "develop:m": "webpack --mode development --config marker-animation.config.js", |
15 | 16 | "develop:g": "webpack --mode development --config gutenberg.config.js", |
16 | 17 | "build": "yarn build:m && yarn build:g", |
17 | 18 | "build:m": "webpack --mode production --config marker-animation.config.js", |
18 | | - "build:g": "webpack --mode production --config gutenberg.config.js" |
| 19 | + "build:g": "webpack --mode production --config gutenberg.config.js", |
| 20 | + "update": "ncu -u && yarn install && yarn upgrade && yarn audit" |
19 | 21 | }, |
20 | 22 | "author": "Technote <technote.space@gmail.com> (https://technote.space)", |
21 | 23 | "license": "GPL-3.0", |
22 | 24 | "dependencies": { |
23 | | - "@technote-space/register-grouped-format-type": "^1.1.8", |
24 | | - "jquery.marker-animation": "^1.4.7" |
| 25 | + "@technote-space/register-grouped-format-type": "^1.2.3", |
| 26 | + "jquery.marker-animation": "^1.4.11" |
25 | 27 | }, |
26 | 28 | "devDependencies": { |
27 | | - "@babel/core": "^7.6.4", |
28 | | - "@babel/plugin-proposal-object-rest-spread": "^7.6.2", |
29 | | - "@babel/plugin-transform-modules-commonjs": "^7.6.0", |
30 | | - "@babel/plugin-transform-react-jsx": "^7.3.0", |
31 | | - "@babel/plugin-transform-runtime": "^7.6.2", |
32 | | - "@babel/polyfill": "^7.6.0", |
33 | | - "@babel/preset-env": "^7.6.3", |
34 | | - "@babel/register": "^7.6.2", |
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", |
| 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", |
41 | 43 | "@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", |
| 44 | + "@wordpress/editor": "^9.9.0", |
| 45 | + "@wordpress/element": "^2.10.0", |
| 46 | + "@wordpress/format-library": "^1.11.0", |
45 | 47 | "@wordpress/hooks": "^2.6.0", |
46 | | - "@wordpress/i18n": "^3.6.1", |
47 | | - "@wordpress/rich-text": "^3.7.2", |
48 | | - "@wordpress/server-side-render": "^1.3.2", |
49 | | - "@wordpress/url": "^2.8.1", |
| 48 | + "@wordpress/i18n": "^3.7.0", |
| 49 | + "@wordpress/rich-text": "^3.9.0", |
| 50 | + "@wordpress/server-side-render": "^1.5.0", |
| 51 | + "@wordpress/url": "^2.9.0", |
50 | 52 | "babel-jest": "^24.9.0", |
51 | 53 | "babel-loader": "^8.0.6", |
52 | 54 | "duplicate-package-checker-webpack-plugin": "^3.0.0", |
53 | | - "enzyme": "^3.10.0", |
54 | | - "enzyme-adapter-react-16": "^1.15.1", |
| 55 | + "enzyme": "^3.11.0", |
| 56 | + "enzyme-adapter-react-16": "^1.15.2", |
55 | 57 | "enzyme-to-json": "^3.4.3", |
56 | | - "eslint": "^6.5.1", |
57 | | - "eslint-plugin-react": "^7.16.0", |
| 58 | + "eslint": "^6.8.0", |
| 59 | + "eslint-plugin-react": "^7.17.0", |
58 | 60 | "jest": "^24.9.0", |
59 | 61 | "jest-extended": "^0.11.2", |
60 | 62 | "lodash": "^4.17.15", |
61 | 63 | "mousetrap": "^1.6.3", |
62 | 64 | "react-autosize-textarea": "^7.0.0", |
63 | 65 | "speed-measure-webpack-plugin": "^1.3.1", |
64 | | - "webpack": "^4.41.2", |
65 | | - "webpack-cli": "~3.3.9" |
| 66 | + "webpack": "^4.41.5", |
| 67 | + "webpack-cli": "~3.3.10" |
66 | 68 | } |
67 | 69 | } |
0 commit comments