Skip to content

Commit 6069656

Browse files
authored
Merge pull request #240 from vip-git/renovate/mui-monorepo-restyled
Restyle fix(deps): update mui monorepo
2 parents a06027c + 698771f commit 6069656

File tree

4 files changed

+60
-60
lines changed

4 files changed

+60
-60
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.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-
}
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/dialog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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": "",
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.6.0",
18-
"@material-ui/styles": "4.6.0",
19-
"@material-ui/icons": "4.5.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.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"
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)