@its/core 2.0.6 → 2.0.8

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