Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 22, 2023
1 parent b3b3509 commit 2d6b22c
Show file tree
Hide file tree
Showing 6 changed files with 933 additions and 741 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
package: [blog2, habits, tennis-tournaments]
steps:
- name: Checkout to current branch
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup node
uses: ./.github/actions/setup-node
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
needs: build
steps:
- name: Checkout to current branch
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup node
uses: ./.github/actions/setup-node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
package: [blog2, habits, tennis-tournaments]
steps:
- name: Checkout to current branch
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup node
uses: ./.github/actions/setup-node
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node_modules_size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# otherwise the behaviour will be different

- name: Checkout to branch "main"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: main
repository: ${{ github.repository }}
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
# this part can use all current changes

- name: Checkout to current branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}

Expand Down
24 changes: 12 additions & 12 deletions packages/blog2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,34 @@
"gray-matter": "4.0.3",
"next": "12.3.4",
"next-mdx-remote": "4.1.0",
"prism-react-renderer": "1.2.1",
"prism-react-renderer": "2.0.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"remark-gfm": "3.0.1",
"remark-gfm": "4.0.0",
"remark-mdx-code-meta": "2.0.0",
"remark-unwrap-images": "3.0.1",
"swr": "1.3.0",
"unist-util-visit": "4.1.1",
"yup": "0.32.11"
"remark-unwrap-images": "4.0.0",
"swr": "2.2.2",
"unist-util-visit": "5.0.0",
"yup": "1.2.0"
},
"devDependencies": {
"@babel/core": "7.22.5",
"@testing-library/react": "13.3.0",
"@types/jsdom": "20.0.0",
"@testing-library/react": "14.0.0",
"@types/jsdom": "21.1.3",
"@types/mocha": "10.0.0",
"@types/node": "*",
"@types/react": "18.2.13",
"@types/unist": "2.0.6",
"@types/unist": "3.0.0",
"csstype": "3.1.0",
"earljs": "0.2.3",
"eslint": "8.23.0",
"eslint-config-next": "12.3.4",
"jsdom": "20.0.0",
"jsdom": "22.1.0",
"mocha": "10.0.0",
"remark": "14.0.3",
"ts-essentials": "9.3.0",
"ts-node": "10.9.1",
"typescript": "4.8.2",
"unified": "10.1.2"
"typescript": "5.2.2",
"unified": "11.0.3"
}
}
4 changes: 2 additions & 2 deletions packages/habits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"license": "MIT",
"devDependencies": {
"typescript": "^4.8.2",
"vite": "^3.0.9",
"typescript": "^5.0.0",
"vite": "^4.0.0",
"vite-plugin-solid": "^2.3.0",
"vitest": "0.29.8"
},
Expand Down

0 comments on commit 2d6b22c

Please sign in to comment.