|
60 | 60 | "@babel/plugin-proposal-class-properties": "^7.14.5",
|
61 | 61 | "@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
62 | 62 | "@babel/preset-env": "^7.15.6",
|
63 |
| - "@babel/preset-react": "^7.13.5", |
| 63 | + "@babel/preset-react": "^7.14.5", |
64 | 64 | "babel-eslint": "^10.1.0",
|
65 | 65 | "babel-jest": "^27.2.0",
|
66 | 66 | "babel-loader": "^8.2.2",
|
|
72 | 72 | "webpack": "^5.52.1",
|
73 | 73 | "webpack-cli": "^4.8.0",
|
74 | 74 | "webpack-dev-server": "^4.2.1",
|
75 |
| - "prop-types": "^15.6.2", |
| 75 | + "prop-types": "^15.7.2", |
76 | 76 | "react": "^17.0.2",
|
77 | 77 | "react-dom": "^17.0.2",
|
78 | 78 | "@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
|
|
85 | 85 | "@khala/commit-analyzer-wildcard": "^2.5.2",
|
86 | 86 | "@khala/npm-release-monorepo": "^2.5.2",
|
87 | 87 | "@khala/wildcard-release-notes": "^2.5.2",
|
88 |
| - "@semantic-release/git": "^8.0.0", |
89 |
| - "@semantic-release/github": "^5.5.5", |
90 |
| - "@semantic-release/npm": "^5.1.4", |
91 |
| - "@types/react": "^16.9.35", |
92 |
| - "@types/react-dom": "^16.9.8", |
93 |
| - "@typescript-eslint/eslint-plugin": "^3.0.0", |
| 88 | + "@semantic-release/git": "^9.0.1", |
| 89 | + "@semantic-release/github": "^7.2.3", |
| 90 | + "@semantic-release/npm": "^7.1.3", |
| 91 | + "@types/react": "^17.0.21", |
| 92 | + "@types/react-dom": "^17.0.9", |
| 93 | + "@typescript-eslint/eslint-plugin": "^4.31.1", |
94 | 94 | "atob-lite": "^2.0.0",
|
95 | 95 | "babel-plugin-transform-imports": "^2.0.0",
|
96 |
| - "dtslint": "^3.6.4", |
97 |
| - "eslint": "^7.21.0", |
98 |
| - "eslint-config-prettier": "^8.1.0", |
| 96 | + "dtslint": "^4.1.6", |
| 97 | + "eslint": "^7.32.0", |
| 98 | + "eslint-config-prettier": "^8.3.0", |
99 | 99 | "eslint-config-react-app": "^6.0.0",
|
100 | 100 | "eslint-loader": "^4.0.2",
|
101 |
| - "eslint-plugin-flowtype": "^5.3.1", |
102 |
| - "eslint-plugin-import": "^2.22.1", |
103 |
| - "eslint-plugin-jest": "^24.3.6", |
| 101 | + "eslint-plugin-flowtype": "^6.0.1", |
| 102 | + "eslint-plugin-import": "^2.24.2", |
| 103 | + "eslint-plugin-jest": "^24.4.2", |
104 | 104 | "eslint-plugin-jsx-a11y": "^6.4.1",
|
105 |
| - "eslint-plugin-prettier": "^3.3.1", |
106 |
| - "eslint-plugin-react": "^7.22.0", |
| 105 | + "eslint-plugin-prettier": "^4.0.0", |
| 106 | + "eslint-plugin-react": "^7.25.2", |
107 | 107 | "eslint-plugin-react-hooks": "^4.2.0",
|
108 |
| - "fs-extra": "^9.0.1", |
109 |
| - "glob": "^7.1.6", |
| 108 | + "fs-extra": "^10.0.0", |
| 109 | + "glob": "^7.1.7", |
110 | 110 | "identity-obj-proxy": "^3.0.0",
|
111 |
| - "inquirer": "^7.1.0", |
| 111 | + "inquirer": "^8.1.5", |
112 | 112 | "jest": "^27.2.0",
|
113 |
| - "lerna": "^3.13.1", |
| 113 | + "lerna": "^4.0.0", |
114 | 114 | "ncp": "^2.0.0",
|
115 |
| - "prettier": "^1.19.1", |
116 |
| - "replace-in-file": "^6.0.0", |
117 |
| - "semantic-release": "^17.2.3", |
118 |
| - "strip-ansi": "^6.0.0", |
119 |
| - "terser-webpack-plugin": "^1.3.0", |
120 |
| - "ts-loader": "^7.0.5", |
121 |
| - "tslint": "^6.1.2", |
| 115 | + "prettier": "^2.4.1", |
| 116 | + "replace-in-file": "^6.2.0", |
| 117 | + "semantic-release": "^17.4.7", |
| 118 | + "strip-ansi": "^7.0.1", |
| 119 | + "terser-webpack-plugin": "^5.2.4", |
| 120 | + "ts-loader": "^9.2.5", |
| 121 | + "tslint": "^6.1.3", |
122 | 122 | "tslint-config-prettier": "^1.18.0",
|
123 |
| - "typescript": "^3.9.3" |
| 123 | + "typescript": "^4.4.3" |
124 | 124 | },
|
125 | 125 | "release": {
|
126 | 126 | "monorepo": "./packages",
|
|
0 commit comments