Skip to content

Commit 15f0514

Browse files
authored
chore: config upgate (#15)
* chore: config upgate * chore: config upgate
1 parent 0f55612 commit 15f0514

File tree

4 files changed

+54
-2022
lines changed

4 files changed

+54
-2022
lines changed

.github/renovate.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:base"],
4+
"lockFileMaintenance": {"enabled": true, "automerge": false},
5+
"rangeStrategy": "replace",
6+
"postUpdateOptions": ["pnpmDedupe"],
7+
"packageRules": [
8+
{
9+
"matchPackageNames": ["@tsd/typescript", "typescript"],
10+
"groupName": "typescript"
11+
},
12+
{
13+
"matchPackageNames": [
14+
"@babel/core",
15+
"@babel/plugin-syntax-flow",
16+
"@babel/plugin-syntax-jsx",
17+
"@babel/plugin-syntax-typescript"
18+
],
19+
"groupName": "babel"
20+
},
21+
22+
{
23+
"matchPackageNames": ["@stylexjs/stylex", "@stylexjs/babel-plugin"],
24+
"groupName": "stylex"
25+
}
26+
]
27+
}

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
auto-install-peers=true

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
"engines": {
6060
"node": ">=16.14.0"
6161
},
62+
"peerDependencies": {
63+
"@stylexjs/stylex": "^0.5.1"
64+
},
6265
"dependencies": {
6366
"@babel/core": "^7.23.6",
6467
"@babel/plugin-syntax-flow": "^7.23.3",

0 commit comments

Comments
 (0)