Skip to content

Commit

Permalink
build(deps): bump version up transform packages
Browse files Browse the repository at this point in the history
- esbuild
- swc
- babel
  • Loading branch information
leegeunhyeok committed Oct 21, 2023
1 parent 5d8cc9b commit 205d3ff
Show file tree
Hide file tree
Showing 24 changed files with 171 additions and 281 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/jest": "^29.5.5",
"@types/node": "^20.6.2",
"@vercel/style-guide": "^5.0.1",
"esbuild": "^0.19.3",
"esbuild": "^0.19.5",
"eslint": "^8.49.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
},
"devDependencies": {
"@types/yargs": "^17.0.24",
"esbuild": "^0.19.3"
"esbuild": "^0.19.5"
}
}
3 changes: 3 additions & 0 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@
},
"bugs": {
"url": "https://github.com/leegeunhyeok/react-native-esbuild/issues"
},
"devDependencies": {
"esbuild": "^0.19.5"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@react-native-esbuild/utils": "workspace:*",
"chokidar": "^3.5.3",
"deepmerge": "^4.3.1",
"esbuild": "^0.19.3",
"esbuild": "^0.19.5",
"md5": "^2.3.0",
"ora": "^5.4.1"
},
Expand All @@ -53,7 +53,7 @@
"devDependencies": {
"@babel/core": "^7.22.20",
"@faker-js/faker": "^8.1.0",
"@swc/core": "^1.3.88",
"@swc/core": "^1.3.94",
"@types/md5": "^2.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/connect": "^3.4.35",
"@types/mime": "^3.0.1",
"@types/ws": "^8.5.5",
"esbuild": "^0.19.3"
"esbuild": "^0.19.5"
},
"dependencies": {
"@react-native-community/cli-server-api": "^11.3.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@react-native-esbuild/config": "workspace:*",
"esbuild": "^0.19.3"
"esbuild": "^0.19.5"
},
"dependencies": {
"indent-string": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@faker-js/faker": "^8.1.0",
"@types/md5": "^2.3.2",
"deepmerge": "^4.3.1",
"esbuild": "^0.19.3"
"esbuild": "^0.19.5"
},
"dependencies": {
"@react-native-esbuild/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/symbolicate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"url": "https://github.com/leegeunhyeok/react-native-esbuild/issues"
},
"devDependencies": {
"esbuild": "^0.19.3"
"esbuild": "^0.19.5"
},
"dependencies": {
"@babel/code-frame": "^7.22.10",
Expand Down
6 changes: 3 additions & 3 deletions packages/transformer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"url": "https://github.com/leegeunhyeok/react-native-esbuild/issues"
},
"devDependencies": {
"esbuild": "^0.19.3"
"esbuild": "^0.19.5"
},
"dependencies": {
"@babel/core": "^7.22.20",
"@react-native-esbuild/config": "workspace:*",
"@swc/core": "^1.3.86",
"@swc/helpers": "^0.5.2",
"@swc/core": "^1.3.94",
"@swc/helpers": "^0.5.3",
"sucrase": "^3.34.0"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@faker-js/faker": "^8.1.0",
"esbuild": "^0.19.3"
"esbuild": "^0.19.5"
},
"dependencies": {
"colors": "^1.4.0",
Expand Down
Loading

0 comments on commit 205d3ff

Please sign in to comment.