File tree 2 files changed +21
-3
lines changed
2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## @anolilab/babel-preset [ 9.0.5] ( https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected] ...@anolilab/[email protected] ) (2023-08-30)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * ** deps:** update all non-major dependencies ([ #736 ] ( https://github.com/anolilab/javascript-style-guide/issues/736 ) ) ([ eb2f1fb] ( https://github.com/anolilab/javascript-style-guide/commit/eb2f1fbac325d6188dab9d373afa25d2fd44e389 ) )
7
+ * ** deps:** update dependency semantic-release to ^21.1.1 ([ #738 ] ( https://github.com/anolilab/javascript-style-guide/issues/738 ) ) ([ ee6e926] ( https://github.com/anolilab/javascript-style-guide/commit/ee6e926d19848a6d7aaca6b3b0f92befaed59e08 ) )
8
+ * ** deps:** update dependency typescript to v5.2.2 ([ #745 ] ( https://github.com/anolilab/javascript-style-guide/issues/745 ) ) ([ 90c1703] ( https://github.com/anolilab/javascript-style-guide/commit/90c1703dfc87ac2e16e181f3a42c099e47af609f ) )
9
+ * ** deps:** update dependency vitest to ^0.34.3 ([ #739 ] ( https://github.com/anolilab/javascript-style-guide/issues/739 ) ) ([ 67dd404] ( https://github.com/anolilab/javascript-style-guide/commit/67dd404766bceb0103f637208fc646ed40aefb16 ) )
10
+ * ** deps:** update devdependencies ([ #740 ] ( https://github.com/anolilab/javascript-style-guide/issues/740 ) ) ([ 8fdacef] ( https://github.com/anolilab/javascript-style-guide/commit/8fdacef017f429bb3ae556c7c55754ee145144b9 ) )
11
+
12
+
13
+
14
+ ### Dependencies
15
+
16
+ * ** @anolilab/package-json-utils :** upgraded to 3.0.5
17
+ * ** @anolilab/semantic-release-preset :** upgraded to 6.0.5
18
+
1
19
## @anolilab/babel-preset [ 9.0.4] ( https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected] ...@anolilab/[email protected] ) (2023-08-10)
2
20
3
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @anolilab/babel-preset" ,
3
- "version" : " 9.0.4 " ,
3
+ "version" : " 9.0.5 " ,
4
4
"description" : " A babel preset for transforming your JavaScript for Anolilab." ,
5
5
"keywords" : [
6
6
" babel" ,
57
57
"postinstall" : " node ./skip.js || node ./dist/postinstall.js"
58
58
},
59
59
"dependencies" : {
60
- "@anolilab/package-json-utils" : " 3.0.4 " ,
60
+ "@anolilab/package-json-utils" : " 3.0.5 " ,
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" ,
95
95
"babel-plugin-polyfill-regenerator" : " ^0.5.2"
96
96
},
97
97
"devDependencies" : {
98
- "@anolilab/semantic-release-preset" : " 6.0.4 " ,
98
+ "@anolilab/semantic-release-preset" : " 6.0.5 " ,
99
99
"@babel/cli" : " ^7.22.10" ,
100
100
"@babel/core" : " ^7.22.11" ,
101
101
"@babel/plugin-syntax-jsx" : " 7.22.5" ,
You can’t perform that action at this time.
0 commit comments