Skip to content

Commit 085ef2b

Browse files
committed
Update all shared dev dependencies
1 parent d84f0ff commit 085ef2b

File tree

2 files changed

+1386
-1946
lines changed

2 files changed

+1386
-1946
lines changed

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@babel/plugin-proposal-class-properties": "^7.14.5",
6161
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
6262
"@babel/preset-env": "^7.15.6",
63-
"@babel/preset-react": "^7.13.5",
63+
"@babel/preset-react": "^7.14.5",
6464
"babel-eslint": "^10.1.0",
6565
"babel-jest": "^27.2.0",
6666
"babel-loader": "^8.2.2",
@@ -72,7 +72,7 @@
7272
"webpack": "^5.52.1",
7373
"webpack-cli": "^4.8.0",
7474
"webpack-dev-server": "^4.2.1",
75-
"prop-types": "^15.6.2",
75+
"prop-types": "^15.7.2",
7676
"react": "^17.0.2",
7777
"react-dom": "^17.0.2",
7878
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
@@ -85,42 +85,42 @@
8585
"@khala/commit-analyzer-wildcard": "^2.5.2",
8686
"@khala/npm-release-monorepo": "^2.5.2",
8787
"@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",
9494
"atob-lite": "^2.0.0",
9595
"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",
9999
"eslint-config-react-app": "^6.0.0",
100100
"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",
104104
"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",
107107
"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",
110110
"identity-obj-proxy": "^3.0.0",
111-
"inquirer": "^7.1.0",
111+
"inquirer": "^8.1.5",
112112
"jest": "^27.2.0",
113-
"lerna": "^3.13.1",
113+
"lerna": "^4.0.0",
114114
"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",
122122
"tslint-config-prettier": "^1.18.0",
123-
"typescript": "^3.9.3"
123+
"typescript": "^4.4.3"
124124
},
125125
"release": {
126126
"monorepo": "./packages",

0 commit comments

Comments
 (0)