@cedarjs/router 4.2.1-next.269 → 4.2.1-next.275

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/router",
3
- "version": "4.2.1-next.269",
3
+ "version": "4.2.1-next.275",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -86,7 +86,7 @@
86
86
  "build:types": "tsc --build --verbose tsconfig.build.json",
87
87
  "build:types-cjs": "tsc --build --verbose tsconfig.cjs.json",
88
88
  "build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx\" --ignore dist --exec \"yarn build\"",
89
- "check:attw": "tsx ./attw.ts",
89
+ "check:attw": "node ./attw.ts",
90
90
  "check:package": "concurrently npm:check:attw yarn publint",
91
91
  "prepublishOnly": "NODE_ENV=production yarn build",
92
92
  "test": "vitest run",
@@ -94,14 +94,14 @@
94
94
  "test:watch": "vitest watch"
95
95
  },
96
96
  "dependencies": {
97
+ "@cedarjs/project-config": "4.2.0",
97
98
  "@cedarjs/server-store": "4.2.0",
98
99
  "react": "18.3.1",
99
- "react-dom": "18.3.1"
100
+ "react-dom": "18.3.1",
101
+ "ts-toolbelt": "9.6.0"
100
102
  },
101
103
  "devDependencies": {
102
104
  "@arethetypeswrong/cli": "0.18.4",
103
- "@babel/cli": "7.29.7",
104
- "@babel/core": "^7.26.10",
105
105
  "@cedarjs/auth": "4.2.0",
106
106
  "@cedarjs/framework-tools": "4.2.0",
107
107
  "@testing-library/jest-dom": "6.9.1",
@@ -110,8 +110,8 @@
110
110
  "concurrently": "9.2.1",
111
111
  "publint": "0.3.21",
112
112
  "tstyche": "5.0.2",
113
- "tsx": "4.22.4",
114
113
  "typescript": "5.9.3",
114
+ "vite": "7.3.5",
115
115
  "vitest": "3.2.6"
116
116
  },
117
117
  "peerDependencies": {