Skip to content

Commit bbb0b18

Browse files
authored
Merge pull request #157 from liferay/wincent/update-deps
chore(js-toolkit): update dependencies on js-toolkit-core
2 parents b92d677 + 1d38b74 commit bbb0b18

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

projects/js-toolkit/packages/generator-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
33
"dependencies": {
4-
"@liferay/js-toolkit-core": "3.0.0-alpha.2",
4+
"@liferay/js-toolkit-core": "3.0.1-pre.0",
55
"dot-prop": "^5.0.1",
66
"fs-extra": "^8.1.0",
77
"read-json-sync": "^2.0.1",

projects/js-toolkit/packages/js-toolkit-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"dependencies": {
77
"@babel/core": "^7.0.0",
8-
"@liferay/js-toolkit-core": "3.0.0-alpha.2",
8+
"@liferay/js-toolkit-core": "3.0.1-pre.0",
99
"babel-template": "^6.26.0",
1010
"cpr": "^3.0.1",
1111
"cross-spawn": "^7.0.0",

projects/js-toolkit/packages/npm-bundler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"liferay-npm-bundler": "bin/liferay-npm-bundler.js"
55
},
66
"dependencies": {
7-
"@liferay/js-toolkit-core": "3.0.0-alpha.2",
7+
"@liferay/js-toolkit-core": "3.0.1-pre.0",
88
"acorn": "^6.2.1",
99
"cross-spawn": "^7.0.0",
1010
"ejs": "^2.6.1",

0 commit comments

Comments
 (0)