Skip to content

Commit 2f30457

Browse files
committed
chore: bump all (dev) deps
1 parent 3d0c8d1 commit 2f30457

File tree

8 files changed

+2032
-3135
lines changed

8 files changed

+2032
-3135
lines changed

.lintstagedrc.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

.nano-staged.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { default } from '@1stg/nano-staged/tsc'

.yarn/releases/yarn-4.8.1.cjs

Lines changed: 0 additions & 935 deletions
This file was deleted.

.yarn/releases/yarn-4.9.1.cjs

Lines changed: 948 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ plugins:
77
path: .yarn/plugins/plugin-prepare-lifecycle.cjs
88
spec: 'https://github.com/un-es/yarn-plugin-prepare-lifecycle/releases/download/v0.0.1/index.js'
99

10-
yarnPath: .yarn/releases/yarn-4.8.1.cjs
10+
yarnPath: .yarn/releases/yarn-4.9.1.cjs

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ A simple library boilerplate.
2020
- [Usage](#usage)
2121
- [Install](#install)
2222
- [API](#api)
23-
- [Sponsors](#sponsors)
24-
- [Backers](#backers)
23+
- [Sponsors and Backers](#sponsors-and-backers)
24+
- [Sponsors](#sponsors)
25+
- [Backers](#backers)
2526
- [Changelog](#changelog)
2627
- [License](#license)
2728

@@ -51,15 +52,17 @@ import echo from 'lib-boilerplate'
5152
echo()
5253
```
5354

55+
## Sponsors and Backers
56+
5457
[![Sponsors](https://raw.githubusercontent.com/1stG/static/master/sponsors.svg)](https://github.com/sponsors/JounQin)
5558

56-
## Sponsors
59+
### Sponsors
5760

5861
| 1stG | RxTS | UnTS |
5962
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
6063
| [![1stG Open Collective sponsors](https://opencollective.com/1stG/organizations.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective sponsors](https://opencollective.com/rxts/organizations.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective sponsors](https://opencollective.com/unts/organizations.svg)](https://opencollective.com/unts) |
6164

62-
## Backers
65+
### Backers
6366

6467
| 1stG | RxTS | UnTS |
6568
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |

package.json

Lines changed: 29 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"author": "JounQin <[email protected]> (https://www.1stG.me)",
88
"funding": "https://opencollective.com/unts",
99
"license": "MIT",
10-
"packageManager": "yarn@4.8.1",
10+
"packageManager": "yarn@4.9.1",
1111
"engines": {
12-
"node": ">=18.0.0"
12+
"node": "^14.18.0 || >=16.0.0"
1313
},
1414
"exports": "./src/index.ts",
1515
"files": [
@@ -37,71 +37,66 @@
3737
"typecov": "type-coverage",
3838
"version": "changeset version && yarn --no-immutable"
3939
},
40-
"dependencies": {
41-
"tslib": "^2.8.1"
42-
},
4340
"devDependencies": {
44-
"@1stg/browserslist-config": "^2.1.2",
45-
"@1stg/common-config": "^12.0.0",
46-
"@1stg/postcss-config": "^6.0.4",
47-
"@1stg/stylelint-config": "^6.0.3",
41+
"@1stg/browserslist-config": "^2.1.4",
42+
"@1stg/common-config": "^13.0.1",
43+
"@1stg/postcss-config": "^6.0.6",
44+
"@1stg/stylelint-config": "^6.0.5",
4845
"@changesets/changelog-github": "^0.5.1",
49-
"@changesets/cli": "^2.28.1",
46+
"@changesets/cli": "^2.29.2",
5047
"@commitlint/cli": "^19.8.0",
5148
"@mdx-js/rollup": "^3.1.0",
52-
"@pkgr/rollup": "^6.0.1",
53-
"@shikijs/rehype": "^3.2.1",
49+
"@pkgr/rollup": "^6.0.3",
50+
"@shikijs/rehype": "^3.2.2",
5451
"@size-limit/preset-small-lib": "^11.2.0",
5552
"@types/mdx": "^2.0.13",
56-
"@types/node": "^22.14.0",
57-
"@types/react": "^19.1.0",
58-
"@types/react-dom": "^19.1.1",
59-
"@types/web": "^0.0.216",
53+
"@types/node": "^22.14.1",
54+
"@types/react": "^19.1.2",
55+
"@types/react-dom": "^19.1.2",
56+
"@types/web": "^0.0.220",
6057
"@vercel/analytics": "^1.5.0",
61-
"@vitejs/plugin-react-swc": "^3.8.1",
58+
"@vitejs/plugin-react-swc": "^3.9.0",
6259
"@vitest/coverage-v8": "^3.1.1",
6360
"clean-pkg-json": "^1.2.1",
6461
"eslint": "^9.24.0",
6562
"github-markdown-css": "^5.8.1",
66-
"lint-staged": "^15.5.0",
63+
"nano-staged": "^0.8.0",
6764
"npm-run-all2": "^7.0.2",
6865
"prettier": "^3.5.3",
6966
"react": "^19.1.0",
7067
"react-dom": "^19.1.0",
71-
"react-router-dom": "^7.5.0",
68+
"react-router-dom": "^7.5.1",
7269
"rehype-slug": "^6.0.0",
7370
"remark-gfm": "^4.0.1",
7471
"rimraf": "^6.0.1",
7572
"simple-git-hooks": "^2.12.1",
7673
"size-limit": "^11.2.0",
77-
"stylelint": "^16.17.0",
74+
"stylelint": "^16.18.0",
7875
"type-coverage": "^2.29.7",
7976
"typescript": "^5.8.3",
80-
"vite": "^6.2.5",
77+
"vite": "^6.3.2",
8178
"vitest": "^3.1.1",
82-
"yarn-berry-deduplicate": "^6.1.1"
79+
"yarn-berry-deduplicate": "^6.1.3"
8380
},
8481
"resolutions": {
85-
"es5-ext": "npm:@unes/es5-ext@latest",
8682
"prettier": "^3.5.3"
8783
},
8884
"publishConfig": {
8985
"main": "./lib/index.cjs",
9086
"types": "./index.d.cts",
9187
"module": "./lib/index.js",
9288
"exports": {
93-
"import": {
94-
"types": "./lib/index.d.ts",
95-
"default": "./lib/index.js"
96-
},
97-
"module-sync": {
98-
"types": "./lib/index.d.ts",
99-
"default": "./lib/index.js"
89+
".": {
90+
"import": {
91+
"types": "./lib/index.d.ts",
92+
"default": "./lib/index.js"
93+
},
94+
"require": {
95+
"types": "./index.d.cts",
96+
"default": "./lib/index.cjs"
97+
}
10098
},
101-
"require": {
102-
"types": "./index.d.cts",
103-
"default": "./lib/index.cjs"
104-
}
99+
"./package.json": "./package.json"
105100
}
106101
},
107102
"typeCoverage": {

0 commit comments

Comments
 (0)