@rotorjs/jpl-react 0.3.0 → 0.4.1

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.
@@ -1,3 +1,3 @@
1
1
  import { JPLDashboardLayoutNode } from '@rotorjs/jpl';
2
2
  import { PropsWithChildren } from 'react';
3
- export declare function JPLLayout({ type, src, vars, initial, children, }: PropsWithChildren<JPLDashboardLayoutNode>): import("react/jsx-runtime").JSX.Element | null;
3
+ export declare function JPLLayout({ type, src, vars, initial, children, }: PropsWithChildren<JPLDashboardLayoutNode>): import("react").JSX.Element | null;
package/dist/JPLTile.d.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  import { JPLDashboardTileNode } from '@rotorjs/jpl';
2
- export declare function JPLTile({ type, src, vars, initial }: JPLDashboardTileNode): import("react/jsx-runtime").JSX.Element;
2
+ export declare function JPLTile({ type, src, vars, initial }: JPLDashboardTileNode): import("react").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rotorjs/jpl-react",
3
- "version": "0.3.0",
3
+ "version": "0.4.1",
4
4
  "description": "Rotor",
5
5
  "author": {
6
6
  "name": "Aaron Burmeister"
@@ -45,32 +45,32 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@eslint/js": "^10.0.1",
48
- "@rotorjs/dashboard": "^0.2.0",
49
- "@rotorjs/jpl": "^0.5.0",
50
- "@rotorjs/react": "^0.8.0",
51
- "@types/react": "^19.1.12",
48
+ "@rotorjs/dashboard": "^0.5.2",
49
+ "@rotorjs/jpl": "^0.6.2",
50
+ "@rotorjs/react": "^0.10.0",
51
+ "@types/react": "^19.2.17",
52
52
  "@types/react-dom": "^19.1.9",
53
53
  "@vitejs/plugin-react": "^6.0.2",
54
- "eslint": "^10.4.0",
54
+ "eslint": "^10.4.1",
55
55
  "eslint-config-prettier": "^10.1.8",
56
- "eslint-import-resolver-typescript": "^4.4.4",
56
+ "eslint-import-resolver-typescript": "^4.4.5",
57
57
  "eslint-plugin-import-x": "^4.16.2",
58
- "eslint-plugin-prettier": "^5.5.4",
58
+ "eslint-plugin-prettier": "^5.5.6",
59
59
  "eslint-plugin-react-hooks": "^7.1.1",
60
60
  "eslint-plugin-react-refresh": "^0.5.2",
61
61
  "globals": "^17.6.0",
62
- "prettier": "^3.8.3",
63
- "react": "^19.2.6",
64
- "react-dom": "^19.2.6",
62
+ "prettier": "^3.8.4",
63
+ "react": "^19.2.7",
64
+ "react-dom": "^19.2.7",
65
65
  "typescript": "^6.0.3",
66
- "typescript-eslint": "^8.59.4",
67
- "unplugin-dts": "^1.0.1",
68
- "vite": "^8.0.13"
66
+ "typescript-eslint": "^8.61.0",
67
+ "unplugin-dts": "^1.0.2",
68
+ "vite": "^8.0.16"
69
69
  },
70
70
  "peerDependencies": {
71
- "@rotorjs/dashboard": "^0.2.0",
72
- "@rotorjs/jpl": "^0.5.0",
73
- "@rotorjs/react": "^0.8.0",
71
+ "@rotorjs/dashboard": "^0.5.2",
72
+ "@rotorjs/jpl": "^0.6.0",
73
+ "@rotorjs/react": "^0.10.0",
74
74
  "react": "^19.0.0"
75
75
  }
76
76
  }