From 6aa7cf5aa596aa003c7708d320c813be2fa8b45a Mon Sep 17 00:00:00 2001 From: Cheton Wu Date: Thu, 28 Oct 2021 11:29:06 +0800 Subject: [PATCH] chore: bump to 1.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e56d150..bdf4635 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@trendmicro/babel-config", - "version": "1.0.0-alpha", + "version": "1.0.0", "description": "A babel config for Trend Micro Frontend.", "main": "index.js", "repository": { @@ -43,7 +43,7 @@ "@babel/plugin-proposal-throw-expressions": "^7.0.0", "@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/plugin-syntax-import-meta": "^7.0.0", - "semver": "^5.6.0" + "semver": "^7.3.5" }, "peerDependencies": { "@babel/core": "^7.0.0"