startupjs 0.55.1 → 0.55.2
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.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "startupjs",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.55.
|
|
4
|
+
"version": "0.55.2",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">= 14"
|
|
7
7
|
},
|
|
@@ -10,20 +10,20 @@
|
|
|
10
10
|
"bin": "./cli.js",
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@startupjs/app": "^0.55.
|
|
13
|
+
"@startupjs/app": "^0.55.2",
|
|
14
14
|
"@startupjs/backend": "^0.55.1",
|
|
15
15
|
"@startupjs/bundler": "^0.55.1",
|
|
16
16
|
"@startupjs/cli": "^0.55.1",
|
|
17
17
|
"@startupjs/hooks": "^0.55.0",
|
|
18
|
-
"@startupjs/i18n": "^0.55.
|
|
19
|
-
"@startupjs/init": "^0.55.
|
|
18
|
+
"@startupjs/i18n": "^0.55.2",
|
|
19
|
+
"@startupjs/init": "^0.55.2",
|
|
20
20
|
"@startupjs/isomorphic-helpers": "^0.55.0",
|
|
21
21
|
"@startupjs/orm": "^0.55.0",
|
|
22
22
|
"@startupjs/patches": "^0.55.0",
|
|
23
|
-
"@startupjs/react-sharedb": "^0.55.
|
|
23
|
+
"@startupjs/react-sharedb": "^0.55.2",
|
|
24
24
|
"@startupjs/server": "^0.55.1",
|
|
25
25
|
"babel-preset-startupjs": "^0.55.1",
|
|
26
26
|
"react-native-web": "^0.18.0"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "402da5248667019425e0b9c535c20d7c48f8f772"
|
|
29
29
|
}
|
|
@@ -3,7 +3,7 @@ $menuHeight = 6u
|
|
|
3
3
|
.sidebar
|
|
4
4
|
&:part(sidebar)
|
|
5
5
|
border-right-width 1px
|
|
6
|
-
border-right-color var(--color-border-strong-alt)
|
|
6
|
+
border-right-color var(--color-border-main-strong-alt)
|
|
7
7
|
background-color #eee
|
|
8
8
|
&-menu
|
|
9
9
|
padding-top 2u
|
|
@@ -15,7 +15,7 @@ $menuHeight = 6u
|
|
|
15
15
|
align-items center
|
|
16
16
|
padding 0 2u
|
|
17
17
|
border-bottom-width 1px
|
|
18
|
-
border-bottom-color var(--color-border-strong-alt)
|
|
18
|
+
border-bottom-color var(--color-border-main-strong-alt)
|
|
19
19
|
|
|
20
20
|
.logo
|
|
21
21
|
margin-left 2u
|