Skip to content

Commit

Permalink
Feature/tilt react demo (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathandion authored Oct 16, 2023
1 parent 9a98f14 commit ba4d3ad
Show file tree
Hide file tree
Showing 4 changed files with 449 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Common modules for building web applications.

### Check Also

- [awesome-emails](https://github.com/jonathandion/awesome-emails) - A collection of awesome frameworks, templates, tools, workflows and many more to build better emails.
- [web-dev.nvim](https://github.com/jonathandion/web-dev.nvim) - Small Neovim configuration written in Lua that is specifically designed for web development.
- [awesome-emails](https://github.com/jonathandion/awesome-js-books) - A collection of awesome frameworks, templates, tools, workflows and many more to build better emails.

## License

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dev": "turbo run dev --color --concurrency 14",
"change": "changeset",
"cleanup": "turbo cleanup --concurrency 14",
"ci": "pnpm run -r build && pnpm run -r types:check && pnpm run lint && pnpm run audit",
"ci": "pnpm run -r build && pnpm run -r types:check && pnpm run lint",
"ci:debug": "act pull_request --secret-file my.secrets -s GITHUB_TOKEN=\"$(gh auth token)\" --container-architecture linux/amd64",
"ci:publish": "pnpm publish -r",
"ci:version": "changeset version && pnpm install --lockfile-only",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@jdion/eslint-config-core": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-jest-dom": "^5.1.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit ba4d3ad

Please sign in to comment.