Skip to content

Commit 9dc6c0b

Browse files
committed
chore: bump (dev)Dependencies, add .editorconfig
1 parent 7df2220 commit 9dc6c0b

4 files changed

Lines changed: 260 additions & 286 deletions

File tree

.editorconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
tab_width = 2
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: corepack enable
2121

2222
- name: Setup Node.js LTS
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@v4
2424
with:
2525
node-version: lts/*
2626
cache: yarn

package.json

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,35 +34,39 @@
3434
"@1stg/app-config": "^10.0.1",
3535
"@changesets/changelog-github": "^0.5.0",
3636
"@changesets/cli": "^2.27.1",
37-
"@commitlint/cli": "^18.4.3",
37+
"@commitlint/cli": "^18.5.0",
3838
"@mdx-js/rollup": "^3.0.0",
3939
"@pkgr/rollup": "^5.0.0",
40-
"@types/node": "^20.10.6",
41-
"@types/react": "^18.2.46",
40+
"@types/node": "^20.11.5",
41+
"@types/react": "^18.2.48",
4242
"@types/react-dom": "^18.2.18",
43-
"@types/web": "^0.0.134",
43+
"@types/web": "^0.0.135",
4444
"@vitejs/plugin-react-swc": "^3.5.0",
45-
"@vitest/coverage-istanbul": "^1.1.1",
45+
"@vitest/coverage-istanbul": "^1.2.1",
4646
"concurrently": "^8.2.2",
4747
"eslint": "^8.56.0",
4848
"github-markdown-css": "^5.5.0",
4949
"lint-staged": "^15.2.0",
5050
"pkg": "link:packages/pkg",
51+
"prettier": "^3.2.4",
5152
"react": "^18.2.0",
5253
"react-dom": "^18.2.0",
53-
"react-router-dom": "^6.21.1",
54+
"react-router-dom": "^6.21.3",
5455
"remark-gfm": "^4.0.0",
5556
"rimraf": "^5.0.5",
56-
"sass": "^1.69.7",
57+
"sass": "^1.70.0",
5758
"simple-git-hooks": "^2.9.0",
5859
"sirv-cli": "^2.0.2",
59-
"stylelint": "^16.1.0",
60+
"stylelint": "^16.2.0",
6061
"tsx": "^4.7.0",
6162
"type-coverage": "^2.27.1",
6263
"typescript": "^5.3.3",
6364
"unplugin-auto-import": "^0.17.3",
64-
"vite": "^5.0.10",
65-
"vitest": "^1.1.1"
65+
"vite": "^5.0.12",
66+
"vitest": "^1.2.1"
67+
},
68+
"resolutions": {
69+
"prettier": "^3.2.4"
6670
},
6771
"browserslist": [
6872
"extends @1stg/browserslist-config/modern"

0 commit comments

Comments
 (0)