Skip to content

Commit

Permalink
Update dependency vite to v5.4.6 [SECURITY] (#5068)
Browse files Browse the repository at this point in the history
* Update dependency vite to v5.4.6 [SECURITY]

* Update vitest and eslint typescript

Signed-off-by: Olga Bulat <[email protected]>

---------

Signed-off-by: Olga Bulat <[email protected]>
Co-authored-by: Olga Bulat <[email protected]>
  • Loading branch information
openverse-bot and obulat authored Oct 24, 2024
1 parent fa775dd commit 6b33aaa
Show file tree
Hide file tree
Showing 5 changed files with 1,092 additions and 1,693 deletions.
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
"@storybook-vue/nuxt": "npm:@storybook-vue/nuxt@nightly",
"@testing-library/user-event": "^14.5.2",
"@testing-library/vue": "^8.1.0",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"@vitest/coverage-v8": "^2.1.3",
"@vitest/ui": "^2.1.3",
"@vue/test-utils": "^2.4.6",
"adm-zip": "^0.5.14",
"chokidar": "^3.6.0",
Expand All @@ -107,7 +107,7 @@
"rimraf": "^6.0.1",
"talkback": "^4.2.0",
"typescript": "5.6.3",
"vitest": "^2.0.5",
"vitest": "^2.1.3",
"vitest-dom": "^0.1.1",
"vue": "3.5.12",
"vue-router": "^4.4.5",
Expand Down
5 changes: 2 additions & 3 deletions packages/js/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@
"openapi-typescript": "^7.3.2",
"rollup": "^4.22.4",
"typescript": "^5.5.4",
"vite": "5.4.3",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
"vite": "5.4.6",
"vitest": "^2.1.3"
},
"dependencies": {
"openapi-fetch": "^0.11.2"
Expand Down
6 changes: 0 additions & 6 deletions packages/js/api-client/vitest.config.mts

This file was deleted.

10 changes: 5 additions & 5 deletions packages/js/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"dependencies": {
"@intlify/eslint-plugin-vue-i18n": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/utils": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/utils": "^7.18.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -34,8 +34,8 @@
"@eslint/eslintrc": "^3.0.2",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.3.82",
"@typescript-eslint/rule-tester": "^7.8.0",
"@typescript-eslint/rule-tester": "^7.18.0",
"babel-plugin-add-module-exports": "^1.0.4",
"vitest": "^2.0.5"
"vitest": "^2.1.3"
}
}
Loading

0 comments on commit 6b33aaa

Please sign in to comment.