Skip to content

Commit a48af15

Browse files
authored
Merge pull request #179 from vip-git/renovate/mui-monorepo
fix(deps): update mui monorepo
2 parents a02034a + 6069656 commit a48af15

File tree

5 files changed

+66
-66
lines changed

5 files changed

+66
-66
lines changed
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "@omega-core/services",
3-
"version": "0.3.10",
4-
"main": "./index.tsx",
5-
"scripts": {
6-
"deploy": "npm version patch && npm publish --access public"
7-
},
8-
"dependencies": {
9-
"@material-ui/core": "4.2.0",
10-
"@material-ui/styles": "4.2.0",
11-
"@material-ui/icons": "4.2.1",
12-
"@omega-core/assets": "0.3.4",
13-
"@omega-core/config": "0.3.12"
14-
}
2+
"name": "@omega-core/services",
3+
"version": "0.3.10",
4+
"main": "./index.tsx",
5+
"scripts": {
6+
"deploy": "npm version patch && npm publish --access public"
7+
},
8+
"dependencies": {
9+
"@material-ui/core": "4.6.0",
10+
"@material-ui/styles": "4.6.0",
11+
"@material-ui/icons": "4.5.1",
12+
"@omega-core/assets": "0.3.4",
13+
"@omega-core/config": "0.3.12"
14+
}
1515
}

src/client/web/app/common/components/chat-box/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"description": "",
1111
"gitHead": "f427f35e8053f50b3dbfebf486a0528220c3888b",
1212
"dependencies": {
13-
"@material-ui/core": "4.2.0",
14-
"@material-ui/styles": "4.2.0",
15-
"@material-ui/icons": "4.2.1",
13+
"@material-ui/core": "4.6.0",
14+
"@material-ui/styles": "4.6.0",
15+
"@material-ui/icons": "4.5.1",
1616
"@omega-core/assets": "^0.3.4",
1717
"@omega-web-components/wrapper": "^0.3.3",
1818
"classnames": "^2.2.6",

src/client/web/app/common/components/dialog/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"version": "0.3.6",
44
"main": "./index.tsx",
55
"scripts": {
6-
"deploy": "npm version patch && npm publish --access public"
7-
},
6+
"deploy": "npm version patch && npm publish --access public"
7+
},
88
"author": "",
99
"license": "ISC",
1010
"description": "",
1111
"gitHead": "f427f35e8053f50b3dbfebf486a0528220c3888b",
1212
"dependencies": {
13-
"@material-ui/core": "4.2.0",
14-
"@material-ui/styles": "4.2.0",
15-
"@material-ui/icons": "4.2.1",
13+
"@material-ui/core": "4.6.0",
14+
"@material-ui/styles": "4.6.0",
15+
"@material-ui/icons": "4.5.1",
1616
"react": "^16.8.6"
1717
}
1818
}
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"name": "@omega-web-containers/chat",
3-
"version": "0.3.9",
4-
"main": "./index.tsx",
5-
"scripts": {
6-
"deploy": "npm version patch && npm publish --access public"
7-
},
8-
"dependencies": {
9-
"reselect": "4.0.0",
10-
"@omega-state-machines/chat": "0.3.10",
11-
"@omega-web-components/chat-box": "0.3.10",
12-
"@omega-web-components/dialog": "0.3.6",
13-
"@omega-shared-components/content": "0.3.19"
14-
},
15-
"gitHead": "f427f35e8053f50b3dbfebf486a0528220c3888b",
16-
"devDependencies": {
17-
"@material-ui/core": "4.2.0",
18-
"@material-ui/styles": "4.2.0",
19-
"@material-ui/icons": "4.2.1"
20-
}
2+
"name": "@omega-web-containers/chat",
3+
"version": "0.3.9",
4+
"main": "./index.tsx",
5+
"scripts": {
6+
"deploy": "npm version patch && npm publish --access public"
7+
},
8+
"dependencies": {
9+
"reselect": "4.0.0",
10+
"@omega-state-machines/chat": "0.3.10",
11+
"@omega-web-components/chat-box": "0.3.10",
12+
"@omega-web-components/dialog": "0.3.6",
13+
"@omega-shared-components/content": "0.3.19"
14+
},
15+
"gitHead": "f427f35e8053f50b3dbfebf486a0528220c3888b",
16+
"devDependencies": {
17+
"@material-ui/core": "4.6.0",
18+
"@material-ui/styles": "4.6.0",
19+
"@material-ui/icons": "4.5.1"
20+
}
2121
}

src/client/web/package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
2-
"name": "omega-web",
3-
"version": "0.3.10",
4-
"main": "./index.tsx",
5-
"scripts": {
6-
"deploy": "npm version patch && npm publish --access public"
7-
},
8-
"dependencies": {
9-
"@material-ui/core": "4.2.0",
10-
"@material-ui/styles": "4.2.0",
11-
"@material-ui/icons": "4.2.0",
12-
"@omega-web-containers/chat": "0.3.9",
13-
"date-fns": "1.30.1",
14-
"i18next": "17.0.9",
15-
"jsonwebtoken": "8.5.1",
16-
"lodash": "4.17.13",
17-
"mini-css-extract-plugin": "0.7.0",
18-
"prop-types": "15.7.2",
19-
"react-dev-utils": "5.0.3",
20-
"react-dom": "16.8.6",
21-
"react-fade-in": "0.1.6",
22-
"react-helmet": "5.2.1",
23-
"react-i18next": "7.13.0",
24-
"react-router-dom": "4.3.1",
25-
"reflect-metadata": "0.1.13"
26-
},
27-
"gitHead": "f427f35e8053f50b3dbfebf486a0528220c3888b"
2+
"name": "omega-web",
3+
"version": "0.3.10",
4+
"main": "./index.tsx",
5+
"scripts": {
6+
"deploy": "npm version patch && npm publish --access public"
7+
},
8+
"dependencies": {
9+
"@material-ui/core": "4.6.0",
10+
"@material-ui/styles": "4.6.0",
11+
"@material-ui/icons": "4.5.1",
12+
"@omega-web-containers/chat": "0.3.9",
13+
"date-fns": "1.30.1",
14+
"i18next": "17.0.9",
15+
"jsonwebtoken": "8.5.1",
16+
"lodash": "4.17.13",
17+
"mini-css-extract-plugin": "0.7.0",
18+
"prop-types": "15.7.2",
19+
"react-dev-utils": "5.0.3",
20+
"react-dom": "16.8.6",
21+
"react-fade-in": "0.1.6",
22+
"react-helmet": "5.2.1",
23+
"react-i18next": "7.13.0",
24+
"react-router-dom": "4.3.1",
25+
"reflect-metadata": "0.1.13"
26+
},
27+
"gitHead": "f427f35e8053f50b3dbfebf486a0528220c3888b"
2828
}

0 commit comments

Comments
 (0)