@os-team/profile 1.2.5 → 1.2.6

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 +26 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@os-team/profile",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "license": "UNLICENSED",
5
5
  "repository": "git@gitlab.com:os-team/libs/profile.git",
6
6
  "main": "./dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "dev-start": "react-app-rewired start",
24
24
  "dev": "yarn relay && npm-run-all dev-start relay:watch",
25
25
  "test": "exit 0",
26
- "ncu": "ncu -u",
26
+ "ncu": "ncu -u '/^(?!(react|@types/react|react-dom|@types/react-dom)$).*$/'",
27
27
  "lint": "eslint --fix .",
28
28
  "lint-check": "eslint .",
29
29
  "pretty": "prettier --write --ignore-unknown .",
@@ -34,56 +34,59 @@
34
34
  "access": "public",
35
35
  "registry": "https://registry.npmjs.org"
36
36
  },
37
+ "resolutions": {
38
+ "@types/react": "^18.3.14",
39
+ "@types/react-dom": "^18.3.2"
40
+ },
37
41
  "dependencies": {
38
- "@os-design/core": "^1.0.264",
39
- "@os-design/form": "^1.0.99",
40
- "@os-design/icons": "^1.0.67",
41
- "@os-design/media": "^1.0.31",
42
- "@os-design/styles": "^1.0.64",
43
- "@os-design/theming": "^1.0.60",
44
- "@os-design/utils": "^1.0.84",
45
- "@os-team/plural-forms": "^1.0.16"
42
+ "@os-design/core": "^1.0.265",
43
+ "@os-design/form": "^1.0.100",
44
+ "@os-design/icons": "^1.0.68",
45
+ "@os-design/media": "^1.0.32",
46
+ "@os-design/styles": "^1.0.65",
47
+ "@os-design/theming": "^1.0.61",
48
+ "@os-design/utils": "^1.0.85",
49
+ "@os-team/plural-forms": "^1.0.17"
46
50
  },
47
51
  "devDependencies": {
48
- "@babel/cli": "^7.25.9",
52
+ "@babel/cli": "^7.26.4",
49
53
  "@babel/core": "^7.26.0",
50
54
  "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
51
55
  "@babel/preset-env": "^7.26.0",
52
- "@babel/preset-react": "^7.25.9",
56
+ "@babel/preset-react": "^7.26.3",
53
57
  "@babel/preset-typescript": "^7.26.0",
54
58
  "@emotion/react": "^11.13.5",
55
59
  "@emotion/serialize": "^1.3.3",
56
60
  "@emotion/styled": "^11.13.5",
57
61
  "@os-team/prettier-config": "1.2.8",
58
- "@os-team/relay-network-creator": "^1.3.2",
59
- "@os-team/relay-network-mw-upload": "^1.2.26",
62
+ "@os-team/relay-network-creator": "^1.3.3",
63
+ "@os-team/relay-network-mw-upload": "^1.2.27",
60
64
  "@types/node": "^22.10.1",
61
- "@types/react": "^18.3.12",
62
- "@types/react-dom": "^18.3.1",
63
- "@types/react-relay": "^16.0.6",
65
+ "@types/react": "^18.3.14",
66
+ "@types/react-dom": "^18.3.2",
67
+ "@types/react-relay": "^18.2.0",
64
68
  "babel-plugin-relay": "^18.2.0",
65
69
  "cross-env": "^7.0.3",
66
70
  "eslint": "^9.16.0",
67
- "eslint-config-os-team-react": "1.2.27",
71
+ "eslint-config-os-team-react": "1.2.28",
68
72
  "get-graphql-schema": "^2.1.2",
69
73
  "graphql": "^16.9.0",
70
74
  "husky": "^9.1.7",
71
- "i18next": "^24.0.2",
72
- "i18next-browser-languagedetector": "^8.0.0",
75
+ "i18next": "^24.0.5",
76
+ "i18next-browser-languagedetector": "^8.0.1",
73
77
  "i18next-http-backend": "^3.0.1",
74
78
  "lazysizes": "^5.3.2",
75
79
  "lint-staged": "^15.2.10",
76
80
  "npm-run-all": "^4.1.5",
77
- "prettier": "3.4.1",
81
+ "prettier": "3.4.2",
78
82
  "progress-bar-webpack-plugin": "^2.1.0",
79
83
  "react": "^18.3.1",
80
84
  "react-app-rewired": "^2.2.1",
81
85
  "react-dom": "^18.3.1",
82
86
  "react-i18next": "^15.1.3",
83
87
  "react-relay": "^18.2.0",
84
- "react-router": "^7.0.1",
88
+ "react-router": "^7.0.2",
85
89
  "react-scripts": "^5.0.1",
86
- "react-test-renderer": "^18.3.1",
87
90
  "relay-compiler": "^18.2.0",
88
91
  "relay-runtime": "^18.2.0",
89
92
  "release-it": "^17.10.0",