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 7df2220 commit 9dc6c0b
Show file tree
Hide file tree
Showing 4 changed files with 260 additions and 286 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/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: corepack enable

- name: Setup Node.js LTS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: yarn
Expand Down
24 changes: 14 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,35 +34,39 @@
"@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",
"@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-istanbul": "^1.1.1",
"@vitest/coverage-istanbul": "^1.2.1",
"concurrently": "^8.2.2",
"eslint": "^8.56.0",
"github-markdown-css": "^5.5.0",
"lint-staged": "^15.2.0",
"pkg": "link:packages/pkg",
"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",
"remark-gfm": "^4.0.0",
"rimraf": "^5.0.5",
"sass": "^1.69.7",
"sass": "^1.70.0",
"simple-git-hooks": "^2.9.0",
"sirv-cli": "^2.0.2",
"stylelint": "^16.1.0",
"stylelint": "^16.2.0",
"tsx": "^4.7.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"
},
"browserslist": [
"extends @1stg/browserslist-config/modern"
Expand Down
Loading

0 comments on commit 9dc6c0b

Please sign in to comment.