Skip to content

Commit

Permalink
build: bumpp TS to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Apr 23, 2023
1 parent e9a4358 commit fcac53a
Show file tree
Hide file tree
Showing 2 changed files with 1,216 additions and 1,105 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,26 +42,26 @@
"prettier": "@pengzhanbo/prettier-config",
"dependencies": {
"debug": "^4.3.4",
"lru-cache": "^7.14.1",
"magic-string": "^0.27.0",
"lru-cache": "^9.1.1",
"magic-string": "^0.30.0",
"path-to-regexp": "^6.2.1",
"rgb-hex": "^4.0.0",
"sharp": "^0.31.3"
"rgb-hex": "^4.0.1",
"sharp": "^0.32.0"
},
"devDependencies": {
"@pengzhanbo/eslint-config-ts": "^0.3.2",
"@pengzhanbo/prettier-config": "^0.3.2",
"@pengzhanbo/eslint-config-ts": "^0.3.4",
"@pengzhanbo/prettier-config": "^0.3.4",
"@types/debug": "^4.1.7",
"@types/node": "^18.11.18",
"@types/node": "^18.16.0",
"@types/sharp": "^0.31.1",
"bumpp": "^8.2.1",
"bumpp": "^9.1.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.31.0",
"prettier": "^2.8.2",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vitest": "^0.27.1"
"eslint": "^8.39.0",
"prettier": "^2.8.8",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vite": "^4.3.1",
"vitest": "^0.30.1"
},
"peerDependencies": {
"vite": ">=3.0.0"
Expand Down
Loading

0 comments on commit fcac53a

Please sign in to comment.