Skip to content

Commit b3c5606

Browse files
authored
Merge pull request #31 from sbruggmann/neos-8.x
Added 8.x compatibility
2 parents 9c1d338 + a9975ec commit b3c5606

File tree

6 files changed

+11363
-5987
lines changed

6 files changed

+11363
-5987
lines changed

Resources/Private/RestrictCreation/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@
77
"watch": "neos-react-scripts watch"
88
},
99
"devDependencies": {
10-
"@neos-project/neos-ui-extensibility": "^1.4.0"
10+
"@neos-project/neos-ui-extensibility": "^8.0.0",
11+
"@neos-project/build-essentials": "^8.0.0"
1112
},
1213
"neos": {
1314
"buildTargetDirectory": "../../Public/JavaScript/RestrictCreation"
1415
},
1516
"dependencies": {
16-
"lodash.reduce": "^4.6.0"
17+
"lodash.reduce": "^4.6.0",
18+
"regenerator-runtime": "^0.13.11"
1719
}
1820
}

Resources/Private/RestrictCreation/src/manifest.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import manifest from '@neos-project/neos-ui-extensibility';
22
import RestrictCreationDialog from './RestrictCreationDialog';
33
import {reducer} from './redux';
4+
import "regenerator-runtime/runtime";
45
import {makeAddNode} from './sagas';
56

67
manifest('Flowpack.RestrictCreation:RestrictCreation', {}, globalRegistry => {

0 commit comments

Comments
 (0)