@os-team/profile 1.0.42 → 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.
Files changed (1) hide show
  1. package/package.json +39 -39
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@os-team/profile",
3
- "version": "1.0.42",
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,51 +42,51 @@
42
42
  "registry": "https://registry.npmjs.org"
43
43
  },
44
44
  "dependencies": {
45
- "@os-design/core": "^1.0.141",
46
- "@os-design/icons": "^1.0.37",
47
- "@os-design/media": "^1.0.14",
48
- "@os-design/styles": "^1.0.35",
49
- "@os-design/theming": "^1.0.33",
50
- "@os-design/utils": "^1.0.50",
45
+ "@os-design/core": "^1.0.153",
46
+ "@os-design/icons": "^1.0.40",
47
+ "@os-design/media": "^1.0.15",
48
+ "@os-design/styles": "^1.0.38",
49
+ "@os-design/theming": "^1.0.36",
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
- "@babel/cli": "^7.18.6",
56
- "@babel/core": "^7.18.6",
57
- "@babel/preset-env": "^7.18.6",
55
+ "@babel/cli": "^7.18.10",
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
- "@emotion/react": "^11.9.3",
61
- "@emotion/serialize": "^1.0.4",
62
- "@emotion/styled": "^11.9.3",
60
+ "@emotion/react": "^11.10.4",
61
+ "@emotion/serialize": "^1.1.0",
62
+ "@emotion/styled": "^11.10.4",
63
63
  "@os-team/prettier-config": "1.1.8",
64
- "@os-team/relay-network-creator": "^1.1.9",
65
- "@os-team/relay-network-mw-credentials": "^1.1.15",
66
- "@os-team/relay-network-mw-upload": "^1.1.15",
67
- "@types/jest": "^28.1.4",
68
- "@types/node": "^18.0.3",
69
- "@types/react": "^18.0.15",
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
- "@types/react-relay": "^13.0.2",
71
+ "@types/react-relay": "^14.1.1",
72
72
  "@types/react-router-dom": "^5.3.3",
73
- "@typescript-eslint/eslint-plugin": "^5.30.6",
74
- "@typescript-eslint/parser": "^5.30.6",
75
- "babel-plugin-relay": "^14.0.0",
73
+ "@typescript-eslint/eslint-plugin": "^5.37.0",
74
+ "@typescript-eslint/parser": "^5.37.0",
75
+ "babel-plugin-relay": "^14.1.0",
76
76
  "cross-env": "^7.0.3",
77
- "eslint": "^8.19.0",
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": "^26.5.3",
81
- "eslint-plugin-jsx-a11y": "^6.6.0",
82
- "eslint-plugin-promise": "^6.0.0",
83
- "eslint-plugin-react": "^7.30.1",
80
+ "eslint-plugin-jest": "^27.0.4",
81
+ "eslint-plugin-jsx-a11y": "^6.6.1",
82
+ "eslint-plugin-promise": "^6.0.1",
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.8.13",
89
- "i18next-browser-languagedetector": "^6.1.4",
88
+ "i18next": "^21.9.2",
89
+ "i18next-browser-languagedetector": "^6.1.5",
90
90
  "i18next-http-backend": "^1.4.1",
91
91
  "lazysizes": "^5.3.2",
92
92
  "lint-staged": "^13.0.3",
@@ -96,16 +96,16 @@
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.0",
100
- "react-relay": "^14.0.0",
101
- "react-router-dom": "^6.3.0",
99
+ "react-i18next": "^11.18.6",
100
+ "react-relay": "^14.1.0",
101
+ "react-router-dom": "^6.4.0",
102
102
  "react-scripts": "^5.0.1",
103
103
  "react-test-renderer": "^18.2.0",
104
- "relay-compiler": "^14.0.0",
105
- "relay-runtime": "^14.0.0",
106
- "release-it": "^15.1.1",
107
- "typescript": "^4.7.4",
108
- "webpack-bundle-analyzer": "^4.5.0"
104
+ "relay-compiler": "^14.1.0",
105
+ "relay-runtime": "^14.1.0",
106
+ "release-it": "^15.4.2",
107
+ "typescript": "^4.8.3",
108
+ "webpack-bundle-analyzer": "^4.6.1"
109
109
  },
110
110
  "peerDependencies": {
111
111
  "@emotion/react": ">=11",
@@ -123,7 +123,7 @@
123
123
  "react": "^18.2.0",
124
124
  "react-dom": "^18.2.0",
125
125
  "react-i18next": ">=11",
126
- "react-relay": "^14.0.0",
126
+ "react-relay": "^14.1.0",
127
127
  "react-router-dom": ">=5",
128
128
  "react-scripts": ">=5",
129
129
  "relay-compiler": ">=12",