Skip to content

Commit 88c80e3

Browse files
committed
chore: update renovate.json
1 parent 34363a6 commit 88c80e3

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@
1717
"author": "",
1818
"license": "MIT",
1919
"dependencies": {
20-
"@uiw/react-copy-to-clipboard": "4.11.6",
21-
"@uiw/react-github-corners": "1.5.3",
22-
"@uiw/react-split": "5.8.5",
23-
"@uiw/react-codemirror": "4.5.1",
24-
"@codemirror/lang-json": "0.19.2",
25-
"history": "5.3.0",
26-
"react": "17.0.2",
27-
"react-dom": "17.0.2",
28-
"react-json-view": "1.21.3"
20+
"@uiw/react-copy-to-clipboard": "~4.12.2",
21+
"@uiw/react-github-corners": "~1.5.3",
22+
"@uiw/react-split": "~5.8.7",
23+
"@uiw/react-codemirror": "~4.5.1",
24+
"@codemirror/lang-json": "~0.19.2",
25+
"history": "~5.3.0",
26+
"react": "~17.0.2",
27+
"react-dom": "~17.0.2",
28+
"react-json-view": "~1.21.3"
2929
},
3030
"devDependencies": {
31-
"@kkt/less-modules": "7.1.1",
32-
"@types/react": "17.0.39",
33-
"@types/react-dom": "17.0.11",
34-
"source-map-explorer": "2.5.2",
35-
"kkt": "7.1.5"
31+
"@kkt/less-modules": "~7.1.1",
32+
"@types/react": "~17.0.39",
33+
"@types/react-dom": "~17.0.11",
34+
"source-map-explorer": "~2.5.2",
35+
"kkt": "~7.1.5"
3636
},
3737
"jest": {
3838
"coverageReporters": [

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"extends": [
33
"config:base"
4+
],
5+
"packageRules": [
6+
{
7+
"matchPackagePatterns": ["*"],
8+
"rangeStrategy": "replace"
9+
}
410
]
511
}

0 commit comments

Comments
 (0)