-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
botonic-cli & botonic-examples with version 0.31.0 (#2970)
## Description Update all examples using the last version of @botonic/react 0.31.0 and rspack to build the bot
- Loading branch information
Showing
52 changed files
with
4,208 additions
and
3,713 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
{ | ||
"name": "@botonic/example-blank-typescript", | ||
"version": "0.30.0", | ||
"version": "0.31.0", | ||
"scripts": { | ||
"build": "ENVIRONMENT=production NODE_ENV=production rspack build --env target=all --mode=production", | ||
"start": "ENVIRONMENT=local NODE_ENV=development rspack serve --env target=dev --mode=development", | ||
"deploy": "botonic deploy -c build", | ||
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.23.9", | ||
"@botonic/react": "^0.30.0" | ||
"@babel/runtime": "^7.26.0", | ||
"@botonic/react": "^0.31.0" | ||
}, | ||
"devDependencies": { | ||
"@botonic/dx": "^0.30.0", | ||
"@botonic/dx-bundler-rspack": "^0.30.0-alpha.4" | ||
"@botonic/dx": "^0.31.1" | ||
} | ||
} |
Oops, something went wrong.