@mittwald/react-tunnel 0.1.0-alpha.147 → 0.1.0-alpha.148

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  /* */
3
3
  var f = Object.defineProperty;
4
4
  var m = (i, e, r) => e in i ? f(i, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : i[e] = r;
5
- var o = (i, e, r) => (m(i, typeof e != "symbol" ? e + "" : e, r), r);
5
+ var o = (i, e, r) => m(i, typeof e != "symbol" ? e + "" : e, r);
6
6
  import a, { useRef as p, createContext as g, useContext as C, useId as E, useLayoutEffect as b } from "react";
7
7
  import { observable as h, makeObservable as v, action as u } from "mobx";
8
8
  import { observer as w } from "mobx-react-lite";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/react-tunnel",
3
- "version": "0.1.0-alpha.147",
3
+ "version": "0.1.0-alpha.148",
4
4
  "type": "module",
5
5
  "description": "It's like a Portal – but with React components",
6
6
  "keywords": [
@@ -30,23 +30,23 @@
30
30
  "test:unit": "run vitest run"
31
31
  },
32
32
  "dependencies": {
33
- "mobx": "^6.12.3",
33
+ "mobx": "^6.12.4",
34
34
  "mobx-react-lite": "^4.0.7"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@testing-library/react": "^15.0.7",
38
- "@types/node": "^20.14.2",
38
+ "@types/node": "^20.14.5",
39
39
  "@types/react": "^18.3.3",
40
40
  "@types/react-dom": "^18.3.0",
41
41
  "@vitejs/plugin-react": "^4.3.1",
42
42
  "@vitest/coverage-v8": "^1.6.0",
43
43
  "happy-dom": "^14.12.0",
44
- "nx": "^19.2.3",
44
+ "nx": "^19.3.0",
45
45
  "prettier": "^3.3.2",
46
46
  "react": "^18.3.1",
47
47
  "react-dom": "^18.3.1",
48
48
  "typescript": "^5.4.5",
49
- "vite": "^5.2.13",
49
+ "vite": "^5.3.1",
50
50
  "vite-plugin-banner": "^0.7.1",
51
51
  "vite-plugin-checker": "^0.6.4",
52
52
  "vite-plugin-dts": "^3.9.1",
@@ -57,5 +57,5 @@
57
57
  "react": "^18.2.0",
58
58
  "react-dom": "^18.2.0"
59
59
  },
60
- "gitHead": "3d843339bfbf5da7ef1bd7529b464b7761c9e779"
60
+ "gitHead": "05190e769cc686d7c4134c32927f2e55f81d1703"
61
61
  }