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

Commit 8eb06e6

Browse files
Merge pull request #184 from technote-space/release/v2.1.4
Release/v2.1.4
2 parents 41d3761 + e467228 commit 8eb06e6

File tree

10 files changed

+1109
-824
lines changed

10 files changed

+1109
-824
lines changed

assets/js/package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marker-animation",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "marker animation for wordpress",
55
"main": "marker-animation.min.js",
66
"scripts": {
@@ -21,49 +21,49 @@
2121
"author": "Technote <technote.space@gmail.com> (https://technote.space)",
2222
"license": "GPL-3.0",
2323
"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"
2626
},
2727
"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",
3030
"@babel/plugin-transform-modules-commonjs": "^7.5.0",
3131
"@babel/plugin-transform-react-jsx": "^7.3.0",
32-
"@babel/plugin-transform-runtime": "^7.5.0",
32+
"@babel/plugin-transform-runtime": "^7.5.5",
3333
"@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",
5252
"babel-loader": "^8.0.6",
53-
"coveralls": "^3.0.5",
53+
"coveralls": "^3.0.6",
5454
"duplicate-package-checker-webpack-plugin": "^3.0.0",
5555
"enzyme": "^3.10.0",
5656
"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",
6161
"jest-extended": "^0.11.2",
62-
"lodash": "^4.17.14",
62+
"lodash": "^4.17.15",
6363
"mousetrap": "^1.6.3",
6464
"react-autosize-textarea": "^7.0.0",
6565
"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"
6868
}
6969
}

0 commit comments

Comments
 (0)