Skip to content

Commit

Permalink
chore: update dependencies (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
nix6839 authored Sep 14, 2023
1 parent afa7adb commit 4544419
Show file tree
Hide file tree
Showing 6 changed files with 435 additions and 351 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -28,7 +28,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.7.1
version: 8.7.5

- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -32,7 +32,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.7.1
version: 8.7.5

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion apps/portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@astrojs/tailwind": "5.0.0",
"astro": "3.0.5",
"astro": "3.0.13",
"tailwindcss": "3.3.3"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"@nix6839/prettier-config": "1.0.8",
"@types/eslint": "8.44.2",
"@types/prettier": "2.7.3",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"eslint": "8.48.0",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"eslint": "8.49.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-astro": "0.29.0",
"nx": "16.7.4",
"nx-cloud": "16.3.0",
"nx": "16.8.1",
"nx-cloud": "16.4.0",
"prettier": "2.8.8",
"prettier-plugin-astro": "0.10.0",
"prettier-plugin-tailwindcss": "0.4.1"
},
"packageManager": "[email protected].1+sha256.9f0febfd67c8f4317f4cf2edbf2ff4bf326f0e7dbb2b5b03aa05248f9faa26c5"
"packageManager": "[email protected].5+sha256.c69c54d81c58e23ee23324729e68d012fe3ef3b7e62e2dc521b1141c2a36567e"
}
4 changes: 2 additions & 2 deletions packages/fetch-pretendard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"prettier": "3.0.3"
},
"devDependencies": {
"@types/css-tree": "2.3.1",
"@types/node": "18.17.12",
"@types/css-tree": "2.3.2",
"@types/node": "18.17.15",
"typescript": "5.2.2"
}
}
Loading

0 comments on commit 4544419

Please sign in to comment.