Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit 4ed7091

Browse files
Merge pull request #299 from technote-space/release/v2.2.6
release/v2.2.6
2 parents 4174912 + eb499e3 commit 4ed7091

File tree

7 files changed

+2068
-1632
lines changed

7 files changed

+2068
-1632
lines changed

assets/js/package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "marker-animation",
3-
"version": "2.2.5",
3+
"version": "2.2.6",
44
"description": "marker animation for wordpress",
55
"main": "marker-animation.min.js",
66
"scripts": {
77
"start": "yarn build",
88
"test": "yarn lint && yarn cover",
99
"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'",
1212
"cover": "jest --coverage",
1313
"cover:update": "jest --coverage --updateSnapshot",
1414
"develop": "yarn develop:m && yarn develop:g",
@@ -22,45 +22,45 @@
2222
"author": "Technote <technote.space@gmail.com> (https://technote.space)",
2323
"license": "GPL-3.0",
2424
"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"
2727
},
2828
"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",
4545
"@wordpress/element": "^2.10.0",
46-
"@wordpress/format-library": "^1.11.0",
46+
"@wordpress/format-library": "^1.12.0",
4747
"@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",
5151
"@wordpress/url": "^2.9.0",
52-
"babel-jest": "^24.9.0",
52+
"babel-jest": "^25.1.0",
5353
"babel-loader": "^8.0.6",
5454
"duplicate-package-checker-webpack-plugin": "^3.0.0",
5555
"enzyme": "^3.11.0",
5656
"enzyme-adapter-react-16": "^1.15.2",
5757
"enzyme-to-json": "^3.4.3",
5858
"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",
6262
"lodash": "^4.17.15",
63-
"mousetrap": "^1.6.3",
63+
"mousetrap": "^1.6.5",
6464
"react-autosize-textarea": "^7.0.0",
6565
"speed-measure-webpack-plugin": "^1.3.1",
6666
"webpack": "^4.41.5",

0 commit comments

Comments
 (0)