chore(deps): upgrade npm packages

This commit is contained in:
Cotes Chung 2023-03-31 03:46:02 +08:00
parent 6fec411c18
commit bf199d779c
No known key found for this signature in database
GPG key ID: 0D9E54843167A808

View file

@ -21,15 +21,15 @@
"fixlint": "npm run test -- --fix" "fixlint": "npm run test -- --fix"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.21.0", "@babel/core": "^7.21.3",
"@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.20.2", "@babel/preset-env": "^7.20.2",
"@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-terser": "^0.4.0", "@rollup/plugin-terser": "^0.4.0",
"rimraf": "^4.4.0", "rimraf": "^4.4.1",
"rollup": "^3.19.1", "rollup": "^3.20.2",
"rollup-plugin-license": "^3.0.1", "rollup-plugin-license": "^3.0.1",
"stylelint": "^15.2.0", "stylelint": "^15.3.0",
"stylelint-config-standard-scss": "^7.0.1" "stylelint-config-standard-scss": "^7.0.1"
} }
} }