marko 5.35.31 → 5.35.33
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "marko",
|
3
|
-
"version": "5.35.
|
3
|
+
"version": "5.35.33",
|
4
4
|
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
|
5
5
|
"keywords": [
|
6
6
|
"front-end",
|
@@ -66,8 +66,8 @@
|
|
66
66
|
"build": "babel ./src --out-dir ./dist --extensions .js --copy-files --config-file ../../babel.config.js --env-name=production"
|
67
67
|
},
|
68
68
|
"dependencies": {
|
69
|
-
"@marko/compiler": "^5.37.
|
70
|
-
"@marko/translator-default": "^6.0.
|
69
|
+
"@marko/compiler": "^5.37.24",
|
70
|
+
"@marko/translator-default": "^6.0.24",
|
71
71
|
"app-module-path": "^2.2.0",
|
72
72
|
"argly": "^1.2.0",
|
73
73
|
"browser-refresh-client": "1.1.4",
|