@forge/react
11.18.0-next.011.18.0-next.1
package.json~
package.jsonModified+6−1
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
{
"name": "@forge/react",
- "version": "11.18.0-next.0",
+ "version": "11.18.0-next.1",
"description": "Forge React reconciler",
"author": "Atlassian",
"license": "SEE LICENSE IN LICENSE.txt",
"main": "out/index.js",
@@ -25,8 +25,12 @@
},
"./global": {
"types": "./out/components/global/index.d.ts",
"default": "./out/components/global/index.js"
+ },
+ "./router": {
+ "types": "./out/router/index.d.ts",
+ "default": "./out/router/index.js"
}
},
"dependencies": {
"@atlaskit/adf-schema": "^48.0.0",
@@ -45,8 +49,9 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@testing-library/react-hooks": "^8.0.1",
+ "history": "5.3.0",
"ts-morph": "^22.0.0",
"ts-node": "^10.9.2"
},
"publishConfig": {