Skip to content

Commit

Permalink
feat: update swc to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
konclave committed Apr 25, 2024
1 parent 0fa0293 commit ee20b02
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
88 changes: 44 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "gulp-swc",
"version": "2.0.0",
"version": "2.1.0",
"description": "Use swc javascript/typescript compiler with Gulp",
"main": "index.js",
"repository": "git://github.com:konclave/gulp-swc.git",
"homepage": "https://github.com/konclave/gulp-swc#readme",
"author": "Ivan Vasilev <[email protected]>",
"license": "MIT",
"peerDependencies": {
"@swc/core": "^1.4.11",
"@swc/core": "^1.5.0",
"gulp": "~3.9.0 || ^4.0.0 || ^5.0.0"
},
"engines": {
Expand Down

0 comments on commit ee20b02

Please sign in to comment.