Skip to content

Commit

Permalink
chore: remove router and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tchak committed Feb 23, 2024
1 parent 8fe68a9 commit 331d610
Show file tree
Hide file tree
Showing 28 changed files with 1,631 additions and 4,148 deletions.
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 331d610

Please sign in to comment.