Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
chore(ui): add tanstack query to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtagscherer committed Jul 23, 2024
1 parent a9c69a2 commit 0c0789b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
27 changes: 27 additions & 0 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"type": "module",
"dependencies": {
"@tanstack/react-query": "^5.51.11",
"@turingpointde/cvss.js": "^1.4.7",
"axios": "^1.7.2",
"classnames": "^2.3.2",
Expand Down
3 changes: 0 additions & 3 deletions ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ export default defineConfig(({ mode }) => {
esbuildPluginBrowserslist(mode === 'production' ? browserslist.production : browserslist.development),
],
build: {
rollupOptions: {
external: ['@tanstack/react-query'],
},
outDir: 'build',
},
resolve: {
Expand Down

0 comments on commit 0c0789b

Please sign in to comment.