@marko/run 0.2.13 → 0.2.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marko/run",
3
- "version": "0.2.13",
3
+ "version": "0.2.15",
4
4
  "description": "The Marko application framework.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/marko-js/run/tree/main/packages/run",
@@ -88,51 +88,50 @@
88
88
  "marko": "^5"
89
89
  },
90
90
  "devDependencies": {
91
- "@babel/types": "^7.19.0",
92
- "@marko/fixture-snapshots": "^2.1.7",
93
- "@marko/testing-library": "^6.1.2",
94
- "@types/glob": "^8.0.1",
91
+ "@babel/types": "^7.23.0",
92
+ "@marko/fixture-snapshots": "^2.2.1",
93
+ "@marko/testing-library": "^6.1.4",
94
+ "@types/glob": "^8.1.0",
95
95
  "@types/human-format": "^1.0.2",
96
96
  "@types/jsdom": "^21.1.4",
97
- "@types/mocha": "^9.1.1",
98
- "@types/node": "^20.8.7",
99
- "acorn": "^8.8.0",
97
+ "@types/mocha": "^10.0.3",
98
+ "@types/node": "^20.8.10",
99
+ "acorn": "^8.11.2",
100
100
  "body-parser": "^1.20.2",
101
101
  "cross-env": "^7.0.3",
102
102
  "esbuild": "^0.19.5",
103
103
  "express": "^4.18.2",
104
- "jsdom": "^21.1.1",
104
+ "jsdom": "^22.1.0",
105
105
  "mocha": "^10.2.0",
106
- "mocha-snap": "^4.3.0",
106
+ "mocha-snap": "^5.0.0",
107
107
  "playwright": "^1.39.0",
108
- "prettier": "^2.7.1",
108
+ "prettier": "^3.0.3",
109
109
  "ts-mocha": "^10.0.0",
110
110
  "ts-node": "^10.9.1",
111
- "tslib": "^2.5.0",
112
- "tsm": "^2.3.0",
111
+ "tslib": "^2.6.2",
113
112
  "tsx": "^3.14.0",
114
- "typescript": "^4.7.4"
113
+ "typescript": "^5.2.2"
115
114
  },
116
115
  "dependencies": {
117
- "@marko/compiler": "^5.33.3",
116
+ "@marko/compiler": "^5.33.4",
118
117
  "@marko/run-explorer": "^0.1.0",
119
- "@marko/vite": "^3.1.4",
118
+ "@marko/vite": "^3.1.5",
120
119
  "browserslist": "^4.22.1",
121
120
  "cli-table3": "^0.6.3",
122
121
  "compression": "^1.7.4",
123
122
  "debug": "^4.3.4",
124
- "dotenv": "^16.0.3",
125
- "esbuild-plugin-browserslist": "^0.9.1",
126
- "glob": "^8.1.0",
127
- "human-format": "^1.0.2",
123
+ "dotenv": "^16.3.1",
124
+ "draftlog": "^1.0.13",
125
+ "esbuild-plugin-browserslist": "^0.10.0",
126
+ "glob": "^10.3.10",
127
+ "human-format": "^1.2.0",
128
128
  "kleur": "^4.1.5",
129
129
  "marko": "^5",
130
130
  "parse-node-args": "^1.1.2",
131
131
  "sade": "^1.8.1",
132
132
  "serve-static": "^1.15.0",
133
- "strip-ansi": "^7.0.1",
134
133
  "supports-color": "^9.4.0",
135
- "undici": "^5.26.3",
134
+ "undici": "^5.27.0",
136
135
  "vite": "^4.5.0",
137
136
  "warp10": "^2.1.0"
138
137
  }