|
56 | 56 | "globalSetup": "<rootDir>/config/globalSetup.js" |
57 | 57 | }, |
58 | 58 | "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", |
61 | 61 | "@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", |
64 | 64 | "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", |
69 | 69 | "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", |
76 | 76 | "react": "^17.0.2", |
77 | 77 | "react-dom": "^17.0.2", |
78 | | - "@wojtekmaj/enzyme-adapter-react-17": "^0.6.3", |
| 78 | + "@wojtekmaj/enzyme-adapter-react-17": "^0.6.6", |
79 | 79 | "enzyme": "^3.11.0", |
80 | 80 | "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", |
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 | 88 | "@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", |
92 | 92 | "@types/react": "^17.0.21", |
93 | 93 | "@types/react-dom": "^17.0.9", |
94 | 94 | "@typescript-eslint/eslint-plugin": "^4.31.1", |
95 | | - "atob-lite": "^2.0.0", |
96 | 95 | "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", |
99 | 98 | "eslint-config-prettier": "^8.3.0", |
100 | | - "eslint-config-react-app": "^6.0.0", |
| 99 | + "eslint-config-react-app": "^7.0.0", |
101 | 100 | "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", |
106 | 105 | "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", |
109 | 108 | "fs-extra": "^10.0.0", |
110 | | - "glob": "^7.1.7", |
| 109 | + "glob": "^7.2.0", |
111 | 110 | "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", |
114 | 113 | "lerna": "^4.0.0", |
115 | 114 | "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", |
119 | 118 | "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", |
122 | 121 | "tslint": "^6.1.3", |
123 | 122 | "tslint-config-prettier": "^1.18.0", |
124 | | - "typescript": "^4.4.3" |
| 123 | + "typescript": "^4.5.4" |
125 | 124 | }, |
126 | 125 | "release": { |
127 | 126 | "monorepo": "./packages", |
|
0 commit comments