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

Commit

Permalink
Merge d046b3f into 63acb32
Browse files Browse the repository at this point in the history
  • Loading branch information
technote-space committed Aug 18, 2019
2 parents 63acb32 + d046b3f commit 02c4b5d
Show file tree
Hide file tree
Showing 12 changed files with 969 additions and 746 deletions.
48 changes: 24 additions & 24 deletions assets/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "add-richtext-toolbar-button",
"version": "1.2.2",
"version": "1.2.3",
"description": "add richtext toolbar button",
"scripts": {
"start": "yarn build",
Expand All @@ -14,7 +14,7 @@
"author": "Technote <technote.space@gmail.com> (https://technote.space)",
"license": "GPL-3.0",
"dependencies": {
"@technote-space/register-grouped-format-type": "^1.0.20"
"@technote-space/register-grouped-format-type": "^1.0.22"
},
"devDependencies": {
"@babel/core": "^7.5.5",
Expand All @@ -25,33 +25,33 @@
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"@wordpress/block-editor": "^2.2.0",
"@wordpress/blocks": "^6.4.0",
"@wordpress/components": "^8.0.0",
"@wordpress/compose": "^3.4.0",
"@wordpress/core-data": "^2.4.0",
"@wordpress/data": "^4.6.0",
"@wordpress/editor": "^9.4.0",
"@wordpress/element": "^2.5.0",
"@wordpress/format-library": "^1.6.0",
"@wordpress/hooks": "^2.4.0",
"@wordpress/i18n": "^3.5.0",
"@wordpress/rich-text": "^3.4.0",
"@wordpress/server-side-render": "^1.0.0",
"@wordpress/url": "^2.6.0",
"babel-jest": "^24.8.0",
"@wordpress/block-editor": "^3.0.0",
"@wordpress/blocks": "^6.5.0",
"@wordpress/components": "^8.1.0",
"@wordpress/compose": "^3.5.0",
"@wordpress/core-data": "^2.5.0",
"@wordpress/data": "^4.7.0",
"@wordpress/editor": "^9.5.0",
"@wordpress/element": "^2.6.0",
"@wordpress/format-library": "^1.7.0",
"@wordpress/hooks": "^2.5.0",
"@wordpress/i18n": "^3.6.0",
"@wordpress/rich-text": "^3.5.0",
"@wordpress/server-side-render": "^1.1.0",
"@wordpress/url": "^2.7.0",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"coveralls": "^3.0.5",
"coveralls": "^3.0.6",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^6.0.1",
"eslint-plugin-react": "^7.14.2",
"jest": "^24.8.0",
"eslint": "^6.1.0",
"eslint-plugin-react": "^7.14.3",
"jest": "^24.9.0",
"jest-extended": "^0.11.2",
"lodash": "^4.17.14",
"lodash": "^4.17.15",
"mousetrap": "^1.6.3",
"react-autosize-textarea": "^7.0.0",
"speed-measure-webpack-plugin": "^1.3.1",
"webpack": "^4.36.1",
"webpack-cli": "~3.3.6"
"webpack": "^4.39.2",
"webpack-cli": "~3.3.7"
}
}
Loading

0 comments on commit 02c4b5d

Please sign in to comment.