Skip to content

Commit

Permalink
build(deps): bump @babel/traverse from 7.22.8 to 7.23.2 (#27)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump postcss from 8.4.27 to 8.4.31

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.27...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump @babel/traverse from 7.22.8 to 7.23.2

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* ci: update node version, build dep.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: KCM <knightedcodemonkey@gmail.com>
  • Loading branch information
dependabot[bot] and knightedcodemonkey authored Oct 19, 2023
1 parent fdfed6f commit 3549f1a
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 60 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3.6.0
with:
node-version: '20.5.0'
node-version: '20.8.1'
- name: Install Dependencies
run: npm ci
- name: Save error log
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3.6.0
with:
node-version: '20.5.0'
node-version: '20.8.1'
- name: Install Dependencies
run: npm ci
- name: Save error log
Expand Down
113 changes: 57 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@knighted/duel",
"version": "1.0.0",
"version": "1.0.1",
"description": "TypeScript dual packages.",
"type": "module",
"main": "dist",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@types/node": "^20.4.6",
"babel-dual-package": "^1.1.1",
"babel-dual-package": "^1.1.2",
"c8": "^8.0.1",
"eslint": "^8.45.0",
"eslint-plugin-n": "^16.0.1",
Expand Down

0 comments on commit 3549f1a

Please sign in to comment.