Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed May 17, 2024
1 parent 9085ced commit ff9dfb3
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 24 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ globals:

extends:
- '@cordisjs/eslint-config'

rules:
no-console: off
6 changes: 3 additions & 3 deletions examples/cross-platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"build": "tsc -b && dumble"
},
"devDependencies": {
"dumble": "^0.1.2",
"esbuild": "^0.19.0",
"typescript": "^5.3.2"
"dumble": "^0.2.0",
"esbuild": "^0.19.12",
"typescript": "^5.4.3"
}
}
6 changes: 3 additions & 3 deletions examples/node-classic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"build": "tsc -b && dumble"
},
"devDependencies": {
"dumble": "^0.1.2",
"esbuild": "^0.19.0",
"typescript": "^5.3.2"
"dumble": "^0.2.0",
"esbuild": "^0.19.12",
"typescript": "^5.4.3"
}
}
6 changes: 3 additions & 3 deletions examples/node-hybrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"build": "tsc -b && dumble"
},
"devDependencies": {
"dumble": "^0.1.2",
"esbuild": "^0.19.0",
"typescript": "^5.3.2"
"dumble": "^0.2.0",
"esbuild": "^0.19.12",
"typescript": "^5.4.3"
}
}
6 changes: 3 additions & 3 deletions examples/node-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"build": "tsc -b && dumble"
},
"devDependencies": {
"dumble": "^0.1.2",
"esbuild": "^0.19.0",
"typescript": "^5.3.2"
"dumble": "^0.2.0",
"esbuild": "^0.19.12",
"typescript": "^5.4.3"
}
}
6 changes: 3 additions & 3 deletions examples/wildcard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"build": "tsc -b && dumble"
},
"devDependencies": {
"dumble": "^0.1.2",
"esbuild": "^0.19.0",
"typescript": "^5.3.2"
"dumble": "^0.2.0",
"esbuild": "^0.19.12",
"typescript": "^5.4.3"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"test:html": "shx rm -rf coverage && c8 -r html yarn test"
},
"devDependencies": {
"@cordisjs/eslint-config": "^1.0.4",
"@types/node": "^20.10.2",
"@cordisjs/eslint-config": "^1.1.1",
"@types/node": "^20.11.30",
"c8": "^7.14.0",
"esbuild": "^0.18.20",
"eslint": "^8.55.0",
"eslint": "^8.57.0",
"shx": "^0.3.4",
"tsx": "^4.7.0",
"typescript": "^5.3.2"
"tsx": "^4.7.1",
"typescript": "^5.4.3"
}
}
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"author": "Shigma <shigma10826@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.10.2",
"esbuild": "^0.19.0",
"tsx": "^4.7.0",
"typescript": "^5.3.2"
"@types/node": "^20.11.30",
"esbuild": "^0.19.12",
"tsx": "^4.7.1",
"typescript": "^5.4.3"
},
"peerDependencies": {
"esbuild": "*",
Expand Down

0 comments on commit ff9dfb3

Please sign in to comment.