Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
elf-mouse committed Apr 7, 2024
1 parent 6990c6f commit d9faf67
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"release:all": "./scripts/clone-license.sh && ./scripts/release-all.sh"
},
"devDependencies": {
"@babel/cli": "7.23",
"@babel/core": "7.23",
"@babel/plugin-proposal-class-properties": "7",
"@babel/plugin-proposal-object-rest-spread": "7",
"@babel/plugin-transform-runtime": "7.23",
"@babel/preset-env": "7.23",
"@babel/preset-typescript": "7.23",
"@babel/cli": "7.24",
"@babel/core": "7.24",
"@babel/plugin-proposal-class-properties": "7.18",
"@babel/plugin-proposal-object-rest-spread": "7.20",
"@babel/plugin-transform-runtime": "7.24",
"@babel/preset-env": "7.24",
"@babel/preset-typescript": "7.24",
"@babel/register": "7.23",
"@commitlint/cli": "18",
"@commitlint/config-conventional": "18",
Expand Down
4 changes: 2 additions & 2 deletions packages/balm-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"css-loader": "5",
"cssnano": "4",
"del": "6",
"esbuild": "^0.19.0",
"esbuild": "^0.20.0",
"fancy-log": "^2.0.0",
"file-loader": "6",
"gulp-eslint": "^6.0.0",
Expand Down Expand Up @@ -91,7 +91,7 @@
"strip-ansi": "6",
"style-loader": "2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@2.1.4",
"terser": "^5.27.0",
"terser": "^5.30.3",
"terser-webpack-plugin": "4",
"through2": "^4.0.2",
"through2-concurrent": "^2.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/balm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
"directory": "packages/balm"
},
"dependencies": {
"@babel/core": "7.23",
"@babel/plugin-transform-runtime": "7.23",
"@babel/preset-env": "7.23",
"@babel/runtime": "7.23",
"@babel/core": "7.24",
"@babel/plugin-transform-runtime": "7.24",
"@babel/preset-env": "7.24",
"@babel/runtime": "7.24",
"ansi-colors": "^4.1.3",
"global-dirs": "3",
"gulp": "4",
"semver": "^7.5.4",
"semver": "^7.6.0",
"webpack-hot-middleware": "^2.26.0",
"workbox-sw": "^7.0.0",
"yargs": "16"
Expand Down

0 comments on commit d9faf67

Please sign in to comment.