@os-team/profile 1.1.2 → 1.1.4
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 +26 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@os-team/profile",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"repository": "git@gitlab.com:os-team/libs/profile.git",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"registry": "https://registry.npmjs.org"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@os-design/core": "^1.0.
|
|
46
|
-
"@os-design/form": "^1.0.
|
|
45
|
+
"@os-design/core": "^1.0.196",
|
|
46
|
+
"@os-design/form": "^1.0.27",
|
|
47
47
|
"@os-design/icons": "^1.0.46",
|
|
48
48
|
"@os-design/media": "^1.0.18",
|
|
49
49
|
"@os-design/styles": "^1.0.43",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@babel/cli": "^7.20.7",
|
|
56
|
-
"@babel/core": "^7.20.
|
|
56
|
+
"@babel/core": "^7.20.12",
|
|
57
57
|
"@babel/preset-env": "^7.20.2",
|
|
58
58
|
"@babel/preset-react": "^7.18.6",
|
|
59
59
|
"@babel/preset-typescript": "^7.18.6",
|
|
@@ -61,49 +61,49 @@
|
|
|
61
61
|
"@emotion/serialize": "^1.1.1",
|
|
62
62
|
"@emotion/styled": "^11.10.5",
|
|
63
63
|
"@os-team/prettier-config": "1.1.9",
|
|
64
|
-
"@os-team/relay-network-creator": "^1.2.
|
|
65
|
-
"@os-team/relay-network-mw-upload": "^1.2.
|
|
66
|
-
"@types/jest": "^29.
|
|
67
|
-
"@types/node": "^18.
|
|
68
|
-
"@types/react": "^18.0.
|
|
64
|
+
"@os-team/relay-network-creator": "^1.2.14",
|
|
65
|
+
"@os-team/relay-network-mw-upload": "^1.2.13",
|
|
66
|
+
"@types/jest": "^29.4.0",
|
|
67
|
+
"@types/node": "^18.13.0",
|
|
68
|
+
"@types/react": "^18.0.28",
|
|
69
69
|
"@types/react-dom": "^18.0.10",
|
|
70
|
-
"@types/react-relay": "^14.1.
|
|
70
|
+
"@types/react-relay": "^14.1.3",
|
|
71
71
|
"@types/react-router-dom": "^5.3.3",
|
|
72
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
73
|
-
"@typescript-eslint/parser": "^5.
|
|
72
|
+
"@typescript-eslint/eslint-plugin": "^5.51.0",
|
|
73
|
+
"@typescript-eslint/parser": "^5.51.0",
|
|
74
74
|
"babel-plugin-relay": "^14.1.0",
|
|
75
75
|
"cross-env": "^7.0.3",
|
|
76
|
-
"eslint": "^8.
|
|
77
|
-
"eslint-config-os-team-react": "1.1.
|
|
78
|
-
"eslint-plugin-import": "^2.
|
|
79
|
-
"eslint-plugin-jest": "^27.1
|
|
80
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
76
|
+
"eslint": "^8.34.0",
|
|
77
|
+
"eslint-config-os-team-react": "1.1.36",
|
|
78
|
+
"eslint-plugin-import": "^2.27.5",
|
|
79
|
+
"eslint-plugin-jest": "^27.2.1",
|
|
80
|
+
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
81
81
|
"eslint-plugin-promise": "^6.1.1",
|
|
82
|
-
"eslint-plugin-react": "^7.
|
|
82
|
+
"eslint-plugin-react": "^7.32.2",
|
|
83
83
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
84
84
|
"get-graphql-schema": "^2.1.2",
|
|
85
85
|
"graphql": "^16.6.0",
|
|
86
|
-
"husky": "^8.0.
|
|
87
|
-
"i18next": "^22.4.
|
|
86
|
+
"husky": "^8.0.3",
|
|
87
|
+
"i18next": "^22.4.9",
|
|
88
88
|
"i18next-browser-languagedetector": "^7.0.1",
|
|
89
89
|
"i18next-http-backend": "^2.1.1",
|
|
90
90
|
"lazysizes": "^5.3.2",
|
|
91
|
-
"lint-staged": "^13.1.
|
|
91
|
+
"lint-staged": "^13.1.1",
|
|
92
92
|
"npm-run-all": "^4.1.5",
|
|
93
|
-
"prettier": "2.8.
|
|
93
|
+
"prettier": "2.8.4",
|
|
94
94
|
"progress-bar-webpack-plugin": "^2.1.0",
|
|
95
95
|
"react": "^18.2.0",
|
|
96
96
|
"react-app-rewired": "^2.2.1",
|
|
97
97
|
"react-dom": "^18.2.0",
|
|
98
|
-
"react-i18next": "^12.1.
|
|
98
|
+
"react-i18next": "^12.1.5",
|
|
99
99
|
"react-relay": "^14.1.0",
|
|
100
|
-
"react-router-dom": "^6.
|
|
100
|
+
"react-router-dom": "^6.8.1",
|
|
101
101
|
"react-scripts": "^5.0.1",
|
|
102
102
|
"react-test-renderer": "^18.2.0",
|
|
103
103
|
"relay-compiler": "^14.1.0",
|
|
104
104
|
"relay-runtime": "^14.1.0",
|
|
105
|
-
"release-it": "^15.
|
|
106
|
-
"typescript": "^4.9.
|
|
105
|
+
"release-it": "^15.6.0",
|
|
106
|
+
"typescript": "^4.9.5",
|
|
107
107
|
"webpack-bundle-analyzer": "^4.7.0"
|
|
108
108
|
},
|
|
109
109
|
"peerDependencies": {
|