@micromag/core 0.4.12 → 0.4.14

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/core",
3
- "version": "0.4.12",
3
+ "version": "0.4.14",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -94,7 +94,7 @@
94
94
  "build": "../../scripts/prepare-package.sh --types && npm run vendor"
95
95
  },
96
96
  "devDependencies": {
97
- "react": "^18.3.0 || ^19.0.0",
97
+ "react": "^18.3.0 || ^19.0.0",
98
98
  "react-dom": "^18.3.0 || ^19.0.0"
99
99
  },
100
100
  "peerDependencies": {
@@ -117,7 +117,7 @@
117
117
  "@uppy/core": "^5.1.1",
118
118
  "@uppy/dashboard": "^5.0.4",
119
119
  "@uppy/react": "^5.1.1",
120
- "react": "^18.3.0 || ^19.0.0",
120
+ "react": "^18.3.0 || ^19.0.0",
121
121
  "react-dom": "^18.3.0 || ^19.0.0"
122
122
  },
123
123
  "dependencies": {
@@ -161,6 +161,6 @@
161
161
  "access": "public",
162
162
  "registry": "https://registry.npmjs.org/"
163
163
  },
164
- "gitHead": "fa821e0596694b952cf4d6dd45f9f3ff57d9ef92",
164
+ "gitHead": "87b2efa931f82ddcdbebd3c483de7602beb8cbd3",
165
165
  "types": "es/index.d.ts"
166
166
  }