@its/core 2.0.7 → 2.0.9

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@its/core",
4
- "version": "2.0.7",
4
+ "version": "2.0.9",
5
5
  "main": "dist/core.umd.js",
6
6
  "module": "dist/core.es.js",
7
7
  "types": "dist/types/index.d.ts",
@@ -57,20 +57,19 @@
57
57
  "@mui/icons-material": "^7.2.0",
58
58
  "@mui/material": "^7.2.0",
59
59
  "@mui/system": "^7.2.0",
60
- "@mui/x-date-pickers": "^8.9.0",
61
- "dayjs": "^1.11.0",
60
+ "@mui/x-date-pickers": "^8.9.2",
61
+ "dayjs": "^1.11.13",
62
62
  "graphql": "^16.11.0",
63
63
  "i18next": "^25.3.2",
64
64
  "jotai": "^2.12.5",
65
65
  "notistack": "^3.0.2",
66
- "react": "^18.0.0 || ^19.0.0",
67
- "react-dom": "^18.0.0 || ^19.0.0",
66
+ "react": "^19.1.1",
67
+ "react-dom": "^19.1.1",
68
68
  "react-i18next": "^15.6.1",
69
- "react-relay": "^20.0.0",
70
- "react-router-dom": "^7.7.0",
69
+ "react-relay": "^20.1.0",
70
+ "react-router-dom": "^7.7.1",
71
71
  "recoil": "^0.7.7",
72
- "relay-runtime": "^20.0.0",
73
- "react-is": "^19.1.0"
72
+ "relay-runtime": "^20.1.0"
74
73
  },
75
74
  "devDependencies": {
76
75
  "@mui/material": "^7.2.0",
@@ -80,20 +79,20 @@
80
79
  "@mui/system": "^7.2.0",
81
80
  "@babel/preset-env": "^7.28.0",
82
81
  "@babel/preset-react": "^7.27.1",
83
- "@mui/x-date-pickers": "^8.9.0",
82
+ "@mui/x-date-pickers": "^8.9.2",
84
83
  "@trivago/prettier-plugin-sort-imports": "^5.2.2",
85
84
  "@types/node": "^24.1.0",
86
- "@types/react": "^19.1.8",
87
- "@types/react-dom": "^19.1.6",
85
+ "@types/react": "^19.1.9",
86
+ "@types/react-dom": "^19.1.7",
88
87
  "@types/react-relay": "^18.2.1",
89
88
  "@types/relay-runtime": "^19.0.2",
90
89
  "@typescript-eslint/eslint-plugin": "^8.38.0",
91
90
  "@typescript-eslint/parser": "^8.38.0",
92
91
  "@vitejs/plugin-react": "^4.7.0",
93
- "babel-plugin-relay": "^20.0.0",
92
+ "babel-plugin-relay": "^20.1.0",
94
93
  "barrelsby": "^2.8.1",
95
94
  "dayjs": "^1.11.13",
96
- "eslint": "^9.31.0",
95
+ "eslint": "^9.32.0",
97
96
  "eslint-config-prettier": "^10.1.8",
98
97
  "eslint-plugin-prettier": "^5.5.3",
99
98
  "eslint-plugin-react": "^7.37.5",
@@ -104,25 +103,24 @@
104
103
  "jotai": "^2.12.5",
105
104
  "notistack": "^3.0.2",
106
105
  "prettier": "^3.6.2",
107
- "react": "^19.0.0",
108
- "react-dom": "^19.0.0",
106
+ "react": "^19.1.1",
107
+ "react-dom": "^19.1.1",
109
108
  "react-error-boundary": "^6.0.0",
110
109
  "react-i18next": "^15.6.1",
111
- "react-relay": "^20.0.0",
112
- "react-router-dom": "^7.7.0",
110
+ "react-relay": "^20.1.0",
111
+ "react-router-dom": "^7.7.1",
113
112
  "recoil": "^0.7.7",
114
- "relay-compiler": "^20.0.0",
113
+ "relay-compiler": "^20.1.0",
115
114
  "relay-compiler-language-typescript": "^15.0.1",
116
- "relay-runtime": "^20.0.0",
115
+ "relay-runtime": "^20.1.0",
117
116
  "sass-embedded": "^1.89.2",
118
117
  "tslib": "^2.8.1",
119
- "typescript": "^5.8.3",
118
+ "typescript": "^5.9.2",
120
119
  "vite": "^7.0.6",
121
120
  "vite-plugin-dts": "^4.5.4",
122
121
  "vite-plugin-eslint": "^1.8.1",
123
122
  "vite-plugin-graphql": "^0.1.0",
124
- "vite-plugin-relay": "^2.1.0",
125
- "react-is": "^19.1.0"
123
+ "vite-plugin-relay": "^2.1.0"
126
124
  },
127
125
  "lint-staged": {
128
126
  "src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [