mirror of
https://github.com/mdgriffith/elm-optimize-level-2.git
synced 2024-11-29 12:46:32 +03:00
upgrade testcase dependencies
This commit is contained in:
parent
458e078658
commit
6939c0c013
9378
package-lock.json
generated
9378
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -12,15 +12,15 @@
|
||||
"elm/core": "1.0.5",
|
||||
"elm/html": "1.0.0",
|
||||
"elm/json": "1.1.3",
|
||||
"elm-explorations/benchmark": "1.0.1"
|
||||
"elm-explorations/benchmark": "1.0.2"
|
||||
},
|
||||
"indirect": {
|
||||
"Skinney/murmur3": "2.0.8",
|
||||
"elm/regex": "1.0.0",
|
||||
"elm/time": "1.0.0",
|
||||
"elm/url": "1.0.0",
|
||||
"elm/virtual-dom": "1.0.2",
|
||||
"mdgriffith/style-elements": "5.0.1"
|
||||
"mdgriffith/style-elements": "5.0.2",
|
||||
"robinheghan/murmur3": "1.0.0"
|
||||
}
|
||||
},
|
||||
"test-dependencies": {
|
||||
|
@ -12,15 +12,15 @@
|
||||
"elm/core": "1.0.5",
|
||||
"elm/html": "1.0.0",
|
||||
"elm/json": "1.1.3",
|
||||
"elm-explorations/benchmark": "1.0.1"
|
||||
"elm-explorations/benchmark": "1.0.2"
|
||||
},
|
||||
"indirect": {
|
||||
"Skinney/murmur3": "2.0.8",
|
||||
"elm/regex": "1.0.0",
|
||||
"elm/time": "1.0.0",
|
||||
"elm/url": "1.0.0",
|
||||
"elm/virtual-dom": "1.0.2",
|
||||
"mdgriffith/style-elements": "5.0.1"
|
||||
"mdgriffith/style-elements": "5.0.2",
|
||||
"robinheghan/murmur3": "1.0.0"
|
||||
}
|
||||
},
|
||||
"test-dependencies": {
|
||||
|
@ -17,15 +17,15 @@
|
||||
"elm/json": "1.1.3",
|
||||
"elm/random": "1.0.0",
|
||||
"elm/time": "1.0.0",
|
||||
"elm-explorations/benchmark": "1.0.1",
|
||||
"ianmackenzie/elm-units": "2.6.0"
|
||||
"elm-explorations/benchmark": "1.0.2",
|
||||
"ianmackenzie/elm-units": "2.9.0"
|
||||
},
|
||||
"indirect": {
|
||||
"Skinney/murmur3": "2.0.8",
|
||||
"elm/regex": "1.0.0",
|
||||
"elm/url": "1.0.0",
|
||||
"elm/virtual-dom": "1.0.2",
|
||||
"mdgriffith/style-elements": "5.0.1"
|
||||
"mdgriffith/style-elements": "5.0.2",
|
||||
"robinheghan/murmur3": "1.0.0"
|
||||
}
|
||||
},
|
||||
"test-dependencies": {
|
||||
|
@ -13,7 +13,7 @@
|
||||
"elm/html": "1.0.0",
|
||||
"elm/json": "1.1.3",
|
||||
"elm-explorations/benchmark": "1.0.2",
|
||||
"rtfeldman/elm-css": "16.1.0"
|
||||
"rtfeldman/elm-css": "16.1.1"
|
||||
},
|
||||
"indirect": {
|
||||
"elm/regex": "1.0.0",
|
||||
@ -27,8 +27,6 @@
|
||||
},
|
||||
"test-dependencies": {
|
||||
"direct": {},
|
||||
"indirect": {
|
||||
"Skinney/murmur3": "2.0.8"
|
||||
}
|
||||
"indirect": {}
|
||||
}
|
||||
}
|
||||
|
@ -17,15 +17,15 @@
|
||||
"elm/parser": "1.1.0",
|
||||
"elm/regex": "1.0.0",
|
||||
"elm/url": "1.0.0",
|
||||
"elm-explorations/benchmark": "1.0.1",
|
||||
"elm-explorations/benchmark": "1.0.2",
|
||||
"elm-explorations/markdown": "1.0.0",
|
||||
"rtfeldman/elm-hex": "1.0.0"
|
||||
},
|
||||
"indirect": {
|
||||
"Skinney/murmur3": "2.0.8",
|
||||
"elm/time": "1.0.0",
|
||||
"elm/virtual-dom": "1.0.2",
|
||||
"mdgriffith/style-elements": "5.0.1"
|
||||
"mdgriffith/style-elements": "5.0.2",
|
||||
"robinheghan/murmur3": "1.0.0"
|
||||
}
|
||||
},
|
||||
"test-dependencies": {
|
||||
|
@ -15,13 +15,14 @@
|
||||
"elm/http": "2.0.0",
|
||||
"elm/json": "1.1.3",
|
||||
"elm-explorations/benchmark": "1.0.2",
|
||||
"ianmackenzie/elm-geometry": "3.6.0",
|
||||
"ianmackenzie/elm-triangular-mesh": "1.0.4",
|
||||
"ianmackenzie/elm-units": "2.6.0"
|
||||
"ianmackenzie/elm-geometry": "3.9.0",
|
||||
"ianmackenzie/elm-triangular-mesh": "1.1.0",
|
||||
"ianmackenzie/elm-units": "2.9.0"
|
||||
},
|
||||
"indirect": {
|
||||
"elm/bytes": "1.0.8",
|
||||
"elm/file": "1.0.5",
|
||||
"elm/random": "1.0.0",
|
||||
"elm/regex": "1.0.0",
|
||||
"elm/time": "1.0.0",
|
||||
"elm/url": "1.0.0",
|
||||
@ -29,15 +30,13 @@
|
||||
"ianmackenzie/elm-1d-parameter": "1.0.1",
|
||||
"ianmackenzie/elm-float-extra": "1.1.0",
|
||||
"ianmackenzie/elm-interval": "2.0.0",
|
||||
"ianmackenzie/elm-units-interval": "1.1.0",
|
||||
"ianmackenzie/elm-units-interval": "2.3.0",
|
||||
"mdgriffith/style-elements": "5.0.2",
|
||||
"robinheghan/murmur3": "1.0.0"
|
||||
}
|
||||
},
|
||||
"test-dependencies": {
|
||||
"direct": {},
|
||||
"indirect": {
|
||||
"Skinney/murmur3": "2.0.8"
|
||||
}
|
||||
"indirect": {}
|
||||
}
|
||||
}
|
||||
|
@ -14,14 +14,14 @@
|
||||
"elm/html": "1.0.0",
|
||||
"elm/json": "1.1.3",
|
||||
"elm/virtual-dom": "1.0.2",
|
||||
"elm-explorations/benchmark": "1.0.1"
|
||||
"elm-explorations/benchmark": "1.0.2"
|
||||
},
|
||||
"indirect": {
|
||||
"Skinney/murmur3": "2.0.8",
|
||||
"elm/regex": "1.0.0",
|
||||
"elm/time": "1.0.0",
|
||||
"elm/url": "1.0.0",
|
||||
"mdgriffith/style-elements": "5.0.1"
|
||||
"mdgriffith/style-elements": "5.0.2",
|
||||
"robinheghan/murmur3": "1.0.0"
|
||||
}
|
||||
},
|
||||
"test-dependencies": {
|
||||
|
@ -12,16 +12,16 @@
|
||||
"elm/core": "1.0.5",
|
||||
"elm/html": "1.0.0",
|
||||
"elm/json": "1.1.3",
|
||||
"elm-explorations/benchmark": "1.0.1",
|
||||
"elm-explorations/benchmark": "1.0.2",
|
||||
"mdgriffith/elm-ui": "1.1.8"
|
||||
},
|
||||
"indirect": {
|
||||
"Skinney/murmur3": "2.0.8",
|
||||
"elm/regex": "1.0.0",
|
||||
"elm/time": "1.0.0",
|
||||
"elm/url": "1.0.0",
|
||||
"elm/virtual-dom": "1.0.2",
|
||||
"mdgriffith/style-elements": "5.0.1"
|
||||
"mdgriffith/style-elements": "5.0.2",
|
||||
"robinheghan/murmur3": "1.0.0"
|
||||
}
|
||||
},
|
||||
"test-dependencies": {
|
||||
|
@ -12,15 +12,15 @@
|
||||
"elm/core": "1.0.5",
|
||||
"elm/html": "1.0.0",
|
||||
"elm/json": "1.1.3",
|
||||
"elm-explorations/benchmark": "1.0.1"
|
||||
"elm-explorations/benchmark": "1.0.2"
|
||||
},
|
||||
"indirect": {
|
||||
"Skinney/murmur3": "2.0.8",
|
||||
"elm/regex": "1.0.0",
|
||||
"elm/time": "1.0.0",
|
||||
"elm/url": "1.0.0",
|
||||
"elm/virtual-dom": "1.0.2",
|
||||
"mdgriffith/style-elements": "5.0.1"
|
||||
"mdgriffith/style-elements": "5.0.2",
|
||||
"robinheghan/murmur3": "1.0.0"
|
||||
}
|
||||
},
|
||||
"test-dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user