|
1 | 1 | { |
2 | 2 | "name": "regex-to-strings", |
3 | | - "version": "2.0.3", |
| 3 | + "version": "2.1.0", |
4 | 4 | "repository": { |
5 | 5 | "type": "git", |
6 | 6 | "url": "git+https://github.com/wimpyprogrammer/regex-to-strings.git" |
|
27 | 27 | "*.scss" |
28 | 28 | ], |
29 | 29 | "engines": { |
30 | | - "node": ">=10" |
| 30 | + "node": ">=12" |
31 | 31 | }, |
32 | 32 | "scripts": { |
33 | 33 | "build": "run-s build:*", |
34 | 34 | "build:src": "tsc -b --clean && tsc -b", |
35 | 35 | "build:demo": "wp --config demo/webpack.config.js", |
| 36 | + "changelog": "npx auto-changelog", |
36 | 37 | "format": "prettier --write '{src,demo/src}/**'", |
37 | 38 | "lint": "tsc -b ./tsconfig.lint.json && eslint . --report-unused-disable-directives", |
38 | | - "precommit": "pretty-quick --staged", |
39 | | - "release": "npx release-it", |
| 39 | + "release": "npx release-it --no-increment", |
40 | 40 | "test": "jest --coverage" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | 43 | "@types/history": "^4.7.3", |
44 | | - "@types/jest": "^26.0.10", |
| 44 | + "@types/jest": "^27.0.1", |
45 | 45 | "@types/jest-when": "^2.4.1", |
46 | 46 | "@types/lodash": "^4.14.140", |
47 | | - "@typescript-eslint/eslint-plugin": "^4.18.0", |
48 | | - "@typescript-eslint/parser": "^4.18.0", |
49 | | - "clean-webpack-plugin": "^3.0.0", |
50 | | - "codecov": "^3.5.0", |
51 | | - "css-loader": "^5.1.3", |
52 | | - "eslint": "^7.22.0", |
53 | | - "eslint-config-airbnb-base": "^14.2.1", |
| 47 | + "@typescript-eslint/eslint-plugin": "^5.6.0", |
| 48 | + "@typescript-eslint/parser": "^5.6.0", |
| 49 | + "clean-webpack-plugin": "^4.0.0", |
| 50 | + "css-loader": "^6.1.0", |
| 51 | + "eslint": "^8.4.0", |
| 52 | + "eslint-config-airbnb-base": "^15.0.0", |
54 | 53 | "eslint-config-prettier": "^8.1.0", |
55 | 54 | "eslint-import-resolver-typescript": "^2.4.0", |
56 | | - "eslint-plugin-import": "^2.18.2", |
57 | | - "eslint-plugin-jest": "^24.3.1", |
58 | | - "husky": "5.1.3", |
59 | | - "jest": "^26.4.2", |
| 55 | + "eslint-plugin-import": "^2.25.3", |
| 56 | + "eslint-plugin-jest": "^25.2.1", |
| 57 | + "jest": "^27.0.1", |
60 | 58 | "jest-when": "^3.2.1", |
61 | | - "node-sass": "^5.0.0", |
| 59 | + "node-sass": "^7.0.0", |
62 | 60 | "npm-run-all": "^4.1.5", |
63 | 61 | "prettier": "2.2.1", |
64 | | - "pretty-quick": "3.1.0", |
65 | | - "sass-loader": "^11.0.1", |
66 | | - "style-loader": "^2.0.0", |
67 | | - "ts-jest": "^26.5.3", |
68 | | - "ts-loader": "^8.0.18", |
| 62 | + "sass-loader": "^12.0.0", |
| 63 | + "style-loader": "^3.0.0", |
| 64 | + "ts-jest": "^27.0.1", |
| 65 | + "ts-loader": "^9.1.2", |
69 | 66 | "typescript": "^4.2.3", |
70 | 67 | "webpack": "^5.26.0", |
71 | 68 | "webpack-nano": "^1.1.1", |
|
0 commit comments