Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(app-platform): upgrade platform tools to use vite and react 18 #426

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
![React 18](https://img.shields.io/badge/react-18-blue)
[![codecov](https://codecov.io/gh/dhis2/maintenance-app-beta/graph/badge.svg?token=Z62Z57XE21)](https://codecov.io/gh/dhis2/maintenance-app-beta)

# Maintenance app
Expand Down
15 changes: 7 additions & 8 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.20",
"@dhis2/cli-style": "^10.7.5",
"@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,10 +39,11 @@
"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": "^10.0.0-alpha.5",
"@tanstack/react-table": "^8.16.0",
"@types/lodash": "^4.14.198",
"lodash": "^4.17.21",
"package.json": "^2.0.1",
"react-color": "^2.19.3",
"react-error-boundary": "^4.0.11",
"react-final-form": "^6.5.9",
Expand All @@ -55,7 +55,6 @@
},
"resolutions": {
"eslint": "^8",
"@dhis2/multi-calendar-dates": "^2.0.0-alpha.5",
"@dhis2/ui": "^10.0.0-alpha.3"
"@dhis2/multi-calendar-dates": "^2.0.0-alpha.5"
}
}
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
Loading