Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyingchun committed Oct 29, 2024
1 parent a29826e commit a4ee9fc
Show file tree
Hide file tree
Showing 6 changed files with 2,154 additions and 1,832 deletions.
5 changes: 5 additions & 0 deletions .changeset/dry-taxis-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hyperse/hyper-env": patch
---

bump version
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.3.0.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.3.0.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
37 changes: 20 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,42 +49,45 @@
"path": "cz-conventional-changelog"
}
},
"resolutions": {
"eslint-plugin-markdown": "5.1.0"
},
"dependencies": {
"@vercel/nft": "^0.27.3",
"@vercel/nft": "^0.27.5",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"globby": "^14.0.2",
"minimist": "^1.2.8"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.7",
"@commitlint/cli": "19.4.1",
"@commitlint/config-conventional": "19.4.1",
"@hyperse/eslint-config-hyperse": "^1.1.3",
"@changesets/cli": "2.27.9",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@hyperse/eslint-config-hyperse": "^1.2.6",
"@hyperse/exec-program": "^1.0.10",
"@types/minimist": "^1.2.5",
"@types/node": "^22.5.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"commitizen": "4.3.0",
"@types/node": "^22.8.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"commitizen": "4.3.1",
"cz-conventional-changelog": "3.3.0",
"eslint": "^9.9.1",
"husky": "9.1.5",
"eslint": "^9.13.0",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"next": "14.2.7",
"next": "15.0.1",
"npm-run-all": "^4.1.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
},
"packageManager": "yarn@4.5.1",
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
},
"packageManager": "yarn@4.3.0"
}
}
Loading

0 comments on commit a4ee9fc

Please sign in to comment.