isomorfeus-preact 10.5.3 → 10.5.7
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.
- checksums.yaml +4 -4
- data/lib/isomorfeus/preact/config.rb +5 -18
- data/lib/isomorfeus/preact/imports.rb +0 -3
- data/lib/isomorfeus/preact_view_helper.rb +19 -19
- data/lib/isomorfeus/props/validator.rb +1 -1
- data/lib/isomorfeus/top_level.rb +3 -6
- data/lib/isomorfeus-preact.rb +1 -1
- data/lib/preact/version.rb +1 -1
- data/lib/preact.rb +17 -7
- data/node_modules/.package-lock.json +3 -11
- data/node_modules/csstype/README.md +4 -6
- data/node_modules/csstype/index.d.ts +541 -598
- data/node_modules/csstype/index.js.flow +47 -12
- data/node_modules/csstype/package.json +28 -26
- data/package.json +2 -3
- metadata +20 -35
- data/node_modules/preact-deep-force-update/.babelrc +0 -8
- data/node_modules/preact-deep-force-update/.eslintrc +0 -66
- data/node_modules/preact-deep-force-update/.npmignore +0 -2
- data/node_modules/preact-deep-force-update/.travis.yml +0 -3
- data/node_modules/preact-deep-force-update/LICENSE +0 -21
- data/node_modules/preact-deep-force-update/README.md +0 -53
- data/node_modules/preact-deep-force-update/dist/deep-force-update.js +0 -36
- data/node_modules/preact-deep-force-update/dist/deep-force-update.js.map +0 -1
- data/node_modules/preact-deep-force-update/dist/deep-force-update.min.js +0 -2
- data/node_modules/preact-deep-force-update/dist/deep-force-update.min.js.map +0 -1
- data/node_modules/preact-deep-force-update/karma.conf.js +0 -32
- data/node_modules/preact-deep-force-update/package.json +0 -80
- data/node_modules/preact-deep-force-update/rollup.config.js +0 -17
- data/node_modules/preact-deep-force-update/src/index.js +0 -27
- data/node_modules/preact-deep-force-update/test/index.js +0 -50
@@ -1,6 +1,7 @@
|
|
1
1
|
// @flow strict
|
2
2
|
|
3
3
|
export type StandardLonghandProperties<TLength = string | 0, TTime = string> = {|
|
4
|
+
accentColor?: Property$AccentColor,
|
4
5
|
alignContent?: Property$AlignContent,
|
5
6
|
alignItems?: Property$AlignItems,
|
6
7
|
alignSelf?: Property$AlignSelf,
|
@@ -844,6 +845,7 @@ export type Properties<TLength = string | 0, TTime = string> = {|
|
|
844
845
|
|};
|
845
846
|
|
846
847
|
export type StandardLonghandPropertiesHyphen<TLength = string | 0, TTime = string> = {|
|
848
|
+
"accent-color"?: Property$AccentColor,
|
847
849
|
"align-content"?: Property$AlignContent,
|
848
850
|
"align-items"?: Property$AlignItems,
|
849
851
|
"align-self"?: Property$AlignSelf,
|
@@ -1693,6 +1695,7 @@ export type PropertiesHyphen<TLength = string | 0, TTime = string> = {|
|
|
1693
1695
|
|};
|
1694
1696
|
|
1695
1697
|
export type StandardLonghandPropertiesFallback<TLength = string | 0, TTime = string> = {|
|
1698
|
+
accentColor?: Property$AccentColor | Array<Property$AccentColor>,
|
1696
1699
|
alignContent?: Property$AlignContent | Array<Property$AlignContent>,
|
1697
1700
|
alignItems?: Property$AlignItems | Array<Property$AlignItems>,
|
1698
1701
|
alignSelf?: Property$AlignSelf | Array<Property$AlignSelf>,
|
@@ -2542,6 +2545,7 @@ export type PropertiesFallback<TLength = string | 0, TTime = string> = {|
|
|
2542
2545
|
|};
|
2543
2546
|
|
2544
2547
|
export type StandardLonghandPropertiesHyphenFallback<TLength = string | 0, TTime = string> = {|
|
2548
|
+
"accent-color"?: Property$AccentColor | Array<Property$AccentColor>,
|
2545
2549
|
"align-content"?: Property$AlignContent | Array<Property$AlignContent>,
|
2546
2550
|
"align-items"?: Property$AlignItems | Array<Property$AlignItems>,
|
2547
2551
|
"align-self"?: Property$AlignSelf | Array<Property$AlignSelf>,
|
@@ -3701,10 +3705,8 @@ export type HtmlAttributes =
|
|
3701
3705
|
| "[prefetch]"
|
3702
3706
|
| "[preload]"
|
3703
3707
|
| "[profile]"
|
3704
|
-
| "[prompt]"
|
3705
3708
|
| "[radiogroup]"
|
3706
3709
|
| "[readonly]"
|
3707
|
-
| "[referrerPolicy]"
|
3708
3710
|
| "[referrerpolicy]"
|
3709
3711
|
| "[rel]"
|
3710
3712
|
| "[required]"
|
@@ -3813,7 +3815,6 @@ export type SvgAttributes =
|
|
3813
3815
|
| "[edgeMode]"
|
3814
3816
|
| "[elevation]"
|
3815
3817
|
| "[enable-background]"
|
3816
|
-
| "[externalResourcesRequired]"
|
3817
3818
|
| "[fill-opacity]"
|
3818
3819
|
| "[fill-rule]"
|
3819
3820
|
| "[fill]"
|
@@ -3872,7 +3873,6 @@ export type SvgAttributes =
|
|
3872
3873
|
| "[letter-spacing]"
|
3873
3874
|
| "[lighting-color]"
|
3874
3875
|
| "[limitingConeAngle]"
|
3875
|
-
| "[local]"
|
3876
3876
|
| "[marker-end]"
|
3877
3877
|
| "[marker-mid]"
|
3878
3878
|
| "[marker-start]"
|
@@ -3917,9 +3917,8 @@ export type SvgAttributes =
|
|
3917
3917
|
| "[radius]"
|
3918
3918
|
| "[refX]"
|
3919
3919
|
| "[refY]"
|
3920
|
-
| "[
|
3920
|
+
| "[referrerpolicy]"
|
3921
3921
|
| "[rel]"
|
3922
|
-
| "[rendering-intent]"
|
3923
3922
|
| "[repeatCount]"
|
3924
3923
|
| "[requiredExtensions]"
|
3925
3924
|
| "[requiredFeatures]"
|
@@ -4012,6 +4011,8 @@ export type SvgAttributes =
|
|
4012
4011
|
|
4013
4012
|
export type Globals = "-moz-initial" | "inherit" | "initial" | "revert" | "unset";
|
4014
4013
|
|
4014
|
+
export type Property$AccentColor = Globals | DataType$Color | "auto";
|
4015
|
+
|
4015
4016
|
export type Property$AlignContent = Globals | DataType$ContentDistribution | DataType$ContentPosition | "baseline" | "normal" | string;
|
4016
4017
|
|
4017
4018
|
export type Property$AlignItems = Globals | DataType$SelfPosition | "baseline" | "normal" | "stretch" | string;
|
@@ -4433,7 +4434,7 @@ export type Property$FontOpticalSizing = Globals | "auto" | "none";
|
|
4433
4434
|
|
4434
4435
|
export type Property$FontSize<TLength = string | 0> = Globals | DataType$AbsoluteSize | TLength | "larger" | "smaller" | string;
|
4435
4436
|
|
4436
|
-
export type Property$FontSizeAdjust = Globals | "none" | number;
|
4437
|
+
export type Property$FontSizeAdjust = Globals | "from-font" | "none" | string | number;
|
4437
4438
|
|
4438
4439
|
export type Property$FontSmooth<TLength = string | 0> = Globals | DataType$AbsoluteSize | TLength | "always" | "auto" | "never";
|
4439
4440
|
|
@@ -4441,7 +4442,7 @@ export type Property$FontStretch = Globals | DataType$FontStretchAbsolute;
|
|
4441
4442
|
|
4442
4443
|
export type Property$FontStyle = Globals | "italic" | "normal" | "oblique" | string;
|
4443
4444
|
|
4444
|
-
export type Property$FontSynthesis = Globals | "none" | "style" | "weight" | string;
|
4445
|
+
export type Property$FontSynthesis = Globals | "none" | "small-caps" | "style" | "weight" | string;
|
4445
4446
|
|
4446
4447
|
export type Property$FontVariant =
|
4447
4448
|
| Globals
|
@@ -5000,9 +5001,9 @@ export type Property$ScrollSnapTypeX = Globals | "mandatory" | "none" | "proximi
|
|
5000
5001
|
|
5001
5002
|
export type Property$ScrollSnapTypeY = Globals | "mandatory" | "none" | "proximity";
|
5002
5003
|
|
5003
|
-
export type Property$ScrollbarColor = Globals | DataType$Color | "auto"
|
5004
|
+
export type Property$ScrollbarColor = Globals | DataType$Color | "auto";
|
5004
5005
|
|
5005
|
-
export type Property$ScrollbarGutter = Globals | "
|
5006
|
+
export type Property$ScrollbarGutter = Globals | "auto" | "stable" | string;
|
5006
5007
|
|
5007
5008
|
export type Property$MsScrollbarTrackColor = Globals | DataType$Color;
|
5008
5009
|
|
@@ -5168,7 +5169,7 @@ export type Property$WillChange = Globals | DataType$AnimateableFeature | "auto"
|
|
5168
5169
|
|
5169
5170
|
export type Property$WordBreak = Globals | "break-all" | "break-word" | "keep-all" | "normal";
|
5170
5171
|
|
5171
|
-
export type Property$WordSpacing<TLength = string | 0> = Globals | TLength | "normal"
|
5172
|
+
export type Property$WordSpacing<TLength = string | 0> = Globals | TLength | "normal";
|
5172
5173
|
|
5173
5174
|
export type Property$WordWrap = Globals | "break-word" | "normal";
|
5174
5175
|
|
@@ -5305,7 +5306,7 @@ export type Property$MozContextProperties = Globals | "fill" | "fill-opacity" |
|
|
5305
5306
|
|
5306
5307
|
export type Property$MozFloatEdge = Globals | "border-box" | "content-box" | "margin-box" | "padding-box";
|
5307
5308
|
|
5308
|
-
export type Property$MozForceBrokenImageIcon = Globals |
|
5309
|
+
export type Property$MozForceBrokenImageIcon = Globals | 0 | 1;
|
5309
5310
|
|
5310
5311
|
export type Property$MozImageRegion = Globals | "auto" | string;
|
5311
5312
|
|
@@ -5685,6 +5686,8 @@ export type AtRule$CounterStyleHyphenFallback<TLength = string | 0, TTime = stri
|
|
5685
5686
|
|
5686
5687
|
export type AtRule$FontFace<TLength = string | 0, TTime = string> = {|
|
5687
5688
|
MozFontFeatureSettings?: AtRule$FontFeatureSettings,
|
5689
|
+
ascentOverride?: AtRule$AscentOverride,
|
5690
|
+
descentOverride?: AtRule$DescentOverride,
|
5688
5691
|
fontDisplay?: AtRule$FontDisplay,
|
5689
5692
|
fontFamily?: string,
|
5690
5693
|
fontFeatureSettings?: AtRule$FontFeatureSettings,
|
@@ -5693,12 +5696,16 @@ export type AtRule$FontFace<TLength = string | 0, TTime = string> = {|
|
|
5693
5696
|
fontVariant?: AtRule$FontVariant,
|
5694
5697
|
fontVariationSettings?: AtRule$FontVariationSettings,
|
5695
5698
|
fontWeight?: AtRule$FontWeight,
|
5699
|
+
lineGapOverride?: AtRule$LineGapOverride,
|
5700
|
+
sizeAdjust?: string,
|
5696
5701
|
src?: string,
|
5697
5702
|
unicodeRange?: string,
|
5698
5703
|
|};
|
5699
5704
|
|
5700
5705
|
export type AtRule$FontFaceHyphen<TLength = string | 0, TTime = string> = {|
|
5701
5706
|
"-moz-font-feature-settings"?: AtRule$FontFeatureSettings,
|
5707
|
+
"ascent-override"?: AtRule$AscentOverride,
|
5708
|
+
"descent-override"?: AtRule$DescentOverride,
|
5702
5709
|
"font-display"?: AtRule$FontDisplay,
|
5703
5710
|
"font-family"?: string,
|
5704
5711
|
"font-feature-settings"?: AtRule$FontFeatureSettings,
|
@@ -5707,12 +5714,16 @@ export type AtRule$FontFaceHyphen<TLength = string | 0, TTime = string> = {|
|
|
5707
5714
|
"font-variant"?: AtRule$FontVariant,
|
5708
5715
|
"font-variation-settings"?: AtRule$FontVariationSettings,
|
5709
5716
|
"font-weight"?: AtRule$FontWeight,
|
5717
|
+
"line-gap-override"?: AtRule$LineGapOverride,
|
5718
|
+
"size-adjust"?: string,
|
5710
5719
|
src?: string,
|
5711
5720
|
"unicode-range"?: string,
|
5712
5721
|
|};
|
5713
5722
|
|
5714
5723
|
export type AtRule$FontFaceFallback<TLength = string | 0, TTime = string> = {|
|
5715
5724
|
MozFontFeatureSettings?: AtRule$FontFeatureSettings | Array<AtRule$FontFeatureSettings>,
|
5725
|
+
ascentOverride?: AtRule$AscentOverride | Array<AtRule$AscentOverride>,
|
5726
|
+
descentOverride?: AtRule$DescentOverride | Array<AtRule$DescentOverride>,
|
5716
5727
|
fontDisplay?: AtRule$FontDisplay | Array<AtRule$FontDisplay>,
|
5717
5728
|
fontFamily?: string | Array<string>,
|
5718
5729
|
fontFeatureSettings?: AtRule$FontFeatureSettings | Array<AtRule$FontFeatureSettings>,
|
@@ -5721,12 +5732,16 @@ export type AtRule$FontFaceFallback<TLength = string | 0, TTime = string> = {|
|
|
5721
5732
|
fontVariant?: AtRule$FontVariant | Array<AtRule$FontVariant>,
|
5722
5733
|
fontVariationSettings?: AtRule$FontVariationSettings | Array<AtRule$FontVariationSettings>,
|
5723
5734
|
fontWeight?: AtRule$FontWeight | Array<AtRule$FontWeight>,
|
5735
|
+
lineGapOverride?: AtRule$LineGapOverride | Array<AtRule$LineGapOverride>,
|
5736
|
+
sizeAdjust?: string | Array<string>,
|
5724
5737
|
src?: string | Array<string>,
|
5725
5738
|
unicodeRange?: string | Array<string>,
|
5726
5739
|
|};
|
5727
5740
|
|
5728
5741
|
export type AtRule$FontFaceHyphenFallback<TLength = string | 0, TTime = string> = {|
|
5729
5742
|
"-moz-font-feature-settings"?: AtRule$FontFeatureSettings | Array<AtRule$FontFeatureSettings>,
|
5743
|
+
"ascent-override"?: AtRule$AscentOverride | Array<AtRule$AscentOverride>,
|
5744
|
+
"descent-override"?: AtRule$DescentOverride | Array<AtRule$DescentOverride>,
|
5730
5745
|
"font-display"?: AtRule$FontDisplay | Array<AtRule$FontDisplay>,
|
5731
5746
|
"font-family"?: string | Array<string>,
|
5732
5747
|
"font-feature-settings"?: AtRule$FontFeatureSettings | Array<AtRule$FontFeatureSettings>,
|
@@ -5735,23 +5750,33 @@ export type AtRule$FontFaceHyphenFallback<TLength = string | 0, TTime = string>
|
|
5735
5750
|
"font-variant"?: AtRule$FontVariant | Array<AtRule$FontVariant>,
|
5736
5751
|
"font-variation-settings"?: AtRule$FontVariationSettings | Array<AtRule$FontVariationSettings>,
|
5737
5752
|
"font-weight"?: AtRule$FontWeight | Array<AtRule$FontWeight>,
|
5753
|
+
"line-gap-override"?: AtRule$LineGapOverride | Array<AtRule$LineGapOverride>,
|
5754
|
+
"size-adjust"?: string | Array<string>,
|
5738
5755
|
src?: string | Array<string>,
|
5739
5756
|
"unicode-range"?: string | Array<string>,
|
5740
5757
|
|};
|
5741
5758
|
|
5742
5759
|
export type AtRule$Page<TLength = string | 0, TTime = string> = {|
|
5760
|
+
bleed?: AtRule$Bleed<TLength>,
|
5761
|
+
marks?: AtRule$Marks,
|
5743
5762
|
size?: AtRule$Size<TLength>,
|
5744
5763
|
|};
|
5745
5764
|
|
5746
5765
|
export type AtRule$PageHyphen<TLength = string | 0, TTime = string> = {|
|
5766
|
+
bleed?: AtRule$Bleed<TLength>,
|
5767
|
+
marks?: AtRule$Marks,
|
5747
5768
|
size?: AtRule$Size<TLength>,
|
5748
5769
|
|};
|
5749
5770
|
|
5750
5771
|
export type AtRule$PageFallback<TLength = string | 0, TTime = string> = {|
|
5772
|
+
bleed?: AtRule$Bleed<TLength> | Array<AtRule$Bleed<TLength>>,
|
5773
|
+
marks?: AtRule$Marks | Array<AtRule$Marks>,
|
5751
5774
|
size?: AtRule$Size<TLength> | Array<AtRule$Size<TLength>>,
|
5752
5775
|
|};
|
5753
5776
|
|
5754
5777
|
export type AtRule$PageHyphenFallback<TLength = string | 0, TTime = string> = {|
|
5778
|
+
bleed?: AtRule$Bleed<TLength> | Array<AtRule$Bleed<TLength>>,
|
5779
|
+
marks?: AtRule$Marks | Array<AtRule$Marks>,
|
5755
5780
|
size?: AtRule$Size<TLength> | Array<AtRule$Size<TLength>>,
|
5756
5781
|
|};
|
5757
5782
|
|
@@ -5847,6 +5872,10 @@ type AtRule$System = "additive" | "alphabetic" | "cyclic" | "fixed" | "numeric"
|
|
5847
5872
|
|
5848
5873
|
type AtRule$FontFeatureSettings = "normal" | string;
|
5849
5874
|
|
5875
|
+
type AtRule$AscentOverride = "normal" | string;
|
5876
|
+
|
5877
|
+
type AtRule$DescentOverride = "normal" | string;
|
5878
|
+
|
5850
5879
|
type AtRule$FontDisplay = "auto" | "block" | "fallback" | "optional" | "swap";
|
5851
5880
|
|
5852
5881
|
type AtRule$FontStretch = DataType$FontStretchAbsolute | string;
|
@@ -5889,6 +5918,12 @@ type AtRule$FontVariationSettings = "normal" | string;
|
|
5889
5918
|
|
5890
5919
|
type AtRule$FontWeight = DataType$FontWeightAbsolute | string;
|
5891
5920
|
|
5921
|
+
type AtRule$LineGapOverride = "normal" | string;
|
5922
|
+
|
5923
|
+
type AtRule$Bleed<TLength> = TLength | "auto";
|
5924
|
+
|
5925
|
+
type AtRule$Marks = "crop" | "cross" | "none" | string;
|
5926
|
+
|
5892
5927
|
type AtRule$Size<TLength> = DataType$PageSize | TLength | "auto" | "landscape" | "portrait" | string;
|
5893
5928
|
|
5894
5929
|
type AtRule$Inherits = "false" | "true";
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "csstype",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.9",
|
4
4
|
"main": "",
|
5
5
|
"types": "index.d.ts",
|
6
6
|
"description": "Strict TypeScript and Flow types for style based on MDN data",
|
@@ -9,39 +9,41 @@
|
|
9
9
|
"license": "MIT",
|
10
10
|
"devDependencies": {
|
11
11
|
"@types/chokidar": "^2.1.3",
|
12
|
-
"@types/jest": "^
|
13
|
-
"@types/jsdom": "^16.2.
|
14
|
-
"@types/node": "^
|
15
|
-
"@types/prettier": "^2.2
|
16
|
-
"@types/request": "^2.48.
|
17
|
-
"@types/turndown": "^5.0.
|
18
|
-
"
|
19
|
-
"
|
20
|
-
"
|
21
|
-
"
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"
|
25
|
-
"
|
26
|
-
"
|
12
|
+
"@types/jest": "^27.0.1",
|
13
|
+
"@types/jsdom": "^16.2.13",
|
14
|
+
"@types/node": "^16.9.1",
|
15
|
+
"@types/prettier": "^2.3.2",
|
16
|
+
"@types/request": "^2.48.7",
|
17
|
+
"@types/turndown": "^5.0.1",
|
18
|
+
"@typescript-eslint/eslint-plugin": "^4.31.0",
|
19
|
+
"@typescript-eslint/parser": "^4.31.0",
|
20
|
+
"chalk": "^4.1.2",
|
21
|
+
"chokidar": "^3.5.2",
|
22
|
+
"eslint": "^7.32.0",
|
23
|
+
"eslint-config-prettier": "^8.3.0",
|
24
|
+
"eslint-plugin-prettier": "^4.0.0",
|
25
|
+
"fast-glob": "^3.2.7",
|
26
|
+
"flow-bin": "^0.159.0",
|
27
|
+
"jest": "^27.2.0",
|
28
|
+
"jsdom": "^17.0.0",
|
29
|
+
"mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#9660656bb7acc7eee075d2b1ee589cbc2d8da1d0",
|
30
|
+
"mdn-data": "git+https://github.com/mdn/data.git#46942543a1ca2160b85a19e55dfcb33a964daecc",
|
31
|
+
"prettier": "^2.4.0",
|
27
32
|
"request": "^2.88.2",
|
28
|
-
"ts-jest": "^
|
29
|
-
"ts-node": "^
|
30
|
-
"
|
31
|
-
"
|
32
|
-
"turndown": "^7.0.0",
|
33
|
-
"typescript": "~4.2.2",
|
34
|
-
"yarn": "^1.22.10"
|
33
|
+
"ts-jest": "^27.0.5",
|
34
|
+
"ts-node": "^10.2.1",
|
35
|
+
"turndown": "^7.1.1",
|
36
|
+
"typescript": "~4.4.3"
|
35
37
|
},
|
36
38
|
"scripts": {
|
37
|
-
"prepublish": "
|
39
|
+
"prepublish": "npm install --prefix __tests__ && npm install --prefix __tests__/__fixtures__",
|
38
40
|
"prepublishOnly": "tsc && npm run test:src && npm run build && ts-node --files prepublish.ts",
|
39
41
|
"update": "ts-node --files update.ts",
|
40
42
|
"build": "ts-node --files build.ts --start",
|
41
43
|
"watch": "ts-node --files build.ts --watch",
|
42
|
-
"lint": "
|
44
|
+
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
|
43
45
|
"pretty": "prettier --write build.ts **/*.{ts,js,json,md}",
|
44
|
-
"lazy": "tsc && npm run lint
|
46
|
+
"lazy": "tsc && npm run lint",
|
45
47
|
"test": "jest",
|
46
48
|
"test:src": "jest src.*.ts",
|
47
49
|
"test:dist": "jest dist.*.ts"
|
data/package.json
CHANGED
@@ -2,9 +2,8 @@
|
|
2
2
|
"name": "isomorfeus-preact",
|
3
3
|
"dependencies": {
|
4
4
|
"nano-css": "^5.3.4",
|
5
|
-
"preact": "
|
6
|
-
"preact-
|
7
|
-
"preact-render-to-string": "^5.1.19",
|
5
|
+
"preact": "10.5.14",
|
6
|
+
"preact-render-to-string": "5.1.19",
|
8
7
|
"wouter-preact": "^2.7.4"
|
9
8
|
}
|
10
9
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: isomorfeus-preact
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 10.5.
|
4
|
+
version: 10.5.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jan Biedermann
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-09-
|
11
|
+
date: 2021-09-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: concurrent-ruby
|
@@ -28,16 +28,16 @@ dependencies:
|
|
28
28
|
name: oj
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "
|
31
|
+
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 3.13.
|
33
|
+
version: 3.13.6
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- - "
|
38
|
+
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 3.13.
|
40
|
+
version: 3.13.6
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: opal
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -84,44 +84,44 @@ dependencies:
|
|
84
84
|
name: isomorfeus-asset-manager
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
|
-
- - "
|
87
|
+
- - "~>"
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: 0.12.
|
89
|
+
version: 0.12.8
|
90
90
|
type: :runtime
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
|
-
- - "
|
94
|
+
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: 0.12.
|
96
|
+
version: 0.12.8
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: isomorfeus-redux
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
100
100
|
requirements:
|
101
101
|
- - "~>"
|
102
102
|
- !ruby/object:Gem::Version
|
103
|
-
version: 4.1.
|
103
|
+
version: 4.1.6
|
104
104
|
type: :runtime
|
105
105
|
prerelease: false
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
108
|
- - "~>"
|
109
109
|
- !ruby/object:Gem::Version
|
110
|
-
version: 4.1.
|
110
|
+
version: 4.1.6
|
111
111
|
- !ruby/object:Gem::Dependency
|
112
112
|
name: isomorfeus-speednode
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
114
114
|
requirements:
|
115
|
-
- - "
|
115
|
+
- - "~>"
|
116
116
|
- !ruby/object:Gem::Version
|
117
|
-
version: 0.4.
|
117
|
+
version: 0.4.2
|
118
118
|
type: :runtime
|
119
119
|
prerelease: false
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
|
-
- - "
|
122
|
+
- - "~>"
|
123
123
|
- !ruby/object:Gem::Version
|
124
|
-
version: 0.4.
|
124
|
+
version: 0.4.2
|
125
125
|
- !ruby/object:Gem::Dependency
|
126
126
|
name: dalli
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
@@ -168,16 +168,16 @@ dependencies:
|
|
168
168
|
name: isomorfeus-puppetmaster
|
169
169
|
requirement: !ruby/object:Gem::Requirement
|
170
170
|
requirements:
|
171
|
-
- - "
|
171
|
+
- - "~>"
|
172
172
|
- !ruby/object:Gem::Version
|
173
|
-
version: 0.5.
|
173
|
+
version: 0.5.2
|
174
174
|
type: :development
|
175
175
|
prerelease: false
|
176
176
|
version_requirements: !ruby/object:Gem::Requirement
|
177
177
|
requirements:
|
178
|
-
- - "
|
178
|
+
- - "~>"
|
179
179
|
- !ruby/object:Gem::Version
|
180
|
-
version: 0.5.
|
180
|
+
version: 0.5.2
|
181
181
|
- !ruby/object:Gem::Dependency
|
182
182
|
name: rake
|
183
183
|
requirement: !ruby/object:Gem::Requirement
|
@@ -921,21 +921,6 @@ files:
|
|
921
921
|
- node_modules/object-assign/license
|
922
922
|
- node_modules/object-assign/package.json
|
923
923
|
- node_modules/object-assign/readme.md
|
924
|
-
- node_modules/preact-deep-force-update/.babelrc
|
925
|
-
- node_modules/preact-deep-force-update/.eslintrc
|
926
|
-
- node_modules/preact-deep-force-update/.npmignore
|
927
|
-
- node_modules/preact-deep-force-update/.travis.yml
|
928
|
-
- node_modules/preact-deep-force-update/LICENSE
|
929
|
-
- node_modules/preact-deep-force-update/README.md
|
930
|
-
- node_modules/preact-deep-force-update/dist/deep-force-update.js
|
931
|
-
- node_modules/preact-deep-force-update/dist/deep-force-update.js.map
|
932
|
-
- node_modules/preact-deep-force-update/dist/deep-force-update.min.js
|
933
|
-
- node_modules/preact-deep-force-update/dist/deep-force-update.min.js.map
|
934
|
-
- node_modules/preact-deep-force-update/karma.conf.js
|
935
|
-
- node_modules/preact-deep-force-update/package.json
|
936
|
-
- node_modules/preact-deep-force-update/rollup.config.js
|
937
|
-
- node_modules/preact-deep-force-update/src/index.js
|
938
|
-
- node_modules/preact-deep-force-update/test/index.js
|
939
924
|
- node_modules/preact-render-to-string/LICENSE
|
940
925
|
- node_modules/preact-render-to-string/README.md
|
941
926
|
- node_modules/preact-render-to-string/dist/commonjs.js
|