create-cedar-app 2.0.1-rc.2 → 2.0.2-next.24

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.
@@ -1,5 +1,5 @@
1
1
  // Don't forget to tell Prisma about your edits to this file using
2
- // `yarn rw prisma migrate dev` or `yarn rw prisma db push`.
2
+ // `yarn cedar prisma migrate dev` or `yarn cedar prisma db push`.
3
3
  // `migrate` is like committing while `push` is for prototyping.
4
4
  // Read more about both here:
5
5
  // https://www.prisma.io/docs/orm/prisma-migrate
@@ -3,7 +3,7 @@
3
3
  "version": "0.0.0",
4
4
  "private": true,
5
5
  "dependencies": {
6
- "@cedarjs/api": "2.0.1-rc.2",
7
- "@cedarjs/graphql-server": "2.0.1-rc.2"
6
+ "@cedarjs/api": "2.0.2-next.24",
7
+ "@cedarjs/graphql-server": "2.0.2-next.24"
8
8
  }
9
9
  }
@@ -7,9 +7,9 @@
7
7
  ]
8
8
  },
9
9
  "devDependencies": {
10
- "@cedarjs/core": "2.0.1-rc.2",
11
- "@cedarjs/project-config": "2.0.1-rc.2",
12
- "@cedarjs/testing": "2.0.1-rc.2"
10
+ "@cedarjs/core": "2.0.2-next.24",
11
+ "@cedarjs/project-config": "2.0.2-next.24",
12
+ "@cedarjs/testing": "2.0.2-next.24"
13
13
  },
14
14
  "eslintConfig": {
15
15
  "extends": "@cedarjs/eslint-config",
@@ -1,9 +1,9 @@
1
1
  // import { db } from 'api/src/lib/db.js'
2
2
 
3
- // Manually apply seeds via the `yarn rw prisma db seed` command.
3
+ // Manually apply seeds via the `yarn cedar prisma db seed` command.
4
4
  //
5
- // Seeds automatically run the first time you run the `yarn rw prisma migrate dev`
6
- // command and every time you run the `yarn rw prisma migrate reset` command.
5
+ // Seeds automatically run the first time you run the `yarn cedar prisma migrate dev`
6
+ // command and every time you run the `yarn cedar prisma migrate reset` command.
7
7
  //
8
8
  // See https://cedarjs.com/docs/database-seeds for more info
9
9
 
@@ -11,14 +11,14 @@
11
11
  ]
12
12
  },
13
13
  "dependencies": {
14
- "@cedarjs/forms": "2.0.1-rc.2",
15
- "@cedarjs/router": "2.0.1-rc.2",
16
- "@cedarjs/web": "2.0.1-rc.2",
14
+ "@cedarjs/forms": "2.0.2-next.24",
15
+ "@cedarjs/router": "2.0.2-next.24",
16
+ "@cedarjs/web": "2.0.2-next.24",
17
17
  "react": "18.3.1",
18
18
  "react-dom": "18.3.1"
19
19
  },
20
20
  "devDependencies": {
21
- "@cedarjs/vite": "2.0.1-rc.2",
21
+ "@cedarjs/vite": "2.0.2-next.24",
22
22
  "@types/react": "^18.2.55",
23
23
  "@types/react-dom": "^18.2.19"
24
24
  }