@finos/legend-server-showcase-deployment 12.40.0 → 12.42.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-server-showcase-deployment",
|
3
|
-
"version": "12.
|
3
|
+
"version": "12.42.0",
|
4
4
|
"description": "Legend Showcase server deployment",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -50,18 +50,18 @@
|
|
50
50
|
"test:watch": "jest --watch"
|
51
51
|
},
|
52
52
|
"dependencies": {
|
53
|
-
"@fastify/cors": "
|
54
|
-
"@finos/legend-server-showcase": "0.2.
|
55
|
-
"@finos/legend-shared": "10.0.
|
56
|
-
"fastify": "
|
53
|
+
"@fastify/cors": "10.0.0",
|
54
|
+
"@finos/legend-server-showcase": "0.2.28",
|
55
|
+
"@finos/legend-shared": "10.0.55",
|
56
|
+
"fastify": "5.0.0"
|
57
57
|
},
|
58
58
|
"devDependencies": {
|
59
|
-
"@finos/legend-dev-utils": "2.1.
|
59
|
+
"@finos/legend-dev-utils": "2.1.22",
|
60
60
|
"@jest/globals": "29.7.0",
|
61
61
|
"cross-env": "7.0.3",
|
62
|
-
"eslint": "8.57.
|
62
|
+
"eslint": "8.57.1",
|
63
63
|
"jest": "29.7.0",
|
64
|
-
"nodemon": "3.1.
|
64
|
+
"nodemon": "3.1.5",
|
65
65
|
"npm-run-all": "4.1.5",
|
66
66
|
"rimraf": "6.0.1",
|
67
67
|
"typescript": "5.6.2",
|