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:
parent
519e2f88e4
commit
453f09da07
16
docs/bundle.min.js
vendored
16
docs/bundle.min.js
vendored
File diff suppressed because one or more lines are too long
4299
package-lock.json
generated
4299
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
@ -1,32 +1,32 @@
|
|||||||
{
|
{
|
||||||
"name": "human2regex",
|
"name": "human2regex",
|
||||||
"version": "1.2.2",
|
"version": "1.2.3",
|
||||||
"description": "Humanized Regular Expressions",
|
"description": "Humanized Regular Expressions",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"typings": "./lib/index.d.ts",
|
"typings": "./lib/index.d.ts",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/glob": "^7.1.3",
|
"@types/glob": "^7.1.3",
|
||||||
"@types/html-minifier": "^3.5.3",
|
"@types/html-minifier": "^4.0.0",
|
||||||
"@types/jest": "^26.0.23",
|
"@types/jest": "^26.0.23",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.28.1",
|
"@typescript-eslint/eslint-plugin": "^4.28.1",
|
||||||
"@typescript-eslint/parser": "^4.28.1",
|
"@typescript-eslint/parser": "^4.28.1",
|
||||||
"before-build-webpack": "^0.2.11",
|
"before-build-webpack": "^0.2.11",
|
||||||
"clean-webpack-plugin": "^3.0.0",
|
"clean-webpack-plugin": "^3.0.0",
|
||||||
"codecov": "^3.8.2",
|
"codecov": "^3.8.2",
|
||||||
"copy-webpack-plugin": "^6.4.1",
|
"copy-webpack-plugin": "^9.0.1",
|
||||||
"css-loader": "^4.3.0",
|
"css-loader": "^5.2.6",
|
||||||
"eslint": "^7.30.0",
|
"eslint": "^7.30.0",
|
||||||
"glob": "^7.1.7",
|
"glob": "^7.1.7",
|
||||||
"handlebars": "^4.7.7",
|
"handlebars": "^4.7.7",
|
||||||
"html-minifier": "^4.0.0",
|
"html-minifier": "^4.0.0",
|
||||||
"jest": "^26.6.3",
|
"jest": "^27.0.6",
|
||||||
"mini-css-extract-plugin": "^1.6.2",
|
"mini-css-extract-plugin": "^2.0.0",
|
||||||
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
||||||
"postcss": "^8.3.5",
|
"postcss": "^8.3.5",
|
||||||
"remove-files-webpack-plugin": "^1.4.5",
|
"remove-files-webpack-plugin": "^1.4.5",
|
||||||
"ts-jest": "^26.5.6",
|
"ts-jest": "^27.0.3",
|
||||||
"ts-loader": "^8.3.0",
|
"ts-loader": "^9.2.3",
|
||||||
"ts-node": "^9.1.1",
|
"ts-node": "^10.0.0",
|
||||||
"typescript": "^4.3.5",
|
"typescript": "^4.3.5",
|
||||||
"webpack": "^5.42.0",
|
"webpack": "^5.42.0",
|
||||||
"webpack-cli": "^4.7.2"
|
"webpack-cli": "^4.7.2"
|
||||||
@ -46,7 +46,7 @@
|
|||||||
"author": "Patrick Demian",
|
"author": "Patrick Demian",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chevrotain": "^7.1.2",
|
"chevrotain": "^9.0.2",
|
||||||
"codemirror": "^5.62.0"
|
"codemirror": "^5.62.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -96,7 +96,7 @@ module.exports = {
|
|||||||
new CleanWebpackPlugin({verbose:true, protectWebpackAssets: false}),
|
new CleanWebpackPlugin({verbose:true, protectWebpackAssets: false}),
|
||||||
new CopyPlugin({
|
new CopyPlugin({
|
||||||
patterns: [
|
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" }),
|
new MiniCssExtractPlugin({ filename: "bundle.min.css" }),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user