Skip to content

Commit 6b04e5f

Browse files
authored
Merge branch 'main' into feature/196-support-importing-bruno-collections
2 parents e5fa788 + 82a1b3e commit 6b04e5f

File tree

2 files changed

+353
-82
lines changed

2 files changed

+353
-82
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"@types/react": "^19.2.7",
3737
"@types/react-dom": "^19.2.3",
3838
"@types/tmp": "^0.2.6",
39-
"@typescript-eslint/eslint-plugin": "^8.50.0",
40-
"@typescript-eslint/parser": "^8.50.0",
39+
"@typescript-eslint/eslint-plugin": "^8.51.0",
40+
"@typescript-eslint/parser": "^8.51.0",
4141
"@vitejs/plugin-react": "^5.1.2",
4242
"@vitest/coverage-v8": "^4.0.16",
4343
"css-loader": "^7.1.2",
@@ -56,7 +56,7 @@
5656
"ts-loader": "^9.5.4",
5757
"ts-node": "^10.9.2",
5858
"typescript": "5.9.3",
59-
"vite": "^7.2.7",
59+
"vite": "^7.3.0",
6060
"vitest": "^4.0.16",
6161
"webpack": "^5.103.0"
6262
},

0 commit comments

Comments
 (0)