@os-team/profile 1.0.37 → 1.0.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +38 -38
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@os-team/profile",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.38",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"repository": "git@gitlab.com:os-team/libs/profile.git",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -41,68 +41,68 @@
|
|
|
41
41
|
"registry": "https://registry.npmjs.org"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@os-design/core": "^1.0.
|
|
45
|
-
"@os-design/icons": "^1.0.
|
|
44
|
+
"@os-design/core": "^1.0.117",
|
|
45
|
+
"@os-design/icons": "^1.0.33",
|
|
46
46
|
"@os-design/media": "^1.0.10",
|
|
47
|
-
"@os-design/styles": "^1.0.
|
|
48
|
-
"@os-design/theming": "^1.0.
|
|
49
|
-
"@os-design/utils": "^1.0.
|
|
47
|
+
"@os-design/styles": "^1.0.31",
|
|
48
|
+
"@os-design/theming": "^1.0.29",
|
|
49
|
+
"@os-design/utils": "^1.0.44",
|
|
50
50
|
"@os-team/form-utils": "^1.0.30",
|
|
51
51
|
"@os-team/plural-forms": "^1.0.10"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@babel/cli": "^7.17.
|
|
55
|
-
"@babel/core": "^7.17.
|
|
54
|
+
"@babel/cli": "^7.17.6",
|
|
55
|
+
"@babel/core": "^7.17.8",
|
|
56
56
|
"@babel/preset-env": "^7.16.11",
|
|
57
57
|
"@babel/preset-react": "^7.16.7",
|
|
58
58
|
"@babel/preset-typescript": "^7.16.7",
|
|
59
|
-
"@emotion/react": "^11.
|
|
59
|
+
"@emotion/react": "^11.8.2",
|
|
60
60
|
"@emotion/serialize": "^1.0.2",
|
|
61
|
-
"@emotion/styled": "^11.
|
|
61
|
+
"@emotion/styled": "^11.8.1",
|
|
62
62
|
"@os-team/prettier-config": "1.1.8",
|
|
63
|
-
"@os-team/relay-network-creator": "^1.1.
|
|
64
|
-
"@os-team/relay-network-mw-credentials": "^1.1.
|
|
65
|
-
"@os-team/relay-network-mw-upload": "^1.1.
|
|
66
|
-
"@types/jest": "^27.4.
|
|
67
|
-
"@types/node": "^17.0.
|
|
68
|
-
"@types/react": "^17.0.
|
|
69
|
-
"@types/react-dom": "^17.0.
|
|
63
|
+
"@os-team/relay-network-creator": "^1.1.9",
|
|
64
|
+
"@os-team/relay-network-mw-credentials": "^1.1.15",
|
|
65
|
+
"@os-team/relay-network-mw-upload": "^1.1.15",
|
|
66
|
+
"@types/jest": "^27.4.1",
|
|
67
|
+
"@types/node": "^17.0.21",
|
|
68
|
+
"@types/react": "^17.0.41",
|
|
69
|
+
"@types/react-dom": "^17.0.14",
|
|
70
70
|
"@types/react-relay": "^13.0.1",
|
|
71
71
|
"@types/react-router-dom": "^5.3.3",
|
|
72
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
73
|
-
"@typescript-eslint/parser": "^5.
|
|
74
|
-
"babel-plugin-relay": "^13.
|
|
72
|
+
"@typescript-eslint/eslint-plugin": "^5.15.0",
|
|
73
|
+
"@typescript-eslint/parser": "^5.15.0",
|
|
74
|
+
"babel-plugin-relay": "^13.2.0",
|
|
75
75
|
"cross-env": "^7.0.3",
|
|
76
|
-
"eslint": "^8.
|
|
77
|
-
"eslint-config-os-team-react": "1.1.
|
|
76
|
+
"eslint": "^8.11.0",
|
|
77
|
+
"eslint-config-os-team-react": "1.1.34",
|
|
78
78
|
"eslint-plugin-import": "^2.25.4",
|
|
79
|
-
"eslint-plugin-jest": "^26.1.
|
|
79
|
+
"eslint-plugin-jest": "^26.1.2",
|
|
80
80
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
81
81
|
"eslint-plugin-promise": "^6.0.0",
|
|
82
|
-
"eslint-plugin-react": "^7.
|
|
82
|
+
"eslint-plugin-react": "^7.29.4",
|
|
83
83
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
84
84
|
"get-graphql-schema": "^2.1.2",
|
|
85
85
|
"graphql": "^15.7.2",
|
|
86
86
|
"husky": "^7.0.4",
|
|
87
|
-
"i18next": "^21.6.
|
|
87
|
+
"i18next": "^21.6.14",
|
|
88
88
|
"i18next-browser-languagedetector": "^6.1.3",
|
|
89
|
-
"i18next-http-backend": "^1.
|
|
89
|
+
"i18next-http-backend": "^1.4.0",
|
|
90
90
|
"lazysizes": "^5.3.2",
|
|
91
|
-
"lint-staged": "^12.3.
|
|
91
|
+
"lint-staged": "^12.3.7",
|
|
92
92
|
"npm-run-all": "^4.1.5",
|
|
93
|
-
"prettier": "2.
|
|
93
|
+
"prettier": "2.6.0",
|
|
94
94
|
"progress-bar-webpack-plugin": "^2.1.0",
|
|
95
|
-
"react": "0.0.0-experimental-
|
|
96
|
-
"react-dom": "0.0.0-experimental-
|
|
97
|
-
"react-i18next": "^11.
|
|
95
|
+
"react": "0.0.0-experimental-645ec5d6f-20220317",
|
|
96
|
+
"react-dom": "0.0.0-experimental-645ec5d6f-20220317",
|
|
97
|
+
"react-i18next": "^11.16.1",
|
|
98
98
|
"react-relay": "0.0.0-experimental-4c4107dd",
|
|
99
|
-
"react-router-dom": "^6.2.
|
|
99
|
+
"react-router-dom": "^6.2.2",
|
|
100
100
|
"react-scripts": "^4.0.3",
|
|
101
101
|
"react-test-renderer": "^17.0.2",
|
|
102
|
-
"relay-compiler": "^13.
|
|
103
|
-
"relay-runtime": "^13.
|
|
104
|
-
"release-it": "^14.
|
|
105
|
-
"typescript": "^4.
|
|
102
|
+
"relay-compiler": "^13.2.0",
|
|
103
|
+
"relay-runtime": "^13.2.0",
|
|
104
|
+
"release-it": "^14.13.0",
|
|
105
|
+
"typescript": "^4.6.2",
|
|
106
106
|
"webpack-bundle-analyzer": "^4.5.0"
|
|
107
107
|
},
|
|
108
108
|
"peerDependencies": {
|
|
@@ -118,8 +118,8 @@
|
|
|
118
118
|
"i18next-browser-languagedetector": ">=6",
|
|
119
119
|
"i18next-http-backend": ">=1",
|
|
120
120
|
"lazysizes": ">=5",
|
|
121
|
-
"react": "0.0.0-experimental-
|
|
122
|
-
"react-dom": "0.0.0-experimental-
|
|
121
|
+
"react": "0.0.0-experimental-645ec5d6f-20220317",
|
|
122
|
+
"react-dom": "0.0.0-experimental-645ec5d6f-20220317",
|
|
123
123
|
"react-i18next": ">=11",
|
|
124
124
|
"react-relay": "0.0.0-experimental-4c4107dd",
|
|
125
125
|
"react-router-dom": ">=5",
|