|
44 | 44 | "node": "^16.0.0 || >=18.0.0" |
45 | 45 | }, |
46 | 46 | "dependencies": { |
47 | | - "@babel/core": "^7.24.3", |
48 | | - "@babel/helper-module-imports": "^7.24.3", |
49 | | - "@babel/parser": "^7.24.1", |
| 47 | + "@babel/core": "^7.28.4", |
| 48 | + "@babel/helper-module-imports": "^7.27.1", |
| 49 | + "@babel/parser": "^7.28.4", |
50 | 50 | "@babel/plugin-proposal-class-properties": "^7.18.6", |
51 | | - "@babel/preset-env": "^7.24.3", |
52 | | - "@babel/traverse": "^7.24.1", |
53 | | - "@rollup/plugin-babel": "^6.0.4", |
| 51 | + "@babel/preset-env": "^7.28.3", |
| 52 | + "@babel/traverse": "^7.28.4", |
| 53 | + "@rollup/plugin-babel": "^6.1.0", |
54 | 54 | "@rollup/plugin-commonjs": "^24.1.0", |
55 | 55 | "@rollup/plugin-json": "^6.1.0", |
56 | | - "@rollup/plugin-node-resolve": "^15.2.3", |
57 | | - "@rollup/plugin-replace": "^5.0.5", |
| 56 | + "@rollup/plugin-node-resolve": "^15.3.1", |
| 57 | + "@rollup/plugin-replace": "^5.0.7", |
58 | 58 | "@rollup/plugin-terser": "^0.4.4", |
59 | | - "@types/jest": "^29.5.12", |
| 59 | + "@types/jest": "^29.5.14", |
60 | 60 | "@typescript-eslint/eslint-plugin": "^5.62.0", |
61 | 61 | "@typescript-eslint/parser": "^5.62.0", |
62 | 62 | "ansi-escapes": "^4.3.2", |
63 | 63 | "asyncro": "^3.0.0", |
64 | 64 | "babel-jest": "^29.7.0", |
65 | | - "babel-plugin-annotate-pure-calls": "^0.4.0", |
| 65 | + "babel-plugin-annotate-pure-calls": "^0.5.0", |
66 | 66 | "babel-plugin-dev-expression": "^0.2.3", |
67 | 67 | "babel-plugin-macros": "^3.1.0", |
68 | | - "babel-plugin-polyfill-regenerator": "^0.6.1", |
| 68 | + "babel-plugin-polyfill-regenerator": "^0.6.5", |
69 | 69 | "babel-plugin-transform-rename-import": "^2.3.0", |
70 | 70 | "camelcase": "^6.3.0", |
71 | 71 | "chalk": "^4.1.2", |
72 | 72 | "confusing-browser-globals": "^1.0.11", |
73 | 73 | "enquirer": "^2.4.1", |
74 | 74 | "eslint": "^8.37.0", |
75 | | - "eslint-config-prettier": "^8.10.0", |
| 75 | + "eslint-config-prettier": "^8.10.2", |
76 | 76 | "eslint-plugin-flowtype": "^8.0.3", |
77 | | - "eslint-plugin-import": "^2.29.1", |
| 77 | + "eslint-plugin-import": "^2.32.0", |
78 | 78 | "eslint-plugin-jest": "^27.9.0", |
79 | | - "eslint-plugin-jsx-a11y": "^6.8.0", |
80 | | - "eslint-plugin-prettier": "^4.2.1", |
81 | | - "eslint-plugin-react": "^7.34.1", |
82 | | - "eslint-plugin-react-hooks": "^4.6.0", |
| 79 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 80 | + "eslint-plugin-prettier": "^4.2.5", |
| 81 | + "eslint-plugin-react": "^7.37.5", |
| 82 | + "eslint-plugin-react-hooks": "^4.6.2", |
83 | 83 | "eslint-plugin-testing-library": "^5.11.1", |
84 | 84 | "execa": "^4.1.0", |
85 | | - "figlet": "^1.7.0", |
| 85 | + "figlet": "^1.9.3", |
86 | 86 | "fs-extra": "^10.1.0", |
87 | 87 | "jest": "^29.5.0", |
88 | 88 | "jest-environment-jsdom": "^29.7.0", |
|
91 | 91 | "lodash.merge": "^4.6.2", |
92 | 92 | "ora": "^5.4.1", |
93 | 93 | "pascal-case": "^3.1.2", |
94 | | - "postcss": "^8.4.38", |
| 94 | + "postcss": "^8.5.6", |
95 | 95 | "prettier": "^2.8.1", |
96 | 96 | "progress-estimator": "^0.3.1", |
97 | 97 | "regenerator-runtime": "^0.14.1", |
98 | 98 | "rollup": "^3.20.0", |
99 | | - "rollup-plugin-delete": "^2.0.0", |
| 99 | + "rollup-plugin-delete": "^2.2.0", |
100 | 100 | "rollup-plugin-dts": "^5.3.1", |
101 | 101 | "rollup-plugin-typescript2": "^0.36.0", |
102 | 102 | "sade": "^1.8.1", |
103 | | - "semver": "^7.6.0", |
104 | | - "shelljs": "^0.8.5", |
| 103 | + "semver": "^7.7.3", |
| 104 | + "shelljs": "^0.10.0", |
105 | 105 | "sort-package-json": "^1.57.0", |
106 | 106 | "tiny-glob": "^0.2.9", |
107 | | - "ts-jest": "^29.1.2", |
| 107 | + "ts-jest": "^29.4.5", |
108 | 108 | "ts-node": "^10.9.2", |
109 | | - "tslib": "^2.6.2", |
| 109 | + "tslib": "^2.8.1", |
110 | 110 | "type-fest": "^2.19.0", |
111 | 111 | "typescript": "^5.0.2" |
112 | 112 | }, |
113 | 113 | "devDependencies": { |
114 | 114 | "@commitlint/cli": "^16.3.0", |
115 | 115 | "@commitlint/config-conventional": "^16.2.4", |
116 | 116 | "@release-it/conventional-changelog": "^5.1.1", |
117 | | - "@types/cssnano": "^5.1.0", |
118 | | - "@types/eslint": "^8.56.7", |
119 | | - "@types/figlet": "^1.5.8", |
| 117 | + "@types/cssnano": "^5.1.3", |
| 118 | + "@types/eslint": "^8.56.12", |
| 119 | + "@types/figlet": "^1.7.0", |
120 | 120 | "@types/fs-extra": "^9.0.13", |
121 | | - "@types/lodash": "^4.17.0", |
122 | | - "@types/node": "^16.18.94", |
123 | | - "@types/react": "^18.2.74", |
| 121 | + "@types/lodash": "^4.17.20", |
| 122 | + "@types/node": "^16.18.126", |
| 123 | + "@types/react": "^18.3.26", |
124 | 124 | "@types/rollup-plugin-json": "^3.0.7", |
125 | | - "@types/semver": "^7.5.8", |
126 | | - "@types/shelljs": "^0.8.15", |
| 125 | + "@types/semver": "^7.7.1", |
| 126 | + "@types/shelljs": "^0.8.17", |
127 | 127 | "@types/styled-components": "^5.1.34", |
128 | | - "auto-changelog": "^2.4.0", |
129 | | - "autoprefixer": "^10.4.19", |
| 128 | + "auto-changelog": "^2.5.0", |
| 129 | + "autoprefixer": "^10.4.21", |
130 | 130 | "babel-plugin-replace-identifiers": "^0.1.1", |
131 | 131 | "cssnano": "^5.1.15", |
132 | 132 | "doctoc": "^2.2.1", |
133 | 133 | "dts-cli": "file:.", |
134 | 134 | "husky": "^8.0.3", |
135 | | - "lint-staged": "^15.2.2", |
| 135 | + "lint-staged": "^15.5.2", |
136 | 136 | "react": "^16.14.0", |
137 | 137 | "react-dom": "^16.14.0", |
138 | 138 | "react-is": "^16.13.1", |
|
0 commit comments