Skip to content

Commit edcf598

Browse files
### Bug Fixes * allow node 21 ([e95c9f7](e95c9f7)) ### Dependencies * **@anolilab/package-json-utils:** upgraded to 3.0.9 * **@anolilab/semantic-release-preset:** upgraded to 8.0.2
1 parent 494e3f5 commit edcf598

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

packages/babel-preset/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## @anolilab/babel-preset [9.0.14](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-11-02)
2+
3+
4+
### Bug Fixes
5+
6+
* allow node 21 ([e95c9f7](https://github.com/anolilab/javascript-style-guide/commit/e95c9f70fb7d1ffa7c27e3d07067606b9b91bf54))
7+
8+
9+
10+
### Dependencies
11+
12+
* **@anolilab/package-json-utils:** upgraded to 3.0.9
13+
* **@anolilab/semantic-release-preset:** upgraded to 8.0.2
14+
115
## @anolilab/babel-preset [9.0.13](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-10-31)
216

317

packages/babel-preset/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anolilab/babel-preset",
3-
"version": "9.0.13",
3+
"version": "9.0.14",
44
"description": "A babel preset for transforming your JavaScript for Anolilab.",
55
"keywords": [
66
"babel",
@@ -57,7 +57,7 @@
5757
"postinstall": "node ./skip.js || node ./dist/postinstall.js"
5858
},
5959
"dependencies": {
60-
"@anolilab/package-json-utils": "3.0.8",
60+
"@anolilab/package-json-utils": "3.0.9",
6161
"@babel/helper-plugin-utils": "^7.22.5",
6262
"@babel/plugin-proposal-class-properties": "^7.18.6",
6363
"@babel/plugin-proposal-class-static-block": "^7.21.0",
@@ -95,7 +95,7 @@
9595
"babel-plugin-polyfill-regenerator": "^0.5.3"
9696
},
9797
"devDependencies": {
98-
"@anolilab/semantic-release-preset": "8.0.1",
98+
"@anolilab/semantic-release-preset": "8.0.2",
9999
"@babel/cli": "^7.23.0",
100100
"@babel/core": "^7.23.2",
101101
"@babel/plugin-syntax-jsx": "7.22.5",

0 commit comments

Comments
 (0)