Skip to content

Commit

Permalink
chore: bump (dev)Dependencies, add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jan 23, 2024
1 parent 77c229e commit b36ebd0
Show file tree
Hide file tree
Showing 6 changed files with 382 additions and 408 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*]
indent_style = space
indent_size = 2
tab_width = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'CodeQL'
name: CodeQL

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- name: Setup Node.js 20
- name: Setup Node.js LTS
uses: actions/setup-node@v4
with:
node-version: 20
node-version: lts/*
cache: yarn
env:
# https://github.com/actions/setup-node/issues/531#issuecomment-1819151412
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup Node.js 20
- name: Setup Node.js LTS
uses: actions/setup-node@v4
with:
node-version: 20
node-version: lts/*
cache: yarn
env:
# https://github.com/actions/setup-node/issues/531#issuecomment-1819151412
Expand Down
26 changes: 15 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,34 +48,38 @@
"@1stg/app-config": "^10.0.1",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^18.4.3",
"@commitlint/cli": "^18.5.0",
"@mdx-js/rollup": "^3.0.0",
"@pkgr/rollup": "^5.0.0",
"@size-limit/preset-small-lib": "^11.0.1",
"@size-limit/preset-small-lib": "^11.0.2",
"@types/mdx": "^2.0.10",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/web": "^0.0.134",
"@types/web": "^0.0.135",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-v8": "^1.1.1",
"@vitest/coverage-v8": "^1.2.1",
"eslint": "^8.56.0",
"github-markdown-css": "^5.5.0",
"lint-staged": "^15.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.1",
"react-router-dom": "^6.21.3",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"simple-git-hooks": "^2.9.0",
"size-limit": "^11.0.1",
"stylelint": "^16.1.0",
"size-limit": "^11.0.2",
"stylelint": "^16.2.0",
"type-coverage": "^2.27.1",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.3",
"vite": "^5.0.10",
"vitest": "^1.1.1"
"vite": "^5.0.12",
"vitest": "^1.2.1"
},
"resolutions": {
"prettier": "^3.2.4"
},
"size-limit": [
{
Expand Down
Loading

0 comments on commit b36ebd0

Please sign in to comment.