Skip to content

Commit 03080e1

Browse files
authored
chore: bump version and delay dependabot (#216)
1 parent 7884a29 commit 03080e1

File tree

4 files changed

+318
-219
lines changed

4 files changed

+318
-219
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ updates:
33
- package-ecosystem: npm
44
directory: "/"
55
schedule:
6-
interval: daily
6+
interval: weekly
77
versioning-strategy: increase # Update package.json too
8-
open-pull-requests-limit: 10
8+
open-pull-requests-limit: 3

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"dependencies": {
1010
"@textea/json-viewer": "workspace:^",
1111
"gray-matter": "^4.0.3",
12-
"next": "^13.1.2",
13-
"nextra": "^2.2.6",
14-
"nextra-theme-docs": "^2.2.6",
12+
"next": "^13.1.5",
13+
"nextra": "^2.2.13",
14+
"nextra-theme-docs": "^2.2.13",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0"
1717
},

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"dependencies": {
6262
"@emotion/react": "^11.10.5",
6363
"@emotion/styled": "^11.10.5",
64-
"@mui/material": "^5.11.5",
64+
"@mui/material": "^5.11.6",
6565
"copy-to-clipboard": "^3.3.3",
6666
"zustand": "^4.1.5"
6767
},
@@ -76,21 +76,21 @@
7676
"devDependencies": {
7777
"@commitlint/cli": "^17.4.2",
7878
"@commitlint/config-angular": "^17.4.2",
79-
"@rollup/plugin-alias": "^4.0.2",
80-
"@rollup/plugin-commonjs": "^24.0.0",
79+
"@rollup/plugin-alias": "^4.0.3",
80+
"@rollup/plugin-commonjs": "^24.0.1",
8181
"@rollup/plugin-node-resolve": "^15.0.1",
8282
"@rollup/plugin-replace": "^5.0.2",
8383
"@swc/core": "^1.3.27",
8484
"@testing-library/react": "^13.4.0",
8585
"@types/node": "^18.11.18",
8686
"@types/react": "^18.0.27",
8787
"@types/react-dom": "^18.0.10",
88-
"@types/web": "^0.0.88",
89-
"@typescript-eslint/eslint-plugin": "^5.48.2",
90-
"@typescript-eslint/parser": "^5.48.2",
88+
"@types/web": "^0.0.89",
89+
"@typescript-eslint/eslint-plugin": "^5.49.0",
90+
"@typescript-eslint/parser": "^5.49.0",
9191
"@vitejs/plugin-react": "^3.0.1",
92-
"@vitest/coverage-c8": "^0.27.2",
93-
"@vitest/ui": "^0.27.2",
92+
"@vitest/coverage-c8": "^0.28.1",
93+
"@vitest/ui": "^0.28.1",
9494
"eslint": "^8.32.0",
9595
"eslint-config-standard": "^17.0.0",
9696
"eslint-plugin-cypress": "^2.12.1",
@@ -103,19 +103,19 @@
103103
"eslint-plugin-unused-imports": "^2.0.0",
104104
"expect-type": "^0.15.0",
105105
"husky": "^8.0.3",
106-
"jsdom": "^21.0.0",
106+
"jsdom": "^21.1.0",
107107
"lint-staged": "^13.1.0",
108108
"pinst": "^3.0.0",
109109
"prettier": "^2.8.3",
110110
"react": "^18.2.0",
111111
"react-dom": "^18.2.0",
112-
"rollup": "^3.10.0",
112+
"rollup": "^3.10.1",
113113
"rollup-plugin-dts": "^5.1.1",
114114
"rollup-plugin-swc3": "^0.8.0",
115115
"ts-node": "^10.9.1",
116116
"typescript": "^4.9.4",
117117
"vite": "^4.0.4",
118-
"vitest": "^0.27.2"
118+
"vitest": "^0.28.1"
119119
},
120120
"packageManager": "[email protected]",
121121
"workspaces": [

0 commit comments

Comments
 (0)