@plurid/plurid-react 0.0.0-20 → 0.0.0-21

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.
@@ -41,8 +41,8 @@ export declare const collectApplicationsFromPath: (isoMatch: PluridRouteMatch, p
41
41
  }[]>;
42
42
  export declare const gatherPluridPlanes: (routes: PluridRoute<PluridReactComponent>[], planes: PluridRoutePlane<PluridReactComponent>[] | undefined) => PluridPlane<PluridReactComponent<any, import("@plurid/plurid-data").PluridPlaneComponentProperty | PluridRouteComponentProperty>>[];
43
43
  export declare const renderMultispace: (matchedRoute: PluridRouteMatch) => (() => () => JSX.Element) | (() => React.FC<any>);
44
- export declare const computePluridRoute: (matchedRoute: PluridRouteMatch | undefined, planesRegistrar: planes.Registrar<PluridReactComponent>, isoMatcher: routing.IsoMatcher<PluridReactComponent>, directPlane?: PluridRouteMatch | undefined) => any;
45
- export declare const computeInitialMatchedPath: (staticContext?: PluridRouterStatic | undefined) => string;
44
+ export declare const computePluridRoute: (matchedRoute: PluridRouteMatch | undefined, planesRegistrar: planes.Registrar<PluridReactComponent>, isoMatcher: routing.IsoMatcher<PluridReactComponent>, directPlane?: PluridRouteMatch) => any;
45
+ export declare const computeInitialMatchedPath: (staticContext?: PluridRouterStatic) => string;
46
46
  export declare const getDirectPlaneMatch: (matchedPath: string, routes: PluridRoute<PluridReactComponent>[], planes: PluridRoutePlane<PluridReactComponent>[] | undefined) => {
47
47
  matchRoute: PluridRoute<PluridReactComponent<any, import("@plurid/plurid-data").PluridPlaneComponentProperty | PluridRouteComponentProperty>, any> | undefined;
48
48
  matchPlane: PluridRoutePlane<PluridReactComponent<any, import("@plurid/plurid-data").PluridPlaneComponentProperty | PluridRouteComponentProperty>> | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plurid/plurid-react",
3
- "version": "0.0.0-20",
3
+ "version": "0.0.0-21",
4
4
  "description": "React implementation of Plurid to explore the web in three dimensions",
5
5
  "keywords": [
6
6
  "plurid",
@@ -65,58 +65,58 @@
65
65
  "styled-components": ">=5"
66
66
  },
67
67
  "devDependencies": {
68
- "@babel/core": "^7.17.9",
68
+ "@babel/core": "^7.18.5",
69
69
  "@plurid/elementql": "^0.0.0-1",
70
70
  "@plurid/elementql-client-react": "^0.0.0-1",
71
71
  "@plurid/plurid-data": "0.0.0-13",
72
72
  "@plurid/plurid-engine": "0.0.0-11",
73
- "@plurid/plurid-functions": "0.0.0-22",
73
+ "@plurid/plurid-functions": "0.0.0-24",
74
74
  "@plurid/plurid-functions-react": "0.0.0-5",
75
- "@plurid/plurid-icons-react": "0.0.0-3",
75
+ "@plurid/plurid-icons-react": "0.0.0-4",
76
76
  "@plurid/plurid-pubsub": "0.0.0-6",
77
77
  "@plurid/plurid-themes": "0.0.0-2",
78
- "@plurid/plurid-ui-components-react": "0.0.0-11",
79
- "@plurid/plurid-ui-state-react": "0.0.0-2",
78
+ "@plurid/plurid-ui-components-react": "0.0.0-13",
79
+ "@plurid/plurid-ui-state-react": "0.0.0-3",
80
80
  "@redux-devtools/extension": "^3.2.2",
81
81
  "@rollup/plugin-babel": "^5.3.1",
82
- "@rollup/plugin-commonjs": "^21.1.0",
83
- "@rollup/plugin-node-resolve": "^13.2.1",
82
+ "@rollup/plugin-commonjs": "^22.0.1",
83
+ "@rollup/plugin-node-resolve": "^13.3.0",
84
84
  "@rollup/plugin-replace": "^4.0.0",
85
- "@rollup/plugin-typescript": "^8.3.2",
86
- "@rollup/plugin-url": "^6.1.0",
85
+ "@rollup/plugin-typescript": "^8.3.3",
86
+ "@rollup/plugin-url": "^7.0.0",
87
87
  "@types/hammerjs": "^2.0.41",
88
- "@types/jest": "^27.4.1",
89
- "@types/node": "^17.0.24",
90
- "@types/react": "^18.0.5",
91
- "@types/react-dom": "^18.0.1",
88
+ "@types/jest": "^28.1.3",
89
+ "@types/node": "^18.0.0",
90
+ "@types/react": "^18.0.14",
91
+ "@types/react-dom": "^18.0.5",
92
92
  "@types/react-redux": "^7.1.24",
93
93
  "@types/styled-components": "^5.1.25",
94
- "@typescript-eslint/eslint-plugin": "^5.19.0",
95
- "@typescript-eslint/parser": "^5.19.0",
94
+ "@typescript-eslint/eslint-plugin": "^5.29.0",
95
+ "@typescript-eslint/parser": "^5.29.0",
96
96
  "@zerollup/ts-transform-paths": "^1.7.18",
97
97
  "babel-plugin-styled-components": "^2.0.7",
98
98
  "babel-runtime": "^6.26.0",
99
99
  "cross-fetch": "^3.1.5",
100
- "eslint": "^8.13.0",
101
- "jest": "^27.5.1",
102
- "jest-config": "^27.5.1",
103
- "postcss": "^8.4.12",
104
- "react": "^18.0.0",
105
- "react-dom": "^18.0.0",
106
- "react-redux": "^8.0.0",
107
- "react-test-renderer": "^18.0.0",
108
- "redux": "^4.1.2",
100
+ "eslint": "^8.18.0",
101
+ "jest": "^28.1.1",
102
+ "jest-config": "^28.1.1",
103
+ "postcss": "^8.4.14",
104
+ "react": "^18.2.0",
105
+ "react-dom": "^18.2.0",
106
+ "react-redux": "^8.0.2",
107
+ "react-test-renderer": "^18.2.0",
108
+ "redux": "^4.2.0",
109
109
  "redux-thunk": "^2.4.1",
110
- "rollup": "^2.70.2",
110
+ "rollup": "^2.75.7",
111
111
  "rollup-plugin-peer-deps-external": "^2.2.4",
112
112
  "rollup-plugin-postcss": "^4.0.2",
113
113
  "rollup-plugin-terser": "^7.0.2",
114
114
  "styled-components": "^5.3.5",
115
- "ts-jest": "^27.1.4",
116
- "ts-node": "^10.7.0",
117
- "tslib": "^2.3.1",
115
+ "ts-jest": "^28.0.5",
116
+ "ts-node": "^10.8.1",
117
+ "tslib": "^2.4.0",
118
118
  "ttypescript": "^1.5.13",
119
- "typescript": "^4.6.3",
119
+ "typescript": "^4.7.4",
120
120
  "typescript-transform-paths": "^3.3.1"
121
121
  }
122
122
  }