|
44 | 44 | "node": "^14.18.0 || >=16.0.0" |
45 | 45 | }, |
46 | 46 | "dependencies": { |
47 | | - "@babel/core": "^7.18.6", |
| 47 | + "@babel/core": "^7.20.5", |
48 | 48 | "@babel/helper-module-imports": "^7.18.6", |
49 | | - "@babel/parser": "^7.18.6", |
| 49 | + "@babel/parser": "^7.20.5", |
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.20.2", |
| 52 | + "@babel/traverse": "^7.20.5", |
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", |
61 | 59 | "ansi-escapes": "^4.3.2", |
62 | 60 | "asyncro": "^3.0.0", |
63 | 61 | "babel-plugin-annotate-pure-calls": "^0.4.0", |
|
69 | 67 | "chalk": "^4.1.2", |
70 | 68 | "confusing-browser-globals": "^1.0.11", |
71 | 69 | "enquirer": "^2.3.6", |
72 | | - "eslint": "^8.7.0", |
| 70 | + "eslint": "^8.30.0", |
73 | 71 | "eslint-config-prettier": "^8.5.0", |
74 | 72 | "eslint-plugin-flowtype": "^8.0.3", |
75 | 73 | "eslint-plugin-import": "^2.26.0", |
76 | 74 | "eslint-plugin-jest": "^26.5.3", |
77 | | - "eslint-plugin-jsx-a11y": "^6.6.0", |
| 75 | + "eslint-plugin-jsx-a11y": "^6.6.1", |
78 | 76 | "eslint-plugin-prettier": "^4.2.1", |
79 | | - "eslint-plugin-react": "^7.30.1", |
| 77 | + "eslint-plugin-react": "^7.31.11", |
80 | 78 | "eslint-plugin-react-hooks": "^4.6.0", |
81 | | - "eslint-plugin-testing-library": "^5.5.1", |
| 79 | + "eslint-plugin-testing-library": "^5.9.1", |
82 | 80 | "execa": "^4.1.0", |
83 | 81 | "figlet": "^1.5.2", |
84 | 82 | "fs-extra": "^10.1.0", |
|
88 | 86 | "lodash.merge": "^4.6.2", |
89 | 87 | "ora": "^5.4.1", |
90 | 88 | "pascal-case": "^3.1.2", |
91 | | - "postcss": "^8.4.14", |
92 | | - "prettier": "^2.5.1", |
| 89 | + "postcss": "^8.4.20", |
| 90 | + "prettier": "^2.8.1", |
93 | 91 | "progress-estimator": "^0.3.0", |
94 | 92 | "regenerator-runtime": "^0.13.9", |
95 | 93 | "rollup": "^2.66.0", |
|
99 | 97 | "rollup-plugin-terser": "^7.0.2", |
100 | 98 | "rollup-plugin-typescript2": "^0.32.1", |
101 | 99 | "sade": "^1.8.1", |
102 | | - "semver": "^7.3.7", |
| 100 | + "semver": "^7.3.8", |
103 | 101 | "shelljs": "^0.8.5", |
104 | 102 | "sort-package-json": "^1.57.0", |
105 | 103 | "tiny-glob": "^0.2.9", |
106 | 104 | "ts-jest": "^27.1.5", |
107 | | - "ts-node": "^10.8.1", |
108 | | - "tslib": "^2.4.0", |
| 105 | + "ts-node": "^10.9.1", |
| 106 | + "tslib": "^2.4.1", |
109 | 107 | "type-fest": "^2.14.0", |
110 | | - "typescript": "^4.5.5" |
| 108 | + "typescript": "^4.9.4" |
111 | 109 | }, |
112 | 110 | "devDependencies": { |
113 | 111 | "@commitlint/cli": "^16.3.0", |
114 | 112 | "@commitlint/config-conventional": "^16.2.4", |
115 | | - "@release-it/conventional-changelog": "^5.0.0", |
| 113 | + "@release-it/conventional-changelog": "^5.1.1", |
116 | 114 | "@types/cssnano": "^5.0.0", |
117 | | - "@types/eslint": "^8.4.3", |
118 | | - "@types/figlet": "^1.5.4", |
| 115 | + "@types/eslint": "^8.4.10", |
| 116 | + "@types/figlet": "^1.5.5", |
119 | 117 | "@types/fs-extra": "^9.0.13", |
120 | | - "@types/lodash": "^4.14.182", |
| 118 | + "@types/lodash": "^4.14.191", |
121 | 119 | "@types/node": "^16.11.42", |
122 | 120 | "@types/react": "^17.0.47", |
123 | 121 | "@types/rollup-plugin-json": "^3.0.3", |
124 | | - "@types/semver": "^7.3.10", |
| 122 | + "@types/semver": "^7.3.13", |
125 | 123 | "@types/shelljs": "^0.8.11", |
126 | | - "@types/styled-components": "^5.1.25", |
127 | | - "@typescript-eslint/eslint-plugin": "^5.30.0", |
128 | | - "@typescript-eslint/parser": "^5.30.0", |
| 124 | + "@types/styled-components": "^5.1.26", |
| 125 | + "@typescript-eslint/eslint-plugin": "^5.47.0", |
| 126 | + "@typescript-eslint/parser": "^5.47.0", |
129 | 127 | "auto-changelog": "^2.4.0", |
130 | | - "autoprefixer": "^10.4.7", |
| 128 | + "autoprefixer": "^10.4.13", |
131 | 129 | "babel-plugin-replace-identifiers": "^0.1.1", |
132 | | - "cssnano": "^5.1.12", |
133 | | - "doctoc": "^2.2.0", |
| 130 | + "cssnano": "^5.1.14", |
| 131 | + "doctoc": "^2.2.1", |
134 | 132 | "dts-cli": "file:.", |
135 | 133 | "husky": "^8.0.0", |
136 | 134 | "lint-staged": "^12.5.0", |
137 | 135 | "pinst": "^3.0.0", |
138 | 136 | "react": "^16.14.0", |
139 | 137 | "react-dom": "^16.14.0", |
140 | 138 | "react-is": "^16.13.1", |
141 | | - "release-it": "^15.1.1", |
| 139 | + "release-it": "^15.5.1", |
142 | 140 | "rollup-plugin-postcss": "^4.0.2", |
143 | | - "styled-components": "^5.3.5", |
144 | | - "tiny-invariant": "^1.2.0", |
| 141 | + "styled-components": "^5.3.6", |
| 142 | + "tiny-invariant": "^1.3.1", |
145 | 143 | "tiny-warning": "^1.0.3" |
146 | 144 | }, |
147 | 145 | "prettier": { |
|
0 commit comments