@marko/translator-default 6.0.9 → 6.0.10

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marko/translator-default",
3
- "version": "6.0.9",
3
+ "version": "6.0.10",
4
4
  "description": "Translates Marko templates to the default Marko runtime.",
5
5
  "keywords": [
6
6
  "babel",
@@ -29,13 +29,13 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@babel/runtime": "^7.25.0",
32
- "@marko/babel-utils": "^6.5.4",
32
+ "@marko/babel-utils": "^6.5.5",
33
33
  "magic-string": "^0.30.11",
34
34
  "self-closing-tags": "^1.0.1"
35
35
  },
36
36
  "devDependencies": {
37
- "@marko/compiler": "^5.37.7",
38
- "marko": "^5.35.11"
37
+ "@marko/compiler": "^5.37.8",
38
+ "marko": "^5.35.12"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@marko/compiler": "^5.16.1",