|
61 | 61 | "@babel/helper-plugin-utils": "^7.22.5",
|
62 | 62 | "@babel/plugin-proposal-class-properties": "^7.18.6",
|
63 | 63 | "@babel/plugin-proposal-class-static-block": "^7.21.0",
|
64 |
| - "@babel/plugin-proposal-decorators": "^7.23.6", |
| 64 | + "@babel/plugin-proposal-decorators": "^7.23.9", |
65 | 65 | "@babel/plugin-proposal-export-default-from": "^7.23.3",
|
66 | 66 | "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
67 | 67 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
75 | 75 | "@babel/plugin-syntax-bigint": "^7.8.3",
|
76 | 76 | "@babel/plugin-transform-arrow-functions": "^7.23.3",
|
77 | 77 | "@babel/plugin-transform-block-scoping": "^7.23.4",
|
78 |
| - "@babel/plugin-transform-classes": "^7.23.5", |
| 78 | + "@babel/plugin-transform-classes": "^7.23.8", |
79 | 79 | "@babel/plugin-transform-computed-properties": "^7.23.3",
|
80 | 80 | "@babel/plugin-transform-destructuring": "^7.23.3",
|
81 | 81 | "@babel/plugin-transform-exponentiation-operator": "^7.23.3",
|
|
88 | 88 | "@babel/plugin-transform-shorthand-properties": "^7.23.3",
|
89 | 89 | "@babel/plugin-transform-spread": "^7.23.3",
|
90 | 90 | "@babel/plugin-transform-template-literals": "^7.23.3",
|
91 |
| - "@babel/preset-env": "^7.23.6", |
| 91 | + "@babel/preset-env": "^7.23.9", |
92 | 92 | "babel-plugin-annotate-pure-calls": "^0.4.0",
|
93 | 93 | "babel-plugin-dev-expression": "^0.2.3",
|
94 | 94 | "babel-plugin-macros": "^3.1.0",
|
95 | 95 | "babel-plugin-polyfill-regenerator": "^0.5.4"
|
96 | 96 | },
|
97 | 97 | "devDependencies": {
|
98 | 98 | "@anolilab/semantic-release-preset": "8.0.3",
|
99 |
| - "@babel/cli": "^7.23.4", |
100 |
| - "@babel/core": "^7.23.6", |
| 99 | + "@babel/cli": "^7.23.9", |
| 100 | + "@babel/core": "^7.23.9", |
101 | 101 | "@babel/plugin-syntax-jsx": "7.23.3",
|
102 | 102 | "@babel/plugin-transform-typescript": "7.23.6",
|
103 | 103 | "@babel/preset-react": "7.23.3",
|
|
114 | 114 | "vitest": "^1.1.0"
|
115 | 115 | },
|
116 | 116 | "peerDependencies": {
|
117 |
| - "@babel/core": "^7.16.5", |
| 117 | + "@babel/core": "^7.16.12", |
118 | 118 | "@babel/plugin-syntax-jsx": "^7.22.5",
|
119 | 119 | "@babel/plugin-transform-typescript": "^7.22.15",
|
120 | 120 | "@babel/preset-react": "^7.22.15",
|
|
0 commit comments