create-cedar-app 5.0.3 → 5.0.4-next.167
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.
- package/database-overlays/neon-postgres/api/package.json +2 -2
- package/database-overlays/pglite/api/package.json +2 -2
- package/dist/create-cedar-app.js +344 -344
- package/package.json +5 -5
- package/templates/esm-js/api/package.json +9 -3
- package/templates/esm-js/package.json +6 -6
- package/templates/esm-js/web/package.json +9 -5
- package/templates/esm-js/web/src/App.jsx +2 -2
- package/templates/esm-js/yarn.lock +291 -301
- package/templates/esm-ts/api/package.json +9 -3
- package/templates/esm-ts/package.json +6 -6
- package/templates/esm-ts/web/package.json +9 -5
- package/templates/esm-ts/web/src/App.tsx +2 -2
- package/templates/esm-ts/yarn.lock +291 -301
- package/templates/js/api/package.json +3 -3
- package/templates/js/package.json +4 -4
- package/templates/js/web/package.json +4 -4
- package/templates/js/web/src/App.jsx +2 -2
- package/templates/js/yarn.lock +291 -301
- package/templates/overlays/cjs/npm/package.json +4 -4
- package/templates/overlays/cjs/pnpm/package.json +4 -4
- package/templates/overlays/cjs/pnpm/pnpm-workspace.yaml +2 -0
- package/templates/overlays/cjs/yarn/package.json +4 -4
- package/templates/overlays/esm/npm/package.json +8 -6
- package/templates/overlays/esm/pnpm/package.json +6 -5
- package/templates/overlays/esm/pnpm/pnpm-workspace.yaml +3 -0
- package/templates/overlays/esm/yarn/package.json +6 -6
- package/templates/ts/api/package.json +3 -3
- package/templates/ts/package.json +4 -4
- package/templates/ts/web/package.json +4 -4
- package/templates/ts/web/src/App.tsx +2 -2
- package/templates/ts/yarn.lock +291 -301
- package/templates/esm-js/.yarn/install-state.gz +0 -0
- package/templates/esm-ts/.yarn/install-state.gz +0 -0
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
"version": "0.0.0",
|
|
5
5
|
"private": true,
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@cedarjs/api": "5.0.
|
|
8
|
-
"@cedarjs/graphql-server": "5.0.
|
|
7
|
+
"@cedarjs/api": "5.0.4-next.167",
|
|
8
|
+
"@cedarjs/graphql-server": "5.0.4-next.167",
|
|
9
9
|
"@prisma/adapter-better-sqlite3": "7.8.0",
|
|
10
10
|
"@prisma/client": "7.8.0",
|
|
11
|
-
"better-sqlite3": "12.
|
|
11
|
+
"better-sqlite3": "12.11.1"
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
"web"
|
|
7
7
|
],
|
|
8
8
|
"devDependencies": {
|
|
9
|
-
"@cedarjs/core": "5.0.
|
|
10
|
-
"@cedarjs/eslint-config": "5.0.
|
|
11
|
-
"@cedarjs/project-config": "5.0.
|
|
12
|
-
"@cedarjs/testing": "5.0.
|
|
9
|
+
"@cedarjs/core": "5.0.4-next.167",
|
|
10
|
+
"@cedarjs/eslint-config": "5.0.4-next.167",
|
|
11
|
+
"@cedarjs/project-config": "5.0.4-next.167",
|
|
12
|
+
"@cedarjs/testing": "5.0.4-next.167"
|
|
13
13
|
},
|
|
14
14
|
"engines": {
|
|
15
15
|
"node": "=24.x"
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
]
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@cedarjs/forms": "5.0.
|
|
16
|
-
"@cedarjs/router": "5.0.
|
|
17
|
-
"@cedarjs/web": "5.0.
|
|
15
|
+
"@cedarjs/forms": "5.0.4-next.167",
|
|
16
|
+
"@cedarjs/router": "5.0.4-next.167",
|
|
17
|
+
"@cedarjs/web": "5.0.4-next.167",
|
|
18
18
|
"react": "18.3.1",
|
|
19
19
|
"react-dom": "18.3.1"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@cedarjs/vite": "5.0.
|
|
22
|
+
"@cedarjs/vite": "5.0.4-next.167",
|
|
23
23
|
"@types/react": "^18.2.55",
|
|
24
24
|
"@types/react-dom": "^18.2.19"
|
|
25
25
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FatalErrorBoundary, RedwoodProvider } from '@cedarjs/web'
|
|
2
|
-
import {
|
|
2
|
+
import { CedarApolloProvider } from '@cedarjs/web/apollo/CedarApolloProvider'
|
|
3
3
|
|
|
4
4
|
import FatalErrorPage from 'src/pages/FatalErrorPage'
|
|
5
5
|
|
|
@@ -8,7 +8,7 @@ import './index.css'
|
|
|
8
8
|
const App = ({ children }) => (
|
|
9
9
|
<FatalErrorBoundary page={FatalErrorPage}>
|
|
10
10
|
<RedwoodProvider titleTemplate="%PageTitle | %AppTitle">
|
|
11
|
-
<
|
|
11
|
+
<CedarApolloProvider>{children}</CedarApolloProvider>
|
|
12
12
|
</RedwoodProvider>
|
|
13
13
|
</FatalErrorBoundary>
|
|
14
14
|
)
|