@finos/legend-application-pure-ide-deployment 11.75.0 → 12.0.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.a732fff9.css → index.39f8ae83.css} +7 -7
- package/dist/ide/static/{index.a732fff9.css.map → index.39f8ae83.css.map} +1 -1
- package/dist/ide/static/index.40f977ae.js +2 -0
- package/dist/ide/static/index.40f977ae.js.map +1 -0
- package/dist/ide/version.json +1 -1
- package/package.json +7 -7
- package/dist/ide/static/index.284f016f.js +0 -2
- package/dist/ide/static/index.284f016f.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": "
|
3
|
+
"version": "12.0.0",
|
4
4
|
"description": "Legend Pure IDE web application deployment",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -38,18 +38,18 @@
|
|
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-pure-ide": "8.0.
|
43
|
-
"@finos/legend-art": "7.1.
|
44
|
-
"@finos/legend-lego": "1.2.
|
41
|
+
"@finos/legend-application": "15.1.15",
|
42
|
+
"@finos/legend-application-pure-ide": "8.0.192",
|
43
|
+
"@finos/legend-art": "7.1.43",
|
44
|
+
"@finos/legend-lego": "1.2.46"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
|
-
"@finos/legend-dev-utils": "2.1.
|
47
|
+
"@finos/legend-dev-utils": "2.1.13",
|
48
48
|
"copy-webpack-plugin": "12.0.2",
|
49
49
|
"cross-env": "7.0.3",
|
50
50
|
"eslint": "8.57.0",
|
51
51
|
"npm-run-all": "4.1.5",
|
52
|
-
"rimraf": "
|
52
|
+
"rimraf": "6.0.0",
|
53
53
|
"typescript": "5.5.3",
|
54
54
|
"webpack": "5.92.1",
|
55
55
|
"webpack-bundle-analyzer": "4.10.2",
|