Skip to content

Commit 16060c2

Browse files
committedMay 24, 2024
chore: update app-runtime cli-app-scripts to latest
1 parent 979f9ad commit 16060c2

File tree

2 files changed

+27
-38
lines changed

2 files changed

+27
-38
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"cy:run": "start-server-and-test 'yarn start' http://localhost:3000 'yarn cypress run --env networkMode=live'"
1919
},
2020
"devDependencies": {
21-
"@dhis2/cli-app-scripts": "^10.3.9",
21+
"@dhis2/cli-app-scripts": "^11.2.2",
2222
"@dhis2/cli-style": "^10.4.3",
2323
"@dhis2/cypress-commands": "^10.0.3",
2424
"@dhis2/cypress-plugins": "^10.0.2",
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@dhis2/analytics": "^26.6.9",
42-
"@dhis2/app-runtime": "^3.4.4",
42+
"@dhis2/app-runtime": "^3.10.4",
4343
"@dhis2/ui": "^9.4.2",
4444
"@dnd-kit/core": "^5.0.3",
4545
"@dnd-kit/sortable": "^6.0.1",

‎yarn.lock

+25-36
Original file line numberDiff line numberDiff line change
@@ -2055,15 +2055,15 @@
20552055
react-beautiful-dnd "^10.1.1"
20562056
resize-observer-polyfill "^1.5.1"
20572057

2058-
"@dhis2/app-adapter@10.3.9":
2059-
version "10.3.9"
2060-
resolved "https://registry.yarnpkg.com/@dhis2/app-adapter/-/app-adapter-10.3.9.tgz#f0733e72bff86661889c6fcf3a8e0ca3452f3121"
2061-
integrity sha512-T/FFxzInvNw4YKZX+SuWpge0UGqzKX5w1rC3gBK38sFFpnBGNHgV5QMKo/DZeLDceDu1yrZbkluANoEujJSv9Q==
2058+
"@dhis2/app-adapter@11.2.2":
2059+
version "11.2.2"
2060+
resolved "https://registry.yarnpkg.com/@dhis2/app-adapter/-/app-adapter-11.2.2.tgz#0e5a8525c6c8adb11a8e33d33bfba78eb7731d62"
2061+
integrity sha512-T7kownygvtl/9brKr39xojv4UXAvlvZaBLwkKAoSt1XcDAYpw97vcxs8K5RG00cbLV91I194jVfnKTg2bjuajw==
20622062
dependencies:
2063-
"@dhis2/pwa" "10.3.9"
2063+
"@dhis2/pwa" "11.2.2"
20642064
moment "^2.24.0"
20652065

2066-
"@dhis2/app-runtime@^3.4.4", "@dhis2/app-runtime@^3.9.0":
2066+
"@dhis2/app-runtime@^3.10.4":
20672067
version "3.10.4"
20682068
resolved "https://registry.yarnpkg.com/@dhis2/app-runtime/-/app-runtime-3.10.4.tgz#6064ac728770cc94c4d1975db32bd38533655cc6"
20692069
integrity sha512-W/d0WcYYcKAeE5/xCunZEMYUSD1fxG+JDQdRDEUsH5y5hB8i/4o2QQrZK8xa19Z3xQJhaW5ypWWqIQVjTJT2Ww==
@@ -2105,18 +2105,19 @@
21052105
dependencies:
21062106
post-robot "^10.0.46"
21072107

2108-
"@dhis2/app-shell@10.3.9":
2109-
version "10.3.9"
2110-
resolved "https://registry.yarnpkg.com/@dhis2/app-shell/-/app-shell-10.3.9.tgz#4def65cfa436047de896865b107d496afbafc643"
2111-
integrity sha512-GkKGz1FIcXL4XG7cMPob0T78EvI8ML3CJbtVDxMDx++20R8vD+gKB4jbdXA5QooWeojDA5kpPmNiVHNUJb6LUw==
2108+
"@dhis2/app-shell@11.2.2":
2109+
version "11.2.2"
2110+
resolved "https://registry.yarnpkg.com/@dhis2/app-shell/-/app-shell-11.2.2.tgz#43e849eff4e3238edccf41d55b2ad71b29c4c80d"
2111+
integrity sha512-TK4V+LmcvQfFAZZloKPDMKAa/d7jUEl7eXopYyJYscCeImNuMufz3+6WgeOC6xQe9nHC36I8/d7NuSpPiEoQUw==
21122112
dependencies:
2113-
"@dhis2/app-adapter" "10.3.9"
2114-
"@dhis2/app-runtime" "^3.9.0"
2113+
"@dhis2/app-adapter" "11.2.2"
2114+
"@dhis2/app-runtime" "^3.10.4"
21152115
"@dhis2/d2-i18n" "^1.1.1"
2116-
"@dhis2/pwa" "10.3.9"
2117-
"@dhis2/ui" "^8.12.3"
2116+
"@dhis2/pwa" "11.2.2"
2117+
"@dhis2/ui" "^9.4.4"
21182118
classnames "^2.2.6"
21192119
moment "^2.29.1"
2120+
post-robot "^10.0.46"
21202121
prop-types "^15.7.2"
21212122
react "^16.8.6"
21222123
react-dom "^16.8.6"
@@ -2126,10 +2127,10 @@
21262127
typeface-roboto "^0.0.75"
21272128
typescript "^3.6.3"
21282129

2129-
"@dhis2/cli-app-scripts@^10.3.9":
2130-
version "10.3.9"
2131-
resolved "https://registry.yarnpkg.com/@dhis2/cli-app-scripts/-/cli-app-scripts-10.3.9.tgz#8a971b52c08f165bcee78fb5bddfd0891ae7f7c2"
2132-
integrity sha512-toltKttbok1ORBYvXYOtaIyUUs5C7lB3SEbZuk4KnibwmtG3v/37UEgXC6y0nc0L3XDBz/HK/LrbU4/7osfvcA==
2130+
"@dhis2/cli-app-scripts@^11.2.2":
2131+
version "11.2.2"
2132+
resolved "https://registry.yarnpkg.com/@dhis2/cli-app-scripts/-/cli-app-scripts-11.2.2.tgz#fb7d3d487fb8c0d1e690f8f91fc0d3d884dccd35"
2133+
integrity sha512-muCg1UjCIN2WZ5FoVJwhdD+SBNO8NYvwZiUoltoHZ244L1v8pfPJifr7zgMLKp+1AsO4DB4nq3ne6qR3elZgiQ==
21332134
dependencies:
21342135
"@babel/core" "^7.6.2"
21352136
"@babel/plugin-proposal-class-properties" "^7.8.3"
@@ -2138,7 +2139,7 @@
21382139
"@babel/preset-env" "^7.14.7"
21392140
"@babel/preset-react" "^7.0.0"
21402141
"@babel/preset-typescript" "^7.6.0"
2141-
"@dhis2/app-shell" "10.3.9"
2142+
"@dhis2/app-shell" "11.2.2"
21422143
"@dhis2/cli-helpers-engine" "^3.2.0"
21432144
"@jest/core" "^27.0.6"
21442145
"@pmmmwh/react-refresh-webpack-plugin" "^0.5.4"
@@ -2269,24 +2270,17 @@
22692270
resolved "https://registry.yarnpkg.com/@dhis2/prop-types/-/prop-types-3.1.2.tgz#65b8ad2da8cd2f72bc8b951049a6c9d1b97af3e9"
22702271
integrity sha512-eM0jjLOWvtXWqSFp5YC4DHFpkP8Y1D2eUwGV7MBWjni+o27oesVan+oT7WHeOeLdlAd4acRJrnaaAyB4Ck1wGQ==
22712272

2272-
"@dhis2/pwa@10.3.9":
2273-
version "10.3.9"
2274-
resolved "https://registry.yarnpkg.com/@dhis2/pwa/-/pwa-10.3.9.tgz#c119b7da18218a4ea3d18c7eb01c2aca5fc619a2"
2275-
integrity sha512-yYxOjgi1D0S6Ah5xQwZauQ3zhXuiojc9AMkP+J+bpZYQhj4hzB2dKyJ252dClO6P/7EtoSj9XJOsMx007uIUEQ==
2273+
"@dhis2/pwa@11.2.2":
2274+
version "11.2.2"
2275+
resolved "https://registry.yarnpkg.com/@dhis2/pwa/-/pwa-11.2.2.tgz#fec40b4022d6e0133e4f1a6910919088e6d0392c"
2276+
integrity sha512-WdcH1UwoaFas4voScQ5zwfsTlYGJlo6eFgR991efAytEUGce4UsKFtS+KvtSBNMmQp+9F09tq+BDV52gPv/mdA==
22762277
dependencies:
22772278
idb "^6.0.0"
22782279
workbox-core "^6.1.5"
22792280
workbox-precaching "^6.1.5"
22802281
workbox-routing "^6.1.5"
22812282
workbox-strategies "^6.1.5"
22822283

2283-
"@dhis2/ui-constants@8.14.8":
2284-
version "8.14.8"
2285-
resolved "https://registry.yarnpkg.com/@dhis2/ui-constants/-/ui-constants-8.14.8.tgz#e5ab4181687fa257449d5cfd11fba120b1b2fccf"
2286-
integrity sha512-92sUc5zBOdAoIgOlrXSyoOmSvm2fswbYyDEXRnZ3Fp6YFpX/MN2tjQdiCsHT92rttCBx9TK24toqJ1CriY4fig==
2287-
dependencies:
2288-
prop-types "^15.7.2"
2289-
22902284
"@dhis2/ui-constants@9.4.2":
22912285
version "9.4.2"
22922286
resolved "https://registry.yarnpkg.com/@dhis2/ui-constants/-/ui-constants-9.4.2.tgz#a6a0d4e862c3fca9eb78e0c23b0fc969d580c6ad"
@@ -2314,17 +2308,12 @@
23142308
prop-types "^15.7.2"
23152309
react-final-form "^6.5.3"
23162310

2317-
"@dhis2/ui-icons@8.14.8":
2318-
version "8.14.8"
2319-
resolved "https://registry.yarnpkg.com/@dhis2/ui-icons/-/ui-icons-8.14.8.tgz#2326c88ab845db6fec94c238471d65a3115da082"
2320-
integrity sha512-CvDe4zTDtPfjhcunSVbpx+6VzI9RxHsfYHi7aHtibkImY55pktFzYTw4UgBciIW4pHFd9qdqWb96Z7zT1MOG5w==
2321-
23222311
"@dhis2/ui-icons@9.4.2":
23232312
version "9.4.2"
23242313
resolved "https://registry.yarnpkg.com/@dhis2/ui-icons/-/ui-icons-9.4.2.tgz#b2e069534945eb05ef627dd3a54b0583beb717e1"
23252314
integrity sha512-ZLBHlxEQmwdOfoYNbpx4MohNP/V/0Y3aucIywVXMvAZne0qPjkjq7es8OZMmacdMNIKhyJjCpT6IqjwoYgLQUw==
23262315

2327-
"@dhis2/ui@^8.12.3", "@dhis2/ui@^9.4.2":
2316+
"@dhis2/ui@^9.4.2", "@dhis2/ui@^9.4.4":
23282317
version "9.4.2"
23292318
resolved "https://registry.yarnpkg.com/@dhis2/ui/-/ui-9.4.2.tgz#85aeaa5da1d558c882d9588d6b7a917396548ac9"
23302319
integrity sha512-dvFEK11kzYx29rkDDRk49lpGpqB9bEf4WEO9eSsw/7bK/GaS/uiS7ca8c30R+tdUmjvubBNxJiVJI07EwxtHyw==

0 commit comments

Comments
 (0)