@finos/legend-application-pure-ide-deployment 12.85.0 → 12.86.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.2ef596fd.css → index.a31984ba.css} +7 -7
- package/dist/ide/static/{index.2ef596fd.css.map → index.a31984ba.css.map} +1 -1
- package/dist/ide/static/{index.e47589ef.js → index.b7551a2d.js} +2 -2
- package/dist/ide/static/{index.e47589ef.js.map → index.b7551a2d.js.map} +1 -1
- package/dist/ide/version.json +1 -1
- package/package.json +6 -6
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": "12.
|
3
|
+
"version": "12.86.0",
|
4
4
|
"description": "Legend Pure IDE web application deployment",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -38,15 +38,15 @@
|
|
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.14",
|
42
|
+
"@finos/legend-application-pure-ide": "8.0.265",
|
43
|
+
"@finos/legend-art": "7.1.71",
|
44
|
+
"@finos/legend-lego": "2.0.31",
|
45
45
|
"@types/react": "19.0.2",
|
46
46
|
"react": "19.0.0"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
|
-
"@finos/legend-dev-utils": "2.1.
|
49
|
+
"@finos/legend-dev-utils": "2.1.33",
|
50
50
|
"copy-webpack-plugin": "12.0.2",
|
51
51
|
"cross-env": "7.0.3",
|
52
52
|
"eslint": "9.17.0",
|