@finos/legend-application-repl-deployment 11.51.0 → 11.53.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/repl/index.html +1 -1
- package/dist/repl/static/index.2a7c4197.css +67 -0
- package/dist/repl/static/index.2a7c4197.css.map +1 -0
- package/dist/repl/static/{index.535b78c3.js → index.a4b66980.js} +2 -2
- package/dist/repl/static/index.a4b66980.js.map +1 -0
- package/dist/repl/version.json +1 -1
- package/package.json +5 -5
- package/dist/repl/static/index.535b78c3.js.map +0 -1
- package/dist/repl/static/index.f50e0ebf.css +0 -67
- package/dist/repl/static/index.f50e0ebf.css.map +0 -1
package/dist/repl/version.json
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-application-repl-deployment",
|
3
|
-
"version": "11.
|
3
|
+
"version": "11.53.0",
|
4
4
|
"description": "Legend REPL web application deployment",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -38,10 +38,10 @@
|
|
38
38
|
"setup": "rimraf \"dev\" && yarn node ./scripts/setup.js --dir ./dev"
|
39
39
|
},
|
40
40
|
"dependencies": {
|
41
|
-
"@finos/legend-application": "15.1.
|
42
|
-
"@finos/legend-application-repl": "0.0.
|
43
|
-
"@finos/legend-art": "7.1.
|
44
|
-
"@finos/legend-lego": "1.2.
|
41
|
+
"@finos/legend-application": "15.1.3",
|
42
|
+
"@finos/legend-application-repl": "0.0.20",
|
43
|
+
"@finos/legend-art": "7.1.32",
|
44
|
+
"@finos/legend-lego": "1.2.33"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
47
|
"@finos/legend-dev-utils": "2.1.5",
|