|
45 | 45 | ], |
46 | 46 | "homepage": "https://github.com/mocoding-software/redux-automata#readme", |
47 | 47 | "devDependencies": { |
48 | | - "@babel/core": "^7.9.6", |
49 | | - "@babel/plugin-proposal-object-rest-spread": "^7.9.6", |
50 | | - "@babel/plugin-transform-runtime": "^7.9.6", |
51 | | - "@babel/preset-env": "^7.9.6", |
52 | | - "@babel/preset-typescript": "^7.9.0", |
53 | | - "@types/jest": "^25.2.1", |
54 | | - "@types/node": "^13.13.5", |
55 | | - "@typescript-eslint/eslint-plugin": "^2.31.0", |
56 | | - "@typescript-eslint/parser": "^2.31.0", |
57 | | - "eslint": "^7.0.0", |
58 | | - "eslint-config-prettier": "^6.11.0", |
| 48 | + "@babel/core": "^7.14.8", |
| 49 | + "@babel/plugin-proposal-object-rest-spread": "^7.14.7", |
| 50 | + "@babel/plugin-transform-runtime": "^7.14.5", |
| 51 | + "@babel/preset-env": "^7.14.8", |
| 52 | + "@babel/preset-typescript": "^7.14.5", |
| 53 | + "@types/jest": "^26.0.24", |
| 54 | + "@types/node": "^16.4.0", |
| 55 | + "@typescript-eslint/eslint-plugin": "^4.28.4", |
| 56 | + "@typescript-eslint/parser": "^4.28.4", |
| 57 | + "eslint": "^7.31.0", |
| 58 | + "eslint-config-prettier": "^8.3.0", |
59 | 59 | "eslint-plugin-only-warn": "^1.0.2", |
60 | | - "eslint-plugin-prettier": "^3.1.3", |
61 | | - "jest": "^26.0.1", |
| 60 | + "eslint-plugin-prettier": "^3.4.0", |
| 61 | + "jest": "^27.0.6", |
62 | 62 | "jest-sonar-reporter": "^2.0.0", |
63 | | - "prettier": "^2.0.5", |
| 63 | + "prettier": "^2.3.2", |
64 | 64 | "rimraf": "^3.0.2", |
65 | | - "rollup": "^2.8.0", |
| 65 | + "rollup": "^2.53.3", |
66 | 66 | "rollup-plugin-babel": "^4.4.0", |
67 | 67 | "rollup-plugin-node-resolve": "^5.2.0", |
68 | 68 | "rollup-plugin-replace": "^2.2.0", |
69 | | - "rollup-plugin-terser": "^5.3.0", |
70 | | - "rollup-plugin-typescript2": "^0.27.1", |
71 | | - "ts-jest": "^26.0.0", |
72 | | - "typescript": "^3.9.2" |
| 69 | + "rollup-plugin-terser": "^7.0.2", |
| 70 | + "rollup-plugin-typescript2": "^0.30.0", |
| 71 | + "ts-jest": "^27.0.4", |
| 72 | + "typescript": "^4.3.5" |
73 | 73 | }, |
74 | 74 | "dependencies": { |
75 | | - "@babel/runtime": "^7.9.6", |
76 | | - "redux": "^4.0.5" |
| 75 | + "@babel/runtime": "^7.14.8", |
| 76 | + "redux": "^4.1.0" |
77 | 77 | }, |
78 | 78 | "jestSonar": { |
79 | 79 | "reportPath": ".coverage", |
|
0 commit comments