From bf199d779c6bc1f887780bd6abb6d70ed5511a1d Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Fri, 31 Mar 2023 03:46:02 +0800 Subject: [PATCH] chore(deps): upgrade npm packages --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 6427099..2d5be33 100644 --- a/package.json +++ b/package.json @@ -21,15 +21,15 @@ "fixlint": "npm run test -- --fix" }, "devDependencies": { - "@babel/core": "^7.21.0", + "@babel/core": "^7.21.3", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/preset-env": "^7.20.2", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-terser": "^0.4.0", - "rimraf": "^4.4.0", - "rollup": "^3.19.1", + "rimraf": "^4.4.1", + "rollup": "^3.20.2", "rollup-plugin-license": "^3.0.1", - "stylelint": "^15.2.0", + "stylelint": "^15.3.0", "stylelint-config-standard-scss": "^7.0.1" } }