marko 5.35.24 → 5.35.25

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "marko",
3
- "version": "5.35.24",
3
+ "version": "5.35.25",
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,7 +66,7 @@
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.17",
69
+ "@marko/compiler": "^5.37.18",
70
70
  "@marko/translator-default": "^6.0.18",
71
71
  "app-module-path": "^2.2.0",
72
72
  "argly": "^1.2.0",