From 63340fa19ac00a967c64ab93b50f5544abad0751 Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Mon, 24 Oct 2022 14:48:09 -0500 Subject: [PATCH] fix: fixes tinyify / require is not defined issued (closes #1743 and closes #1747) --- .dist.babelrc | 1 + package.json | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.dist.babelrc b/.dist.babelrc index aca352625..4d2062da6 100644 --- a/.dist.babelrc +++ b/.dist.babelrc @@ -6,6 +6,7 @@ } }] ], + "sourceType": "script", "sourceMaps": "inline", "comments": false } diff --git a/package.json b/package.json index ef9660c68..9da370ede 100644 --- a/package.json +++ b/package.json @@ -28,35 +28,35 @@ "methods": "^1.1.2", "mime": "2.6.0", "qs": "^6.11.0", - "semver": "^7.3.7" + "semver": "^7.3.8" }, "devDependencies": { "@babel/cli": "^7.19.3", - "@babel/core": "^7.19.3", - "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.3", - "@babel/runtime": "^7.19.0", + "@babel/core": "^7.19.6", + "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/preset-env": "^7.19.4", + "@babel/runtime": "^7.19.4", "@commitlint/cli": "17", "@commitlint/config-conventional": "17", "Base64": "^1.1.0", "babelify": "^10.0.0", "basic-auth-connect": "^1.0.0", - "body-parser": "^1.20.0", + "body-parser": "^1.20.1", "browserify": "^17.0.0", "cookie-parser": "^1.4.6", "cross-env": "^7.0.3", - "eslint": "^8.24.0", + "eslint": "^8.26.0", "eslint-config-xo-lass": "2", "eslint-plugin-compat": "^4.0.2", "eslint-plugin-node": "^11.1.0", - "express": "^4.18.1", + "express": "^4.18.2", "express-session": "^1.17.3", "fixpack": "^4.0.0", "get-port": "4.2.0", "husky": "7", "lint-staged": "12", - "marked": "^4.1.0", - "mocha": "^6.2.3", + "marked": "^4.1.1", + "mocha": "^10.1.0", "multer": "1.4.5-lts.1", "nyc": "^15.1.0", "remark-cli": "^11.0.0", @@ -64,8 +64,8 @@ "rimraf": "^3.0.2", "should": "^13.2.3", "should-http": "^0.1.1", - "tinyify": "^3.1.0", - "xo": "^0.52.3", + "tinyify": "3.0.0", + "xo": "^0.52.4", "zuul": "^3.12.0" }, "engines": {