|
28 | 28 | "clean": "rimraf lib es",
|
29 | 29 | "lint": "eslint src/**/*.{js,ts}",
|
30 | 30 | "release": "semantic-release",
|
31 |
| - "postrelease": "git pull origin master && git push origin master --follow-tags", |
32 | 31 | "test": "jest",
|
33 | 32 | "typecheck": "tsc --noEmit"
|
34 | 33 | },
|
35 | 34 | "dependencies": {},
|
36 | 35 | "devDependencies": {
|
37 |
| - "@babel/cli": "^7.7.7", |
38 |
| - "@babel/core": "^7.7.7", |
39 |
| - "@babel/preset-env": "^7.7.7", |
40 |
| - "@babel/preset-typescript": "^7.7.7", |
41 |
| - "@semantic-release/git": "^7.0.18", |
42 |
| - "@semantic-release/npm": "^5.3.5", |
43 |
| - "@types/jest": "^24.0.25", |
44 |
| - "@types/node": "^13.1.2", |
45 |
| - "@typescript-eslint/eslint-plugin": "^2.14.0", |
46 |
| - "@typescript-eslint/parser": "^2.14.0", |
47 |
| - "@werkzeugkiste/eslint-config": "1.0.6", |
48 |
| - "@werkzeugkiste/release-config": "1.0.1", |
49 |
| - "babel-eslint": "10.0.3", |
50 |
| - "babel-jest": "^24.9.0", |
51 |
| - "babel-loader": "^8.0.6", |
| 36 | + "@babel/cli": "^7.8.4", |
| 37 | + "@babel/core": "^7.9.6", |
| 38 | + "@babel/preset-env": "^7.9.6", |
| 39 | + "@babel/preset-typescript": "^7.9.0", |
| 40 | + "@semantic-release/changelog": "^5.0.1", |
| 41 | + "@semantic-release/git": "^9.0.0", |
| 42 | + "@semantic-release/npm": "^7.0.5", |
| 43 | + "@types/jest": "^25.2.3", |
| 44 | + "@types/node": "^14.0.5", |
| 45 | + "@typescript-eslint/eslint-plugin": "^3.0.0", |
| 46 | + "@typescript-eslint/parser": "^3.0.0", |
| 47 | + "@werkzeugkiste/eslint-config": "^2.0.0", |
| 48 | + "@werkzeugkiste/release-config": "^1.1.0", |
| 49 | + "babel-eslint": "^10.1.0", |
| 50 | + "babel-jest": "^26.0.1", |
| 51 | + "babel-loader": "^8.1.0", |
52 | 52 | "confusing-browser-globals": "1.0.9",
|
53 |
| - "eslint": "6.8.0", |
54 |
| - "eslint-config-prettier": "^6.9.0", |
| 53 | + "eslint": "^7.1.0", |
| 54 | + "eslint-config-prettier": "^6.11.0", |
55 | 55 | "eslint-import-resolver-typescript": "2.0.0",
|
56 | 56 | "eslint-plugin-babel": "5.3.0",
|
57 |
| - "eslint-plugin-import": "2.19.1", |
58 |
| - "eslint-plugin-prettier": "3.1.2", |
59 |
| - "eslint-plugin-react": "7.17.0", |
60 |
| - "eslint-plugin-react-hooks": "2.3.0", |
| 57 | + "eslint-plugin-import": "^2.20.2", |
| 58 | + "eslint-plugin-prettier": "^3.1.3", |
| 59 | + "eslint-plugin-react": "^7.20.0", |
| 60 | + "eslint-plugin-react-hooks": "^4.0.2", |
61 | 61 | "eslint-plugin-security": "1.4.0",
|
62 |
| - "eslint-plugin-unicorn": "15.0.1", |
63 |
| - "husky": "3.1.0", |
| 62 | + "eslint-plugin-unicorn": "^20.0.0", |
| 63 | + "husky": "^4.2.5", |
64 | 64 | "install-deps-postmerge": "^1.0.5",
|
65 |
| - "jest": "^24.9.0", |
66 |
| - "lint-staged": "^9.5.0", |
67 |
| - "prettier": "1.19.1", |
68 |
| - "rimraf": "^3.0.0", |
69 |
| - "semantic-release": "^15.14.0", |
| 65 | + "jest": "^26.0.1", |
| 66 | + "lint-staged": "^10.2.6", |
| 67 | + "prettier": "^2.0.5", |
| 68 | + "rimraf": "^3.0.2", |
| 69 | + "semantic-release": "^17.0.7", |
70 | 70 | "semantic-release-conventional-commits": "^2.0.1",
|
71 |
| - "typescript": "3.7.4", |
72 |
| - "webpack": "^4.41.5", |
73 |
| - "webpack-cli": "^3.3.10" |
| 71 | + "typescript": "^3.9.3", |
| 72 | + "webpack": "^4.43.0", |
| 73 | + "webpack-cli": "^3.3.11" |
74 | 74 | }
|
75 | 75 | }
|
0 commit comments