Skip to content

Commit

Permalink
Merge pull request #135 from Joery-M/dependabot/npm_and_yarn/vitest-8…
Browse files Browse the repository at this point in the history
…c0e4b5bb8
  • Loading branch information
dependabot[bot] authored Jul 17, 2024
2 parents 82d6fdb + 7922985 commit e1fc0fd
Show file tree
Hide file tree
Showing 4 changed files with 477 additions and 222 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vitest/browser": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@vitest/browser": "^2.0.3",
"@vitest/ui": "^2.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
Expand All @@ -44,7 +44,7 @@
"prettier-plugin-tailwindcss": "^0.6.5",
"typescript-eslint": "^7.15.0",
"vite": "^5.3.4",
"vitest": "^1.6.0",
"vitest": "^2.0.3",
"vue": "^3.4.31"
},
"packageManager": "[email protected]+sha256.691fe176eea9a8a80df20e4976f3dfb44a04841ceb885638fe2a26174f81e65e"
Expand Down
8 changes: 4 additions & 4 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.2",
"@vitest/browser": "^1.6.0",
"@vitest/ui": "^1.6.0",
"playwright": "^1.45.1",
"@vitest/browser": "^2.0.3",
"@vitest/ui": "^2.0.3",
"playwright": "^1.45.2",
"rimraf": "^6.0.1",
"typescript": "^5.5.3",
"vite": "^5.3.4",
"vite-plugin-dts": "^3.9.1",
"vitest": "^1.6.0"
"vitest": "^2.0.3"
},
"optionalDependencies": {
"@codemirror/lang-javascript": "^6.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/timeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"happy-dom": "^14.12.3",
"typescript": "^5.5.3",
"vite": "^5.3.4",
"vitest": "^1.6.0",
"vitest": "^2.0.3",
"vue-tsc": "^2.0.26"
}
}
Loading

0 comments on commit e1fc0fd

Please sign in to comment.