Skip to content

Commit

Permalink
fix(app-platform): upgrade platform tools to use vite and react 18
Browse files Browse the repository at this point in the history
  • Loading branch information
kabaros committed Oct 21, 2024
1 parent 2c7c9a9 commit b13b9e9
Show file tree
Hide file tree
Showing 4 changed files with 1,652 additions and 2,731 deletions.
1 change: 1 addition & 0 deletions .hooks/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@
"postinstall": "yarn d2-style install"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^11.7.0",
"@dhis2/cli-style": "^10.5.1",
"@dhis2/cli-app-scripts": "^12.0.0-alpha.19",
"@dhis2/cli-style": "^8.0.0-alpha.10",
"@dhis2/cypress-commands": "^10.0.3",
"@dhis2/cypress-plugins": "^10.0.3",
"@faker-js/faker": "^8.4.1",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.3",
"@types/react": "^18.2.6",
Expand All @@ -40,7 +39,7 @@
"dependencies": {
"@dhis2/app-runtime": "^3.9.3",
"@dhis2/multi-calendar-dates": "^2.0.0-alpha.5",
"@dhis2/ui": "^10.0.0-alpha.3",
"@dhis2/ui": "^9.11.8",
"@tanstack/react-table": "^8.16.0",
"@types/lodash": "^4.14.198",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/sections/sectionAuthorities.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { renderHook } from '@testing-library/react-hooks'
import { renderHook } from '@testing-library/react'
import { SystemSettings } from '../../types'
import { OVERVIEW_SECTIONS, SECTIONS_MAP } from '../constants'
import { useSchemaStore } from '../schemas/schemaStore'
Expand Down
Loading

0 comments on commit b13b9e9

Please sign in to comment.