@finos/legend-application-repl-deployment 12.11.0 → 12.13.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.a7840d17.css → index.7cbf3538.css} +5 -5
- package/dist/repl/static/index.7cbf3538.css.map +1 -0
- package/dist/repl/static/index.875bbafc.js +45 -0
- package/dist/repl/static/index.875bbafc.js.map +1 -0
- package/dist/repl/version.json +1 -1
- package/package.json +7 -7
- package/dist/repl/static/index.10258bc2.js +0 -45
- package/dist/repl/static/index.10258bc2.js.map +0 -1
- package/dist/repl/static/index.a7840d17.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.13.0",
|
4
4
|
"description": "Legend REPL web application deployment",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -39,19 +39,19 @@
|
|
39
39
|
"setup": "rimraf \"dev\" && yarn node ./scripts/setup.js --dir ./dev"
|
40
40
|
},
|
41
41
|
"dependencies": {
|
42
|
-
"@finos/legend-application": "15.1.
|
43
|
-
"@finos/legend-application-repl": "0.0.
|
44
|
-
"@finos/legend-art": "7.1.
|
45
|
-
"@finos/legend-lego": "1.2.
|
42
|
+
"@finos/legend-application": "15.1.22",
|
43
|
+
"@finos/legend-application-repl": "0.0.43",
|
44
|
+
"@finos/legend-art": "7.1.50",
|
45
|
+
"@finos/legend-lego": "1.2.56"
|
46
46
|
},
|
47
47
|
"devDependencies": {
|
48
|
-
"@finos/legend-dev-utils": "2.1.
|
48
|
+
"@finos/legend-dev-utils": "2.1.17",
|
49
49
|
"copy-webpack-plugin": "12.0.2",
|
50
50
|
"cross-env": "7.0.3",
|
51
51
|
"eslint": "8.57.0",
|
52
52
|
"npm-run-all": "4.1.5",
|
53
53
|
"rimraf": "6.0.1",
|
54
|
-
"tailwindcss": "3.4.
|
54
|
+
"tailwindcss": "3.4.7",
|
55
55
|
"typescript": "5.5.4",
|
56
56
|
"webpack": "5.93.0",
|
57
57
|
"webpack-bundle-analyzer": "4.10.2",
|