|
44 | 44 | "node": ">=12.0.0"
|
45 | 45 | },
|
46 | 46 | "dependencies": {
|
47 |
| - "@babel/core": "^7.18.6", |
| 47 | + "@babel/core": "^7.18.10", |
48 | 48 | "@babel/helper-module-imports": "^7.18.6",
|
49 |
| - "@babel/parser": "^7.18.6", |
| 49 | + "@babel/parser": "^7.18.11", |
50 | 50 | "@babel/plugin-proposal-class-properties": "^7.18.6",
|
51 |
| - "@babel/preset-env": "^7.18.6", |
52 |
| - "@babel/traverse": "^7.18.6", |
| 51 | + "@babel/preset-env": "^7.18.10", |
| 52 | + "@babel/traverse": "^7.18.11", |
53 | 53 | "@rollup/plugin-babel": "^5.3.1",
|
54 | 54 | "@rollup/plugin-commonjs": "^21.1.0",
|
55 | 55 | "@rollup/plugin-json": "^4.1.0",
|
56 | 56 | "@rollup/plugin-node-resolve": "^13.3.0",
|
57 | 57 | "@rollup/plugin-replace": "^3.1.0",
|
58 | 58 | "@types/jest": "^27.5.2",
|
59 |
| - "@typescript-eslint/eslint-plugin": "^5.30.0", |
60 |
| - "@typescript-eslint/parser": "^5.30.0", |
| 59 | + "@typescript-eslint/eslint-plugin": "^5.33.0", |
| 60 | + "@typescript-eslint/parser": "^5.33.0", |
61 | 61 | "ansi-escapes": "^4.3.2",
|
62 | 62 | "asyncro": "^3.0.0",
|
63 | 63 | "babel-plugin-annotate-pure-calls": "^0.4.0",
|
64 | 64 | "babel-plugin-dev-expression": "^0.2.3",
|
65 | 65 | "babel-plugin-macros": "^3.1.0",
|
66 |
| - "babel-plugin-polyfill-regenerator": "^0.3.1", |
| 66 | + "babel-plugin-polyfill-regenerator": "^0.4.0", |
67 | 67 | "babel-plugin-transform-rename-import": "^2.3.0",
|
68 | 68 | "camelcase": "^6.3.0",
|
69 | 69 | "chalk": "^4.1.2",
|
|
73 | 73 | "eslint-config-prettier": "^8.5.0",
|
74 | 74 | "eslint-plugin-flowtype": "^8.0.3",
|
75 | 75 | "eslint-plugin-import": "^2.26.0",
|
76 |
| - "eslint-plugin-jest": "^26.5.3", |
77 |
| - "eslint-plugin-jsx-a11y": "^6.6.0", |
| 76 | + "eslint-plugin-jest": "^26.8.1", |
| 77 | + "eslint-plugin-jsx-a11y": "^6.6.1", |
78 | 78 | "eslint-plugin-prettier": "^4.2.1",
|
79 | 79 | "eslint-plugin-react": "^7.30.1",
|
80 | 80 | "eslint-plugin-react-hooks": "^4.6.0",
|
81 |
| - "eslint-plugin-testing-library": "^5.5.1", |
| 81 | + "eslint-plugin-testing-library": "^5.6.0", |
82 | 82 | "execa": "^4.1.0",
|
83 | 83 | "figlet": "^1.5.2",
|
84 | 84 | "fs-extra": "^10.1.0",
|
|
88 | 88 | "lodash.merge": "^4.6.2",
|
89 | 89 | "ora": "^5.4.1",
|
90 | 90 | "pascal-case": "^3.1.2",
|
91 |
| - "postcss": "^8.4.14", |
| 91 | + "postcss": "^8.4.16", |
92 | 92 | "prettier": "^2.5.1",
|
93 | 93 | "progress-estimator": "^0.3.0",
|
94 | 94 | "regenerator-runtime": "^0.13.9",
|
|
104 | 104 | "sort-package-json": "^1.57.0",
|
105 | 105 | "tiny-glob": "^0.2.9",
|
106 | 106 | "ts-jest": "^27.1.5",
|
107 |
| - "ts-node": "^10.8.1", |
| 107 | + "ts-node": "^10.9.1", |
108 | 108 | "tslib": "^2.4.0",
|
109 |
| - "type-fest": "^2.14.0", |
| 109 | + "type-fest": "^2.18.0", |
110 | 110 | "typescript": "^4.5.5"
|
111 | 111 | },
|
112 | 112 | "devDependencies": {
|
113 | 113 | "@commitlint/cli": "^16.3.0",
|
114 | 114 | "@commitlint/config-conventional": "^16.2.4",
|
115 | 115 | "@release-it/conventional-changelog": "^5.0.0",
|
116 | 116 | "@types/cssnano": "^5.0.0",
|
117 |
| - "@types/eslint": "^8.4.3", |
| 117 | + "@types/eslint": "^8.4.5", |
118 | 118 | "@types/figlet": "^1.5.4",
|
119 | 119 | "@types/fs-extra": "^9.0.13",
|
120 | 120 | "@types/lodash": "^4.14.182",
|
121 |
| - "@types/node": "^16.11.42", |
122 |
| - "@types/react": "^17.0.47", |
| 121 | + "@types/node": "^16.11.47", |
| 122 | + "@types/react": "^17.0.48", |
123 | 123 | "@types/rollup-plugin-json": "^3.0.3",
|
124 | 124 | "@types/semver": "^7.3.10",
|
125 | 125 | "@types/shelljs": "^0.8.11",
|
126 | 126 | "@types/styled-components": "^5.1.25",
|
127 |
| - "@typescript-eslint/eslint-plugin": "^5.30.0", |
128 |
| - "@typescript-eslint/parser": "^5.30.0", |
| 127 | + "@typescript-eslint/eslint-plugin": "^5.33.0", |
| 128 | + "@typescript-eslint/parser": "^5.33.0", |
129 | 129 | "auto-changelog": "^2.4.0",
|
130 |
| - "autoprefixer": "^10.4.7", |
| 130 | + "autoprefixer": "^10.4.8", |
131 | 131 | "babel-plugin-replace-identifiers": "^0.1.1",
|
132 | 132 | "cssnano": "^5.1.12",
|
133 | 133 | "doctoc": "^2.2.0",
|
|
138 | 138 | "react": "^16.14.0",
|
139 | 139 | "react-dom": "^16.14.0",
|
140 | 140 | "react-is": "^16.13.1",
|
141 |
| - "release-it": "^15.1.1", |
| 141 | + "release-it": "^15.2.0", |
142 | 142 | "rollup-plugin-postcss": "^4.0.2",
|
143 | 143 | "styled-components": "^5.3.5",
|
144 | 144 | "tiny-invariant": "^1.2.0",
|
|
0 commit comments