@os-team/profile 1.0.47 → 1.0.48

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 +23 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@os-team/profile",
3
- "version": "1.0.47",
3
+ "version": "1.0.48",
4
4
  "license": "UNLICENSED",
5
5
  "repository": "git@gitlab.com:os-team/libs/profile.git",
6
6
  "main": "dist/cjs/index.js",
@@ -30,7 +30,7 @@
30
30
  "dev-start": "react-app-rewired start",
31
31
  "dev": "yarn relay && npm-run-all dev-start relay:watch",
32
32
  "test": "react-app-rewired test --watchAll=false",
33
- "ncu": "ncu -u '/^(?!(graphql)$).*$/'",
33
+ "ncu": "ncu -u",
34
34
  "lint": "eslint --fix .",
35
35
  "lint-check": "eslint .",
36
36
  "pretty": "prettier --write --ignore-unknown .",
@@ -42,7 +42,7 @@
42
42
  "registry": "https://registry.npmjs.org"
43
43
  },
44
44
  "dependencies": {
45
- "@os-design/core": "^1.0.169",
45
+ "@os-design/core": "^1.0.174",
46
46
  "@os-design/icons": "^1.0.43",
47
47
  "@os-design/media": "^1.0.16",
48
48
  "@os-design/styles": "^1.0.41",
@@ -53,41 +53,40 @@
53
53
  },
54
54
  "devDependencies": {
55
55
  "@babel/cli": "^7.19.3",
56
- "@babel/core": "^7.19.6",
57
- "@babel/preset-env": "^7.19.4",
56
+ "@babel/core": "^7.20.2",
57
+ "@babel/preset-env": "^7.20.2",
58
58
  "@babel/preset-react": "^7.18.6",
59
59
  "@babel/preset-typescript": "^7.18.6",
60
- "@emotion/react": "^11.10.4",
61
- "@emotion/serialize": "^1.1.0",
62
- "@emotion/styled": "^11.10.4",
60
+ "@emotion/react": "^11.10.5",
61
+ "@emotion/serialize": "^1.1.1",
62
+ "@emotion/styled": "^11.10.5",
63
63
  "@os-team/prettier-config": "1.1.9",
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.2.0",
68
- "@types/node": "^18.11.5",
69
- "@types/react": "^18.0.23",
70
- "@types/react-dom": "^18.0.7",
64
+ "@os-team/relay-network-creator": "^1.2.5",
65
+ "@os-team/relay-network-mw-upload": "^1.2.5",
66
+ "@types/jest": "^29.2.2",
67
+ "@types/node": "^18.11.9",
68
+ "@types/react": "^18.0.25",
69
+ "@types/react-dom": "^18.0.8",
71
70
  "@types/react-relay": "^14.1.2",
72
71
  "@types/react-router-dom": "^5.3.3",
73
- "@typescript-eslint/eslint-plugin": "^5.41.0",
74
- "@typescript-eslint/parser": "^5.41.0",
72
+ "@typescript-eslint/eslint-plugin": "^5.42.1",
73
+ "@typescript-eslint/parser": "^5.42.1",
75
74
  "babel-plugin-relay": "^14.1.0",
76
75
  "cross-env": "^7.0.3",
77
- "eslint": "^8.26.0",
76
+ "eslint": "^8.27.0",
78
77
  "eslint-config-os-team-react": "1.1.35",
79
78
  "eslint-plugin-import": "^2.26.0",
80
- "eslint-plugin-jest": "^27.1.3",
79
+ "eslint-plugin-jest": "^27.1.4",
81
80
  "eslint-plugin-jsx-a11y": "^6.6.1",
82
81
  "eslint-plugin-promise": "^6.1.1",
83
82
  "eslint-plugin-react": "^7.31.10",
84
83
  "eslint-plugin-react-hooks": "^4.6.0",
85
84
  "get-graphql-schema": "^2.1.2",
86
- "graphql": "^15.7.2",
85
+ "graphql": "^16.6.0",
87
86
  "husky": "^8.0.1",
88
- "i18next": "^22.0.2",
89
- "i18next-browser-languagedetector": "^6.1.8",
90
- "i18next-http-backend": "^2.0.0",
87
+ "i18next": "^22.0.4",
88
+ "i18next-browser-languagedetector": "^7.0.1",
89
+ "i18next-http-backend": "^2.0.1",
91
90
  "lazysizes": "^5.3.2",
92
91
  "lint-staged": "^13.0.3",
93
92
  "npm-run-all": "^4.1.5",
@@ -98,7 +97,7 @@
98
97
  "react-dom": "^18.2.0",
99
98
  "react-i18next": "^12.0.0",
100
99
  "react-relay": "^14.1.0",
101
- "react-router-dom": "^6.4.2",
100
+ "react-router-dom": "^6.4.3",
102
101
  "react-scripts": "^5.0.1",
103
102
  "react-test-renderer": "^18.2.0",
104
103
  "relay-compiler": "^14.1.0",
@@ -112,7 +111,6 @@
112
111
  "@emotion/serialize": ">=1",
113
112
  "@emotion/styled": ">=11",
114
113
  "@os-team/relay-network-creator": ">=1",
115
- "@os-team/relay-network-mw-credentials": ">=1",
116
114
  "@os-team/relay-network-mw-upload": ">=1",
117
115
  "babel-plugin-relay": ">=12",
118
116
  "graphql": "15",