@finos/legend-application-pure-ide-deployment 13.4.0 → 13.5.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/ide/index.html +1 -1
- package/dist/ide/static/{index.0e0b48d1.css → index.d7ca8f9c.css} +7 -7
- package/dist/ide/static/{index.0e0b48d1.css.map → index.d7ca8f9c.css.map} +1 -1
- package/dist/ide/static/{index.22016241.js → index.e306b804.js} +2 -2
- package/dist/ide/static/index.e306b804.js.map +1 -0
- package/dist/ide/version.json +1 -1
- package/package.json +5 -5
- package/dist/ide/static/index.22016241.js.map +0 -1
package/dist/ide/version.json
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-application-pure-ide-deployment",
|
3
|
-
"version": "13.
|
3
|
+
"version": "13.5.0",
|
4
4
|
"description": "Legend Pure IDE 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": "16.0.
|
42
|
-
"@finos/legend-application-pure-ide": "8.0.
|
43
|
-
"@finos/legend-art": "7.1.
|
44
|
-
"@finos/legend-lego": "2.0.
|
41
|
+
"@finos/legend-application": "16.0.18",
|
42
|
+
"@finos/legend-application-pure-ide": "8.0.273",
|
43
|
+
"@finos/legend-art": "7.1.75",
|
44
|
+
"@finos/legend-lego": "2.0.36",
|
45
45
|
"@types/react": "19.0.3",
|
46
46
|
"react": "19.0.0"
|
47
47
|
},
|