Skip to content

Commit

Permalink
[micropack] Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
smialy committed Jun 23, 2023
1 parent a96b529 commit 350bf9d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions packages/micropack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stool/micropack",
"version": "0.6.2",
"version": "0.7.0",
"description": "Simple bundler for tiny modules powered by rollup",
"type2": "module",
"bin": {
Expand All @@ -27,15 +27,15 @@
"@rollup/plugin-image": "^3.0.2",
"@rollup/plugin-inject": "^5.0.3",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@swc/core": "1.3.44",
"commander": "10.0.0",
"rollup": "3.20.2",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.1",
"@swc/core": "1.3.66",
"commander": "11.0.0",
"rollup": "3.25.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "0.34.1",
"typescript": "5.0.3"
"rollup-plugin-typescript2": "0.35.0",
"typescript": "5.1.3"
},
"files": [
"src/**/*.*",
Expand All @@ -47,7 +47,7 @@
"micro library"
],
"devDependencies": {
"eslint": "8.37.0",
"prettier": "2.8.7"
"eslint": "8.43.0",
"prettier": "2.8.8"
}
}

0 comments on commit 350bf9d

Please sign in to comment.