Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Oct 8, 2023
1 parent c500fd0 commit d977c08
Show file tree
Hide file tree
Showing 6 changed files with 545 additions and 405 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
Expand All @@ -36,7 +36,7 @@ jobs:
name: Node.js ${{ matrix.node-version }} Quick
steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
Expand All @@ -61,7 +61,7 @@ jobs:
name: Node.js ${{ matrix.node-version }} Quick
steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v1
with:
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,23 @@
],
"dependencies": {
"lilconfig": "^2.1.0",
"yaml": "^2.3.1"
"yaml": "^2.3.2"
},
"devDependencies": {
"@types/node": "^20.4.7",
"@types/postcss-import": "^14.0.0",
"@types/node": "^20.8.3",
"@types/postcss-import": "^14.0.1",
"c8": "^8.0.1",
"clean-publish": "^4.2.0",
"cssnano": "^6.0.1",
"jsdoc-to-markdown": "^8.0.0",
"postcss": "^8.4.27",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"postcss-nested": "^6.0.1",
"standard": "^17.1.0",
"sugarss": "^4.0.1",
"ts-node": "^10.9.1",
"tsm": "^2.3.0",
"typescript": "5.1.6",
"typescript": "5.2.2",
"uvu": "^0.5.6"
},
"peerDependencies": {
Expand Down

0 comments on commit d977c08

Please sign in to comment.