1
0
mirror of https://github.com/pdemian/human2regex.git synced 2025-05-15 20:10:19 -07:00

some packages didn't get updated for whatever reason

This commit is contained in:
Patrick Demian 2021-07-04 04:59:29 -04:00
parent 519e2f88e4
commit 453f09da07
4 changed files with 1573 additions and 2764 deletions

16
docs/bundle.min.js vendored

File diff suppressed because one or more lines are too long

4289
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,32 +1,32 @@
{
"name": "human2regex",
"version": "1.2.2",
"version": "1.2.3",
"description": "Humanized Regular Expressions",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"devDependencies": {
"@types/glob": "^7.1.3",
"@types/html-minifier": "^3.5.3",
"@types/html-minifier": "^4.0.0",
"@types/jest": "^26.0.23",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"before-build-webpack": "^0.2.11",
"clean-webpack-plugin": "^3.0.0",
"codecov": "^3.8.2",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^4.3.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^5.2.6",
"eslint": "^7.30.0",
"glob": "^7.1.7",
"handlebars": "^4.7.7",
"html-minifier": "^4.0.0",
"jest": "^26.6.3",
"mini-css-extract-plugin": "^1.6.2",
"jest": "^27.0.6",
"mini-css-extract-plugin": "^2.0.0",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"postcss": "^8.3.5",
"remove-files-webpack-plugin": "^1.4.5",
"ts-jest": "^26.5.6",
"ts-loader": "^8.3.0",
"ts-node": "^9.1.1",
"ts-jest": "^27.0.3",
"ts-loader": "^9.2.3",
"ts-node": "^10.0.0",
"typescript": "^4.3.5",
"webpack": "^5.42.0",
"webpack-cli": "^4.7.2"
@ -46,7 +46,7 @@
"author": "Patrick Demian",
"license": "MIT",
"dependencies": {
"chevrotain": "^7.1.2",
"chevrotain": "^9.0.2",
"codemirror": "^5.62.0"
},
"repository": {

View File

@ -96,7 +96,7 @@ module.exports = {
new CleanWebpackPlugin({verbose:true, protectWebpackAssets: false}),
new CopyPlugin({
patterns: [
{ from: config.src + "docs/" + "assets/" + "!(*.css|*.hbs)", to: "", flatten: true}
{ from: config.src + "docs/" + "assets/" + "!(*.css|*.hbs)", to: "[name][ext]" }
]
}),
new MiniCssExtractPlugin({ filename: "bundle.min.css" }),