From e54ed25d9ff7df7baf78c8356a8682d5ad75bb92 Mon Sep 17 00:00:00 2001 From: Kajetan Kazimierczak Date: Sat, 18 Sep 2021 23:24:09 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Ny=20version=20av=20curri?= =?UTF-8?q?culum=20(#148)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- yarn.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c0410534e..8f7315864 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "@react-native-cookies/cookies": "^6.0.7", - "@skolplattformen/curriculum": "^1.4.1", + "@skolplattformen/curriculum": "^1.4.2", "@types/base-64": "^1.0.0", "@types/he": "^1.1.1", "@types/jest": "^26.0.22", diff --git a/yarn.lock b/yarn.lock index 557219b26..c3727715a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -522,10 +522,12 @@ dependencies: "@sinonjs/commons" "^1.7.0" -"@skolplattformen/curriculum@^1.4.1": - version "1.4.1" - resolved "https://registry.yarnpkg.com/@skolplattformen/curriculum/-/curriculum-1.4.1.tgz#f60b82276d61f731bf6c169826a4fb2a82e0a574" - integrity sha512-tKJjB2KsOXhNGvtBTp3DsTVchdQbSU08AwAfK1KbmIGFUQLAz8Su3T6RqYsxXEpCcFKRV6poscBnUZrdgZQy3w== +"@skolplattformen/curriculum@^1.4.2": + version "1.4.2" + resolved "https://registry.yarnpkg.com/@skolplattformen/curriculum/-/curriculum-1.4.2.tgz#614e17d51e72f4656ad99cf008a610addb124a14" + integrity sha512-C81uSvKU5WxCkaAOmaz3qh0iYIOJKhufr0pT0VoMWWfySd9kLSu4Y/7VOgrdd1nAG9tEefDCju2yLBtV6UPAhw== + dependencies: + deepmerge "^4.2.2" "@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7": version "7.1.12"