Skip to content

Commit

Permalink
botonic-cli & botonic-examples with version 0.31.0 (#2970)
Browse files Browse the repository at this point in the history
## Description

Update all examples using the last version of @botonic/react 0.31.0 and
rspack to build the bot
  • Loading branch information
Iru89 authored Jan 27, 2025
1 parent e51ef32 commit 599bd82
Show file tree
Hide file tree
Showing 52 changed files with 4,208 additions and 3,713 deletions.
30 changes: 0 additions & 30 deletions examples/blank-typescript/babel.config.js

This file was deleted.

9 changes: 4 additions & 5 deletions examples/blank-typescript/package.json
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"
}
}
Loading

0 comments on commit 599bd82

Please sign in to comment.