Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefwint committed Feb 13, 2024
1 parent c798c1c commit 91c8b9f
Show file tree
Hide file tree
Showing 4 changed files with 1,045 additions and 1,321 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"@pzh-ui/config": "^0.0.56",
"@pzh-ui/css": "^0.0.80",
"@pzh-ui/icons": "^0.0.50",
"@react-hookz/web": "^24.0.2",
"@tanstack/react-query": "^5.14.2",
"axios": "^1.6.2",
"@react-hookz/web": "^24.0.4",
"@tanstack/react-query": "^5.20.5",
"axios": "^1.6.7",
"classnames": "^2.3.2",
"d3": "^7.8.5",
"date-fns": "^2.23.0",
Expand Down Expand Up @@ -86,7 +86,7 @@
"@types/react-router-dom": "^5.3.2",
"@types/uuid": "^9.0.3",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/coverage-v8": "^1.2.2",
"add": "^2.0.6",
"autoprefixer": "^10.4.4",
"c8": "^8.0.0",
Expand All @@ -100,11 +100,11 @@
"prettier": "2.8.8",
"rollup-plugin-visualizer": "^5.11.0",
"sass": "^1.63.6",
"tailwindcss": "^3.3.6",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.0.7",
"vite": "^5.1.1",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.2.2",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.0.4"
},
"msw": {
Expand Down
2 changes: 1 addition & 1 deletion public/mockServiceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* tslint:disable */

/**
* Mock Service Worker (2.1.1).
* Mock Service Worker (2.2.0).
* @see https://github.com/mswjs/msw
* - Please do NOT modify this file.
* - Please do NOT serve this file on production.
Expand Down
2 changes: 1 addition & 1 deletion src/components/Form/FieldConnections/FieldConnections.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useFormikContext } from 'formik'
import { useCallback, useState } from 'react'

import { ReadRelation, WriteRelation } from '@/api/fetchers.schemas'
import ObjectConnectionPart from '@/components/DynamicObject/ObjectConnectionPart/'
import ObjectConnectionPart from '@/components/DynamicObject/ObjectConnectionPart'
import { ConnectionModal } from '@/components/Modals/ObjectModals/ObjectConnectionModal/ObjectConnectionModal'
import { ObjectConnectionModalActions } from '@/components/Modals/ObjectModals/types'
import * as models from '@/config/objects'
Expand Down
Loading

0 comments on commit 91c8b9f

Please sign in to comment.