Skip to content

Commit 2b89765

Browse files
committed
3.4.1 utils
1 parent 4331664 commit 2b89765

File tree

4 files changed

+320
-2067
lines changed

4 files changed

+320
-2067
lines changed

packages/create-react-wptheme-utils/create-react-wptheme-error-overlay/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devloco/create-react-wptheme-error-overlay",
3-
"version": "3.4.0-wp.1",
3+
"version": "3.4.1-wp.1",
44
"description": "create-react-wptheme client with error overlay",
55
"main": "wptheme-error-overlay.js",
66
"scripts": {
@@ -17,15 +17,15 @@
1717
"wpThemeErrorOverlay.js"
1818
],
1919
"dependencies": {
20-
"react-dev-utils": "^10.2.0",
21-
"react-error-overlay": "^6.0.6"
20+
"react-dev-utils": "^10.2.1",
21+
"react-error-overlay": "^6.0.7"
2222
},
2323
"devDependencies": {
2424
"@babel/code-frame": "^7.8.3",
25-
"@babel/core": "^7.8.4",
25+
"@babel/core": "^7.9.0",
2626
"@webpack-cli/info": "^0.2.0",
27-
"babel-loader": "^8.0.6",
28-
"webpack": "^4.41.6",
27+
"babel-loader": "^8.1.0",
28+
"webpack": "^4.42.1",
2929
"webpack-cli": "^3.3.11"
3030
}
3131
}

packages/create-react-wptheme-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devloco/create-react-wptheme-utils",
3-
"version": "3.4.0-wp.12",
3+
"version": "3.4.1-wp.1",
44
"description": "Utilities used by create-react-wptheme.",
55
"engines": {
66
"node": ">=8"
@@ -32,7 +32,7 @@
3232
"chokidar": "^3.3.1",
3333
"shelljs": "^0.8.3",
3434
"fs-extra": "^8.1.0",
35-
"ws": "^7.2.1"
35+
"ws": "^7.2.3"
3636
},
3737
"devDependencies": {}
3838
}

0 commit comments

Comments
 (0)