Skip to content

Commit

Permalink
chore: remove router and update dependencies (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
tchak committed Apr 24, 2024
2 parents 8fe68a9 + 63ff134 commit de607e8
Show file tree
Hide file tree
Showing 30 changed files with 1,637 additions and 4,151 deletions.
6 changes: 6 additions & 0 deletions .changeset/six-eyes-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@coldwired/turbo-stream": patch
"@coldwired/actions": patch
---

update dependencies
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
[build-badge]: https://github.com/tchak/coldwired/workflows/CI/badge.svg
[build]: https://github.com/tchak/coldwired/actions

[npm-badge-router]: https://img.shields.io/npm/v/@coldwired/router.svg
[npm-router]: https://www.npmjs.com/package/@coldwired/router
[npm-badge-actions]: https://img.shields.io/npm/v/@coldwired/actions.svg
[npm-actions]: https://www.npmjs.com/package/@coldwired/actions
[npm-badge-turbo-stream]: https://img.shields.io/npm/v/@coldwired/turbo-stream.svg
Expand All @@ -23,7 +21,6 @@ project.

* @coldwired/actions [![npm package][npm-badge-actions]][npm-actions]
* @coldwired/turbo-stream [![npm package][npm-badge-turbo-stream]][npm-turbo-stream]
* @coldwired/router [![npm package][npm-badge-router]][npm-router]

## Install

Expand Down
3 changes: 1 addition & 2 deletions oranda.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"build": {
"path_prefix": "coldwired",
"additional_pages": {
"Actions": "./packages/actions/README.md",
"Router (experimental)": "./packages/router/README.md"
"Actions": "./packages/actions/README.md"
}
},
"components": {
Expand Down
41 changes: 20 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,31 +20,30 @@
"docs:build": "pnpm oranda build"
},
"devDependencies": {
"@axodotdev/oranda": "^0.3.1",
"@changesets/cli": "^2.26.2",
"@remix-run/node": "^1.16.1",
"@testing-library/dom": "^9.3.1",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@vitest/browser": "^0.34.3",
"@vitest/ui": "^0.34.3",
"c8": "^8.0.1",
"@axodotdev/oranda": "^0.6.1",
"@changesets/cli": "^2.27.1",
"@remix-run/node": "^2.7.2",
"@testing-library/dom": "^9.3.4",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitest/browser": "^1.3.1",
"@vitest/ui": "^1.3.1",
"c8": "^9.1.0",
"del-cli": "^5.1.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"jsdom": "^22.1.0",
"msw": "^0.49.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"jsdom": "^24.0.0",
"npm-run-all": "^4.1.5",
"playwright": "^1.37.1",
"prettier": "^3.0.3",
"playwright": "^1.41.2",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.28.1",
"turbo": "^1.10.13",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.3",
"webdriverio": "^8.15.10"
"rollup": "^4.12.0",
"turbo": "^1.12.4",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vitest": "^1.3.1",
"webdriverio": "^8.32.3"
},
"engines": {
"node": ">=16"
Expand Down
4 changes: 2 additions & 2 deletions packages/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
},
"dependencies": {
"@coldwired/utils": "^0.11.1",
"morphdom": "^2.7.0",
"tiny-invariant": "^1.3.1"
"morphdom": "^2.7.2",
"tiny-invariant": "^1.3.2"
},
"engines": {
"node": ">=16"
Expand Down
1 change: 0 additions & 1 deletion packages/router/.eslintignore

This file was deleted.

165 changes: 0 additions & 165 deletions packages/router/CHANGELOG.md

This file was deleted.

84 changes: 0 additions & 84 deletions packages/router/README.md

This file was deleted.

Loading

0 comments on commit de607e8

Please sign in to comment.