Skip to content

Commit e4b6f5c

Browse files
author
vamsee
committed
commit for version 2.3.0
1 parent 7818bd9 commit e4b6f5c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oe-model-personalization",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "oe-cloud modularization project aka oecloud.io",
55
"engines": {
66
"node": ">=6"
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"async": "2.6.1",
18-
"lodash": "4.17.14"
18+
"lodash": "4.17.19"
1919
},
2020
"devDependencies": {
2121
"babel-eslint": "7.2.3",
@@ -29,13 +29,13 @@
2929
"grunt-mocha-istanbul": "5.0.2",
3030
"istanbul": "0.4.5",
3131
"mocha": "5.2.0",
32-
"oe-cloud": "git+http://evgit/oecloud.io/oe-cloud.git#2.2.0",
32+
"oe-cloud": "git+http://evgit/oecloud.io/oe-cloud.git#2.3.0",
3333
"oe-connector-mongodb": "git+http://evgit/oecloud.io/oe-connector-mongodb.git#2.2.0",
34-
"oe-connector-oracle": "git+http://evgit/oecloud.io/oe-connector-oracle.git#2.2.0",
35-
"oe-connector-postgresql": "git+http://evgit/oecloud.io/oe-connector-postgresql.git#2.2.0",
36-
"oe-model-composite": "git+http://evgit/oecloud.io/oe-model-composite.git#2.2.0",
37-
"oe-multi-tenancy": "git+http://evgit/oecloud.io/oe-multi-tenancy.git#2.2.0",
38-
"oe-validation": "git+http://evgit/oecloud.io/oe-validation.git#2.2.0",
34+
"oe-connector-oracle": "git+http://evgit/oecloud.io/oe-connector-oracle.git#2.3.0",
35+
"oe-connector-postgresql": "git+http://evgit/oecloud.io/oe-connector-postgresql.git#2.3.0",
36+
"oe-model-composite": "git+http://evgit/oecloud.io/oe-model-composite.git#2.3.0",
37+
"oe-multi-tenancy": "git+http://evgit/oecloud.io/oe-multi-tenancy.git#2.3.0",
38+
"oe-validation": "git+http://evgit/oecloud.io/oe-validation.git#2.3.0",
3939
"superagent-defaults": "0.1.14",
4040
"supertest": "3.4.2"
4141
},

0 commit comments

Comments
 (0)