Skip to content

V2.1 Vision Release #425

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(deps): bump clsx from 1.2.1 to 2.0.0 in /client
Bumps [clsx](https://github.com/lukeed/clsx) from 1.2.1 to 2.0.0.
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](lukeed/clsx@v1.2.1...v2.0.0)

---
updated-dependencies:
- dependency-name: clsx
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
commit 2bd434c551c055df3f063ee54a20d67873d6c5c5
2 changes: 1 addition & 1 deletion client/packages/lowcoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"antd-img-crop": "^4.12.2",
"axios": "^0.21.1",
"buffer": "^6.0.3",
"clsx": "^1.2.1",
"clsx": "^2.0.0",
"cnchar": "^3.2.4",
"copy-to-clipboard": "^3.3.3",
"core-js": "^3.25.2",
Expand Down
11 changes: 9 additions & 2 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6058,13 +6058,20 @@ __metadata:
languageName: node
linkType: hard

"clsx@npm:^1.0.4, clsx@npm:^1.1.1, clsx@npm:^1.2.1":
"clsx@npm:^1.0.4, clsx@npm:^1.1.1":
version: 1.2.1
resolution: "clsx@npm:1.2.1"
checksum: 30befca8019b2eb7dbad38cff6266cf543091dae2825c856a62a8ccf2c3ab9c2907c4d12b288b73101196767f66812365400a227581484a05f968b0307cfaf12
languageName: node
linkType: hard

"clsx@npm:^2.0.0":
version: 2.0.0
resolution: "clsx@npm:2.0.0"
checksum: a2cfb2351b254611acf92faa0daf15220f4cd648bdf96ce369d729813b85336993871a4bf6978ddea2b81b5a130478339c20d9d0b5c6fc287e5147f0c059276e
languageName: node
linkType: hard

"cnchar-types@npm:^3.2.4":
version: 3.2.4
resolution: "cnchar-types@npm:3.2.4"
Expand Down Expand Up @@ -11721,7 +11728,7 @@ __metadata:
antd-img-crop: ^4.12.2
axios: ^0.21.1
buffer: ^6.0.3
clsx: ^1.2.1
clsx: ^2.0.0
cnchar: ^3.2.4
copy-to-clipboard: ^3.3.3
core-js: ^3.25.2
Expand Down