Skip to content

Commit

Permalink
fix: update app-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikhaugstulen committed Jan 9, 2024
1 parent dcdecd9 commit 37f6ce3
Show file tree
Hide file tree
Showing 4 changed files with 874 additions and 1,657 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"packages/rules-engine"
],
"dependencies": {
"@dhis2/app-runtime": "^3.10.0-alpha.6",
"@dhis2/app-runtime": "^3.10.2",
"@dhis2/d2-i18n": "^1.1.0",
"@dhis2/d2-icons": "^1.0.1",
"@dhis2/d2-ui-app": "^2.0.0",
Expand Down Expand Up @@ -95,7 +95,7 @@
"@babel/preset-react": "^7.16.7",
"@badeball/cypress-cucumber-preprocessor": "17.2.1",
"@cypress/webpack-preprocessor": "^6.0.0",
"@dhis2/cli-app-scripts": "^10.4.0-alpha.5",
"@dhis2/cli-app-scripts": "^10.4.0",
"@dhis2/cli-helpers-engine": "^3.2.1",
"@dhis2/cli-style": "^10.4.1",
"@dhis2/cli-utils-cypress": "^9.0.2",
Expand Down Expand Up @@ -132,8 +132,8 @@
"wait-on": "^6.0.1"
},
"resolutions": {
"@dhis2/app-runtime": "3.10.0-alpha.6",
"@dhis2/cli-app-scripts": "10.4.0-alpha.5",
"@dhis2/cli-app-scripts": "^10.4.0",
"@dhis2/app-runtime": "^3.10.2",
"react-scripts": "4.0.3",
"@babel/preset-react": "7.16.7",
"@js-temporal/polyfill": "0.4.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// @flow
import React, { useEffect, useRef, useState } from 'react';
// $FlowFixMe - Export will be part of the next release
import { Plugin } from '@dhis2/app-runtime';
import { Plugin } from '@dhis2/app-runtime/build/es/experimental';
import type { ComponentProps } from './FormFieldPlugin.types';

export const FormFieldPluginComponent = (props: ComponentProps) => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// @flow
import React, { useEffect, useRef, useState } from 'react';
// $FlowFixMe - Export will be available in next app-runtime release
import { Plugin } from '@dhis2/app-runtime';
import { Plugin } from '@dhis2/app-runtime/build/es/experimental';
import { useHistory } from 'react-router-dom';

type EnrollmentPluginProps = {|
Expand Down
Loading

0 comments on commit 37f6ce3

Please sign in to comment.