Skip to content

Commit

Permalink
Silence pnpm peer dependency version warnings (#4766)
Browse files Browse the repository at this point in the history
* Silence peer dependency version warnings

Signed-off-by: Olga Bulat <obulat@gmail.com>

* Update Sentry and vitest and remove overrides

Signed-off-by: Olga Bulat <obulat@gmail.com>

---------

Signed-off-by: Olga Bulat <obulat@gmail.com>
  • Loading branch information
obulat authored Aug 19, 2024
1 parent 1186767 commit 7d7fc69
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 318 deletions.
12 changes: 6 additions & 6 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"@nuxtjs/sitemap": "^5.3.5",
"@nuxtjs/tailwindcss": "^6.12.1",
"@pinia/nuxt": "^0.5.1",
"@sentry/node": "^8.20.0",
"@sentry/vue": "^8.20.0",
"@sentry/node": "^8.26.0",
"@sentry/vue": "^8.26.0",
"@tailwindcss/typography": "^0.5.13",
"@vueuse/core": "^10.11.0",
"@wordpress/is-shallow-equal": "^5.3.0",
Expand All @@ -87,14 +87,14 @@
},
"devDependencies": {
"@babel/parser": "^7.24.8",
"@nuxt/test-utils": "^3.13.1",
"@nuxt/test-utils": "^3.14.1",
"@nuxtjs/i18n": "^8.3.1",
"@playwright/test": "1.45.3",
"@testing-library/user-event": "^14.5.2",
"@testing-library/vue": "^8.1.0",
"@types/node": "^20.14.11",
"@vitest/coverage-v8": "^2.0.4",
"@vitest/ui": "^2.0.4",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"@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.5.4",
"vitest": "^2.0.4",
"vitest": "^2.0.5",
"vitest-dom": "^0.1.1",
"vue": "3.4.36",
"vue-router": "^4.4.0",
Expand Down
14 changes: 0 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,5 @@
"prettier-plugin-tailwindcss": "0.6.5",
"typescript": "5.5.4",
"vue-tsc": "2.0.29"
},
"pnpm": {
"overrides": {
"@nuxt/kit": "^3.12.4",
"@nuxt/schema": "^3.12.4"
},
"peerDependencyRules": {
"ignoreMissing": [
"react",
"react-dom",
"consola",
"eslint"
]
}
}
}
Loading

0 comments on commit 7d7fc69

Please sign in to comment.