Skip to content

Commit

Permalink
chore(deps): update testing to ^2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2024
1 parent c1ce64b commit fbb7733
Show file tree
Hide file tree
Showing 6 changed files with 118 additions and 132 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"@types/eslint__js": "^8.42.3",
"@types/wicg-file-system-access": "^2023.10.5",
"@vitejs/plugin-vue": "^5.1.5",
"@vitest/browser": "^2.1.4",
"@vitest/ui": "^2.1.4",
"@vitest/browser": "^2.1.5",
"@vitest/ui": "^2.1.5",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
Expand All @@ -52,7 +52,7 @@
"unplugin-vue-router": "^0.10.8",
"vite": "^5.4.11",
"vite-plugin-hot-glob": "^1.0.0",
"vitest": "^2.1.4",
"vitest": "^2.1.5",
"vue": "^3.5.12",
"vue-i18n": "10.0.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/darkroom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/path-browserify": "^1.0.3",
"@vitest/browser": "^2.1.4",
"@vitest/ui": "^2.1.4",
"@vitest/browser": "^2.1.5",
"@vitest/ui": "^2.1.5",
"playwright": "^1.48.2",
"rimraf": "^6.0.1",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
},
"optionalDependencies": {
"@codemirror/lang-javascript": "^6.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"@types/luxon": "^3.4.2",
"@types/uuid": "^10.0.0",
"@types/wicg-file-system-access": "^2023.10.5",
"@vitest/ui": "^2.1.4",
"@vitest/ui": "^2.1.5",
"@vue/tsconfig": "^0.6.0",
"fake-indexeddb": "^6.0.0",
"happy-dom": "^15.11.0",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
},
"peerDependencies": {
"@phosphor-icons/vue": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/timeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"happy-dom": "^15.11.0",
"jsdom": "^25.0.1",
"typescript": "^5.6.3",
"vitest": "^2.1.4",
"vitest": "^2.1.5",
"vue-tsc": "^2.1.10"
}
}
4 changes: 2 additions & 2 deletions packages/tswebm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@types/node": "^22.9.0",
"@vitest/ui": "^2.1.4",
"@vitest/ui": "^2.1.5",
"change-case": "^5.4.4",
"eventemitter3": "^5.0.1",
"fast-xml-parser": "^4.5.0",
Expand All @@ -54,6 +54,6 @@
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
}
}
Loading

0 comments on commit fbb7733

Please sign in to comment.