Skip to content

Commit 7bd3a4d

Browse files
authored
chore: bump AppKit in the template (#86)
* Revert "chore: rollback appkit template commands (#75)" This reverts commit 9bbe7c9. * Reapply "chore: bump packages in the template (#70)" (#71) This reverts commit 268c8cf. * docs: update required CLI version * chore: bump AppKit to latest version
1 parent 5bba2ab commit 7bd3a4d

File tree

4 files changed

+29
-19
lines changed

4 files changed

+29
-19
lines changed

docs/docs/_prerequisites.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
## Prerequisites
22

33
- [Node.js](https://nodejs.org) v22+ environment with `npm`
4-
- Databricks CLI (v0.286.0 or higher): install and configure it according to the [official tutorial](https://docs.databricks.com/aws/en/dev-tools/cli/tutorial).
4+
- Databricks CLI (v0.287.0 or higher): install and configure it according to the [official tutorial](https://docs.databricks.com/aws/en/dev-tools/cli/tutorial).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Prerequisites
22

33
- [Node.js](https://nodejs.org) v22+ environment with `npm`
4-
- Databricks CLI (v0.286.0 or higher): install and configure it according to the [official tutorial](https://docs.databricks.com/aws/en/dev-tools/cli/tutorial).
4+
- Databricks CLI (v0.287.0 or higher): install and configure it according to the [official tutorial](https://docs.databricks.com/aws/en/dev-tools/cli/tutorial).
55
- A new Databricks app with AppKit installed. See [Bootstrap a new Databricks app](../index.md) for more details.

template/package-lock.json

Lines changed: 22 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

template/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,24 @@
1212
"typecheck": "tsc -p ./tsconfig.server.json --noEmit && tsc -p ./tsconfig.client.json --noEmit",
1313
"lint": "eslint .",
1414
"lint:fix": "eslint . --fix",
15-
"lint:ast-grep": "appkit-lint",
15+
"lint:ast-grep": "appkit lint",
1616
"format": "prettier --check .",
1717
"format:fix": "prettier --write .",
1818
"test": "vitest run && npm run test:smoke",
1919
"test:e2e": "playwright test",
2020
"test:e2e:ui": "playwright test --ui",
2121
"test:smoke": "playwright install chromium && playwright test tests/smoke.spec.ts",
2222
"clean": "rm -rf client/dist dist build node_modules .smoke-test test-results playwright-report",
23-
"typegen": "appkit-generate-types",
24-
"setup": "appkit-setup --write"
23+
"typegen": "appkit generate-types",
24+
"setup": "appkit setup --write"
2525
},
2626
"keywords": [],
2727
"author": "",
2828
"license": "Unlicensed",
2929
"description": "{{.app_description}}",
3030
"dependencies": {
31-
"@databricks/appkit": "0.3.0",
32-
"@databricks/appkit-ui": "0.3.0",
31+
"@databricks/appkit": "0.5.2",
32+
"@databricks/appkit-ui": "0.5.2",
3333
"@databricks/sdk-experimental": "^0.14.2",
3434
"clsx": "^2.1.1",
3535
"embla-carousel-react": "^8.6.0",

0 commit comments

Comments
 (0)