@os-team/profile 1.0.43 → 1.0.44
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 +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@os-team/profile",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.44",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"repository": "git@gitlab.com:os-team/libs/profile.git",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -42,50 +42,50 @@
|
|
|
42
42
|
"registry": "https://registry.npmjs.org"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@os-design/core": "^1.0.
|
|
45
|
+
"@os-design/core": "^1.0.153",
|
|
46
46
|
"@os-design/icons": "^1.0.40",
|
|
47
47
|
"@os-design/media": "^1.0.15",
|
|
48
48
|
"@os-design/styles": "^1.0.38",
|
|
49
49
|
"@os-design/theming": "^1.0.36",
|
|
50
|
-
"@os-design/utils": "^1.0.
|
|
50
|
+
"@os-design/utils": "^1.0.54",
|
|
51
51
|
"@os-team/form-utils": "^1.0.31",
|
|
52
52
|
"@os-team/plural-forms": "^1.0.10"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@babel/cli": "^7.18.10",
|
|
56
|
-
"@babel/core": "^7.
|
|
57
|
-
"@babel/preset-env": "^7.
|
|
56
|
+
"@babel/core": "^7.19.1",
|
|
57
|
+
"@babel/preset-env": "^7.19.1",
|
|
58
58
|
"@babel/preset-react": "^7.18.6",
|
|
59
59
|
"@babel/preset-typescript": "^7.18.6",
|
|
60
60
|
"@emotion/react": "^11.10.4",
|
|
61
61
|
"@emotion/serialize": "^1.1.0",
|
|
62
62
|
"@emotion/styled": "^11.10.4",
|
|
63
63
|
"@os-team/prettier-config": "1.1.8",
|
|
64
|
-
"@os-team/relay-network-creator": "^1.1.
|
|
65
|
-
"@os-team/relay-network-mw-credentials": "^1.1.
|
|
66
|
-
"@os-team/relay-network-mw-upload": "^1.1.
|
|
67
|
-
"@types/jest": "^29.0.
|
|
68
|
-
"@types/node": "^18.7.
|
|
69
|
-
"@types/react": "^18.0.
|
|
64
|
+
"@os-team/relay-network-creator": "^1.1.11",
|
|
65
|
+
"@os-team/relay-network-mw-credentials": "^1.1.17",
|
|
66
|
+
"@os-team/relay-network-mw-upload": "^1.1.17",
|
|
67
|
+
"@types/jest": "^29.0.3",
|
|
68
|
+
"@types/node": "^18.7.18",
|
|
69
|
+
"@types/react": "^18.0.20",
|
|
70
70
|
"@types/react-dom": "^18.0.6",
|
|
71
71
|
"@types/react-relay": "^14.1.1",
|
|
72
72
|
"@types/react-router-dom": "^5.3.3",
|
|
73
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
74
|
-
"@typescript-eslint/parser": "^5.
|
|
73
|
+
"@typescript-eslint/eslint-plugin": "^5.37.0",
|
|
74
|
+
"@typescript-eslint/parser": "^5.37.0",
|
|
75
75
|
"babel-plugin-relay": "^14.1.0",
|
|
76
76
|
"cross-env": "^7.0.3",
|
|
77
|
-
"eslint": "^8.23.
|
|
77
|
+
"eslint": "^8.23.1",
|
|
78
78
|
"eslint-config-os-team-react": "1.1.35",
|
|
79
79
|
"eslint-plugin-import": "^2.26.0",
|
|
80
|
-
"eslint-plugin-jest": "^27.0.
|
|
80
|
+
"eslint-plugin-jest": "^27.0.4",
|
|
81
81
|
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
82
82
|
"eslint-plugin-promise": "^6.0.1",
|
|
83
|
-
"eslint-plugin-react": "^7.31.
|
|
83
|
+
"eslint-plugin-react": "^7.31.8",
|
|
84
84
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
85
85
|
"get-graphql-schema": "^2.1.2",
|
|
86
86
|
"graphql": "^15.7.2",
|
|
87
87
|
"husky": "^8.0.1",
|
|
88
|
-
"i18next": "^21.9.
|
|
88
|
+
"i18next": "^21.9.2",
|
|
89
89
|
"i18next-browser-languagedetector": "^6.1.5",
|
|
90
90
|
"i18next-http-backend": "^1.4.1",
|
|
91
91
|
"lazysizes": "^5.3.2",
|
|
@@ -96,15 +96,15 @@
|
|
|
96
96
|
"react": "^18.2.0",
|
|
97
97
|
"react-app-rewired": "^2.2.1",
|
|
98
98
|
"react-dom": "^18.2.0",
|
|
99
|
-
"react-i18next": "^11.18.
|
|
99
|
+
"react-i18next": "^11.18.6",
|
|
100
100
|
"react-relay": "^14.1.0",
|
|
101
|
-
"react-router-dom": "^6.
|
|
101
|
+
"react-router-dom": "^6.4.0",
|
|
102
102
|
"react-scripts": "^5.0.1",
|
|
103
103
|
"react-test-renderer": "^18.2.0",
|
|
104
104
|
"relay-compiler": "^14.1.0",
|
|
105
105
|
"relay-runtime": "^14.1.0",
|
|
106
|
-
"release-it": "^15.4.
|
|
107
|
-
"typescript": "^4.8.
|
|
106
|
+
"release-it": "^15.4.2",
|
|
107
|
+
"typescript": "^4.8.3",
|
|
108
108
|
"webpack-bundle-analyzer": "^4.6.1"
|
|
109
109
|
},
|
|
110
110
|
"peerDependencies": {
|