Skip to content

Commit 3498139

Browse files
### Bug Fixes * Update dependencies to latest versions ([6cdc09b](6cdc09b)) ### Dependencies * **@anolilab/package-json-utils:** upgraded to 3.0.7 * **@anolilab/semantic-release-preset:** upgraded to 7.0.5
1 parent 7392d5b commit 3498139

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.11](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-09-29)
2+
3+
4+
### Bug Fixes
5+
6+
* Update dependencies to latest versions ([6cdc09b](https://github.com/anolilab/javascript-style-guide/commit/6cdc09b5b9319ee7cc327b025c235972aa6be04f))
7+
8+
9+
10+
### Dependencies
11+
12+
* **@anolilab/package-json-utils:** upgraded to 3.0.7
13+
* **@anolilab/semantic-release-preset:** upgraded to 7.0.5
14+
115
## @anolilab/babel-preset [9.0.10](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-09-27)
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.10",
3+
"version": "9.0.11",
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.6",
60+
"@anolilab/package-json-utils": "3.0.7",
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.2"
9696
},
9797
"devDependencies": {
98-
"@anolilab/semantic-release-preset": "7.0.4",
98+
"@anolilab/semantic-release-preset": "7.0.5",
9999
"@babel/cli": "^7.23.0",
100100
"@babel/core": "^7.23.0",
101101
"@babel/plugin-syntax-jsx": "7.22.5",

0 commit comments

Comments
 (0)