@finos/legend-application-repl-deployment 12.41.0 → 12.43.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.93d335de.css → index.ede107ff.css} +4 -4
- package/dist/repl/static/index.ede107ff.css.map +1 -0
- package/dist/repl/static/index.f38f4ec4.js +45 -0
- package/dist/repl/static/{index.3f42dee8.js.map → index.f38f4ec4.js.map} +1 -1
- package/dist/repl/version.json +1 -1
- package/package.json +4 -4
- package/dist/repl/static/index.3f42dee8.js +0 -45
- package/dist/repl/static/index.93d335de.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": "12.
|
3
|
+
"version": "12.43.0",
|
4
4
|
"description": "Legend REPL web application deployment",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -40,14 +40,14 @@
|
|
40
40
|
},
|
41
41
|
"dependencies": {
|
42
42
|
"@finos/legend-application": "15.1.31",
|
43
|
-
"@finos/legend-application-repl": "0.0.
|
43
|
+
"@finos/legend-application-repl": "0.0.60",
|
44
44
|
"@finos/legend-art": "7.1.58",
|
45
|
-
"@finos/legend-lego": "1.2.
|
45
|
+
"@finos/legend-lego": "1.2.72",
|
46
46
|
"@types/react": "18.3.7",
|
47
47
|
"react": "18.3.1"
|
48
48
|
},
|
49
49
|
"devDependencies": {
|
50
|
-
"@finos/legend-dev-utils": "2.1.
|
50
|
+
"@finos/legend-dev-utils": "2.1.22",
|
51
51
|
"copy-webpack-plugin": "12.0.2",
|
52
52
|
"cross-env": "7.0.3",
|
53
53
|
"eslint": "8.57.1",
|