Skip to content

Commit 6a33cd1

Browse files
authored
Merge pull request SolidOS#182 from solid/121-modularize-sharing
Restructured ACLControlBox5 into multiple modules
2 parents 85ddcf8 + dbab050 commit 6a33cd1

12 files changed

Lines changed: 1274 additions & 1015 deletions

.babelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"@babel/preset-typescript"
55
],
66
"plugins": [
7+
"@babel/plugin-proposal-class-properties",
78
"@babel/plugin-transform-async-to-generator",
89
"@babel/plugin-transform-runtime"
910
]

package-lock.json

Lines changed: 187 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
"dependencies": {
4949
"@babel/runtime": "^7.6.2",
5050
"escape-html": "^1.0.3",
51+
"jss": "^10.0.3",
52+
"jss-preset-default": "^10.0.3",
5153
"mime-types": "^2.1.24",
5254
"node-uuid": "^1.4.7",
5355
"pane-registry": "^2.0.0",
@@ -59,6 +61,7 @@
5961
"devDependencies": {
6062
"@babel/cli": "^7.6.2",
6163
"@babel/core": "^7.6.2",
64+
"@babel/plugin-proposal-class-properties": "^7.7.4",
6265
"@babel/plugin-transform-async-to-generator": "^7.5.0",
6366
"@babel/plugin-transform-runtime": "^7.6.2",
6467
"@babel/preset-env": "^7.6.2",

0 commit comments

Comments
 (0)