From 0eb2e06dc98e9765a947fa01e0cb57c8eda77d50 Mon Sep 17 00:00:00 2001 From: Steven nguyen Date: Wed, 2 Feb 2022 09:57:04 -0600 Subject: [PATCH] chore: rebump devDeps Still using the aminya fork because of https://github.com/atom/joanna/issues/16 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5efa0a5..9a9166c 100644 --- a/package.json +++ b/package.json @@ -18,9 +18,9 @@ }, "license": "MIT", "devDependencies": { - "@babel/cli": "^7.12.10", - "@babel/core": "^7.12.10", - "babel-preset-atomic": "^3.0.1", + "@babel/cli": "^7.16.8", + "@babel/core": "^7.16.12", + "babel-preset-atomic": "^4.2.1", "cross-env": "^7.0.3", "jasmine-focused": "^1.0.7", "joanna": "https://github.com/aminya/joanna"