Skip to content

Commit f58984b

Browse files
chore(deps): update all dependencies
1 parent b10ef7a commit f58984b

File tree

4 files changed

+7859
-8309
lines changed

4 files changed

+7859
-8309
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout Repo
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2020

2121
- name: Setup Node.js ${{ matrix.node }}
22-
uses: actions/setup-node@v3
22+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2323
with:
2424
node-version: ${{ matrix.node }}
2525
cache: yarn

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Repo
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1515
with:
1616
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717
fetch-depth: 0
1818

1919
- name: Setup Node.js 16.x
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2121
with:
22-
node-version: 16.x
22+
node-version: 22.x
2323
cache: yarn
2424

2525
- name: Get yarn cache directory path

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,31 +26,31 @@
2626
"vercel-build": "w -e docs -p --publicPath /"
2727
},
2828
"devDependencies": {
29-
"@1stg/app-config": "^4.1.3",
30-
"@1stg/lib-config": "^6.1.3",
29+
"@1stg/app-config": "^14.0.0",
30+
"@1stg/lib-config": "^13.0.0",
3131
"@changesets/changelog-github": "^0.5.0",
3232
"@changesets/cli": "^2.27.11",
3333
"@pkgr/webpack": "^3.4.0",
3434
"@pkgr/webpack-mdx": "^2.2.0",
3535
"@pkgr/webpack-react": "^2.1.1",
36-
"@types/node": "^17.0.45",
37-
"@types/react": "^18.3.18",
38-
"@types/react-dom": "^18.3.5",
36+
"@types/node": "^22.0.0",
37+
"@types/react": "^19.0.0",
38+
"@types/react-dom": "^19.0.0",
3939
"github-markdown-css": "^5.8.1",
4040
"html-webpack-harddisk-plugin": "^2.0.0",
41-
"patch-package": "^6.5.1",
42-
"react": "^18.3.1",
43-
"react-dom": "^18.3.1",
44-
"react-router-dom": "^6.28.1",
45-
"sirv-cli": "^2.0.2",
41+
"patch-package": "^8.0.0",
42+
"react": "^19.0.0",
43+
"react-dom": "^19.0.0",
44+
"react-router-dom": "^7.0.0",
45+
"sirv-cli": "^3.0.0",
4646
"svelte": "^3.59.2",
4747
"ts-node": "^10.9.2",
4848
"type-coverage": "^2.29.1",
49-
"typescript": "^4.9.5",
49+
"typescript": "^5.0.0",
5050
"vue": "^3.5.13"
5151
},
5252
"resolutions": {
53-
"prettier": "^2.8.8"
53+
"prettier": "^3.0.0"
5454
},
5555
"browserslist": [
5656
"extends @1stg/browserslist-config/modern"

0 commit comments

Comments
 (0)