Skip to content

Commit 589edea

Browse files
committed
Merge remote-tracking branch 'origin/feat/command' into feat/command
2 parents 075c251 + fb03f57 commit 589edea

File tree

5 files changed

+142
-69
lines changed

5 files changed

+142
-69
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pipeline:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: Taucher2003/GitLab-Pipeline-Action@1.10.3
16+
- uses: Taucher2003/GitLab-Pipeline-Action@1.11.0
1717
name: Run pipeline
1818
id: pipeline
1919
with:

.github/workflows/update_snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: ${{ github.event.label.name == 'regenerate-snapshots' }}
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: Taucher2003/GitLab-Pipeline-Action@1.10.3
17+
- uses: Taucher2003/GitLab-Pipeline-Action@1.11.0
1818
name: Run pipeline
1919
id: pipeline
2020
with:

package-lock.json

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

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
"author": "Code0",
2020
"devDependencies": {
2121
"@ariakit/react": "^0.4.17",
22+
"@babel/plugin-proposal-decorators": "^7.28.0",
23+
"@babel/plugin-transform-class-properties": "^7.27.1",
2224
"@mdx-js/react": "^3.1.0",
2325
"@radix-ui/react-checkbox": "^1.3.2",
2426
"@radix-ui/react-dropdown-menu": "^2.1.15",
@@ -47,12 +49,13 @@
4749
"@storybook/test-runner": "^0.23.0",
4850
"@storybook/testing-library": "^0.2.2",
4951
"@storybook/theming": "^8.6.14",
50-
"@tabler/icons-react": "3.34.0",
52+
"@tabler/icons-react": "3.34.1",
5153
"@types/react": "^19.1.8",
5254
"@vitejs/plugin-react": "^4.6.0",
5355
"axe-playwright": "^2.1.0",
5456
"babel-loader": "^9.2.1",
5557
"cmdk": "^1.1.1",
58+
"babel-plugin-react-compiler": "^19.1.0-rc.2",
5659
"concurrently": "^9.1.2",
5760
"css-loader": "^7.1.2",
5861
"html-webpack-plugin": "^5.6.3",

0 commit comments

Comments
 (0)