Skip to content

Commit cee12d0

Browse files
committed
Update common dependencies
1 parent 8a6322b commit cee12d0

File tree

2 files changed

+3169
-2851
lines changed

2 files changed

+3169
-2851
lines changed

package.json

Lines changed: 40 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -56,72 +56,71 @@
5656
"globalSetup": "<rootDir>/config/globalSetup.js"
5757
},
5858
"devDependencies": {
59-
"@babel/core": "^7.15.5",
60-
"@babel/plugin-proposal-class-properties": "^7.14.5",
59+
"@babel/core": "^7.16.7",
60+
"@babel/plugin-proposal-class-properties": "^7.16.7",
6161
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
62-
"@babel/preset-env": "^7.15.6",
63-
"@babel/preset-react": "^7.14.5",
62+
"@babel/preset-env": "^7.16.8",
63+
"@babel/preset-react": "^7.16.7",
6464
"babel-eslint": "^10.1.0",
65-
"babel-jest": "^27.2.0",
66-
"babel-loader": "^8.2.2",
67-
"css-loader": "^6.2.0",
68-
"html-webpack-plugin": "^5.3.2",
65+
"babel-jest": "^27.4.6",
66+
"babel-loader": "^8.2.3",
67+
"css-loader": "^6.5.1",
68+
"html-webpack-plugin": "^5.5.0",
6969
"regenerator-runtime": "^0.13.9",
70-
"sass-loader": "^12.1.0",
71-
"style-loader": "^3.2.1",
72-
"webpack": "^5.52.1",
73-
"webpack-cli": "^4.8.0",
74-
"webpack-dev-server": "^4.2.1",
75-
"prop-types": "^15.7.2",
70+
"sass-loader": "^12.4.0",
71+
"style-loader": "^3.3.1",
72+
"webpack": "^5.66.0",
73+
"webpack-cli": "^4.9.1",
74+
"webpack-dev-server": "^4.7.3",
75+
"prop-types": "^15.8.1",
7676
"react": "^17.0.2",
7777
"react-dom": "^17.0.2",
78-
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
78+
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
7979
"enzyme": "^3.11.0",
8080
"enzyme-to-json": "^3.6.2",
81-
"@babel/eslint-parser": "^7.14.4",
82-
"@babel/plugin-transform-runtime": "^7.15.0",
83-
"@babel/preset-typescript": "^7.15.0",
84-
"node-sass": "^6.0.1",
81+
"@babel/eslint-parser": "^7.16.5",
82+
"@babel/plugin-transform-runtime": "^7.16.8",
83+
"@babel/preset-typescript": "^7.16.7",
84+
"node-sass": "^7.0.1",
8585
"@khala/commit-analyzer-wildcard": "^2.5.2",
8686
"@khala/npm-release-monorepo": "^2.5.2",
8787
"@khala/wildcard-release-notes": "^2.5.2",
8888
"@semantic-release/exec": "^6.0.3",
89-
"@semantic-release/git": "^9.0.1",
90-
"@semantic-release/github": "^7.2.3",
91-
"@semantic-release/npm": "^7.1.3",
89+
"@semantic-release/git": "^10.0.1",
90+
"@semantic-release/github": "^8.0.2",
91+
"@semantic-release/npm": "^8.0.3",
9292
"@types/react": "^17.0.21",
9393
"@types/react-dom": "^17.0.9",
9494
"@typescript-eslint/eslint-plugin": "^4.31.1",
95-
"atob-lite": "^2.0.0",
9695
"babel-plugin-transform-imports": "^2.0.0",
97-
"dtslint": "^4.1.6",
98-
"eslint": "^7.32.0",
96+
"dtslint": "^4.2.1",
97+
"eslint": "^8.7.0",
9998
"eslint-config-prettier": "^8.3.0",
100-
"eslint-config-react-app": "^6.0.0",
99+
"eslint-config-react-app": "^7.0.0",
101100
"eslint-loader": "^4.0.2",
102-
"eslint-plugin-flowtype": "^6.0.1",
103-
"eslint-plugin-import": "^2.24.2",
104-
"eslint-plugin-jest": "^24.4.2",
105-
"eslint-plugin-jsx-a11y": "^6.4.1",
101+
"eslint-plugin-flowtype": "^8.0.3",
102+
"eslint-plugin-import": "^2.25.4",
103+
"eslint-plugin-jest": "^25.7.0",
104+
"eslint-plugin-jsx-a11y": "^6.5.1",
106105
"eslint-plugin-prettier": "^4.0.0",
107-
"eslint-plugin-react": "^7.25.2",
108-
"eslint-plugin-react-hooks": "^4.2.0",
106+
"eslint-plugin-react": "^7.28.0",
107+
"eslint-plugin-react-hooks": "^4.3.0",
109108
"fs-extra": "^10.0.0",
110-
"glob": "^7.1.7",
109+
"glob": "^7.2.0",
111110
"identity-obj-proxy": "^3.0.0",
112-
"inquirer": "^8.1.5",
113-
"jest": "^27.2.0",
111+
"inquirer": "^8.2.0",
112+
"jest": "^27.4.7",
114113
"lerna": "^4.0.0",
115114
"ncp": "^2.0.0",
116-
"prettier": "^2.4.1",
117-
"replace-in-file": "^6.2.0",
118-
"semantic-release": "^17.4.7",
115+
"prettier": "^2.5.1",
116+
"replace-in-file": "^6.3.2",
117+
"semantic-release": "^18.0.1",
119118
"strip-ansi": "^7.0.1",
120-
"terser-webpack-plugin": "^5.2.4",
121-
"ts-loader": "^9.2.5",
119+
"terser-webpack-plugin": "^5.3.0",
120+
"ts-loader": "^9.2.6",
122121
"tslint": "^6.1.3",
123122
"tslint-config-prettier": "^1.18.0",
124-
"typescript": "^4.4.3"
123+
"typescript": "^4.5.4"
125124
},
126125
"release": {
127126
"monorepo": "./packages",

0 commit comments

Comments
 (0)