Skip to content

Commit

Permalink
fix: fixes tinyify / require is not defined issued (closes #1743 and c…
Browse files Browse the repository at this point in the history
…loses #1747)
  • Loading branch information
titanism committed Oct 24, 2022
1 parent 0769a85 commit 63340fa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions .dist.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
}
}]
],
"sourceType": "script",
"sourceMaps": "inline",
"comments": false
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,44 +28,44 @@
"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",
"remark-preset-github": "4.0.4",
"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": {
Expand Down

0 comments on commit 63340fa

Please sign in to comment.