Skip to content

Commit

Permalink
RW canary.889
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Jan 28, 2024
1 parent af9588c commit d15114e
Show file tree
Hide file tree
Showing 7 changed files with 221 additions and 212 deletions.
16 changes: 8 additions & 8 deletions __fixtures__/test-project/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"@opentelemetry/semantic-conventions": "^1.17.1",
"@prisma/instrumentation": "^5.4.2",
"@react-email/components": "^0.0.12",
"@redwoodjs/api": "7.0.0-canary.874",
"@redwoodjs/auth-dbauth-api": "7.0.0-canary.874",
"@redwoodjs/graphql-server": "7.0.0-canary.874",
"@redwoodjs/mailer-core": "7.0.0-canary.874",
"@redwoodjs/mailer-handler-nodemailer": "7.0.0-canary.874",
"@redwoodjs/mailer-renderer-react-email": "7.0.0-canary.874"
"@redwoodjs/api": "7.0.0-canary.889",
"@redwoodjs/auth-dbauth-api": "7.0.0-canary.889",
"@redwoodjs/graphql-server": "7.0.0-canary.889",
"@redwoodjs/mailer-core": "7.0.0-canary.889",
"@redwoodjs/mailer-handler-nodemailer": "7.0.0-canary.889",
"@redwoodjs/mailer-renderer-react-email": "7.0.0-canary.889"
},
"devDependencies": {
"@redwoodjs/mailer-handler-in-memory": "7.0.0-canary.874",
"@redwoodjs/mailer-handler-studio": "7.0.0-canary.874"
"@redwoodjs/mailer-handler-in-memory": "7.0.0-canary.889",
"@redwoodjs/mailer-handler-studio": "7.0.0-canary.889"
}
}
4 changes: 2 additions & 2 deletions __fixtures__/test-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
]
},
"devDependencies": {
"@redwoodjs/core": "7.0.0-canary.874",
"@redwoodjs/core": "7.0.0-canary.889",
"@redwoodjs/studio": "7.0.0-canary.874"
},
"eslintConfig": {
Expand All @@ -28,6 +28,6 @@
"studio:start": "yarn rw-studio | yarn rw-log-formatter"
},
"dependencies": {
"@redwoodjs/realtime": "7.0.0-canary.874"
"@redwoodjs/realtime": "7.0.0-canary.889"
}
}
10 changes: 5 additions & 5 deletions __fixtures__/test-project/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
]
},
"dependencies": {
"@redwoodjs/auth-dbauth-web": "7.0.0-canary.874",
"@redwoodjs/forms": "7.0.0-canary.874",
"@redwoodjs/router": "7.0.0-canary.874",
"@redwoodjs/web": "7.0.0-canary.874",
"@redwoodjs/auth-dbauth-web": "7.0.0-canary.889",
"@redwoodjs/forms": "7.0.0-canary.889",
"@redwoodjs/router": "7.0.0-canary.889",
"@redwoodjs/web": "7.0.0-canary.889",
"humanize-string": "2.1.0",
"react": "0.0.0-experimental-e5205658f-20230913",
"react-dom": "0.0.0-experimental-e5205658f-20230913"
},
"devDependencies": {
"@redwoodjs/vite": "7.0.0-canary.874",
"@redwoodjs/vite": "7.0.0-canary.889",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"autoprefixer": "^10.4.16",
Expand Down
14 changes: 7 additions & 7 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"@babel/types": "7.22.17",
"@graphql-inspector/core": "5.0.1",
"@prisma/internals": "5.2.0",
"@redwoodjs/api": "7.0.0-canary.874",
"@redwoodjs/api-server": "7.0.0-canary.874",
"@redwoodjs/auth-dbauth-api": "7.0.0-canary.874",
"@redwoodjs/fastify": "7.0.0-canary.874",
"@redwoodjs/graphql-server": "7.0.0-canary.874",
"@redwoodjs/project-config": "7.0.0-canary.874",
"@redwoodjs/realtime": "7.0.0-canary.874",
"@redwoodjs/api": "7.0.0-canary.889",
"@redwoodjs/api-server": "7.0.0-canary.889",
"@redwoodjs/auth-dbauth-api": "7.0.0-canary.889",
"@redwoodjs/fastify": "7.0.0-canary.889",
"@redwoodjs/graphql-server": "7.0.0-canary.889",
"@redwoodjs/project-config": "7.0.0-canary.889",
"@redwoodjs/realtime": "7.0.0-canary.889",
"better-sqlite3": "8.6.0",
"chalk": "4.1.2",
"chokidar": "3.5.3",
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
]
},
"devDependencies": {
"@redwoodjs/cli-storybook": "7.0.0-canary.874",
"@redwoodjs/core": "7.0.0-canary.874",
"@redwoodjs/cli-storybook": "7.0.0-canary.889",
"@redwoodjs/core": "7.0.0-canary.889",
"chalk": "4.1.2",
"execa": "5.1.1",
"fs-extra": "11.1.1",
Expand All @@ -22,8 +22,7 @@
"root": true
},
"engines": {
"node": "=18.x",
"yarn": ">=1.15"
"node": "=20.x"
},
"prisma": {
"seed": "yarn rw exec seed"
Expand Down
8 changes: 4 additions & 4 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@heroicons/react": "2.1.1",
"@nivo/core": "^0.84.0",
"@nivo/treemap": "^0.84.0",
"@redwoodjs/forms": "7.0.0-canary.874",
"@redwoodjs/router": "7.0.0-canary.874",
"@redwoodjs/web": "7.0.0-canary.874",
"@redwoodjs/forms": "7.0.0-canary.889",
"@redwoodjs/router": "7.0.0-canary.889",
"@redwoodjs/web": "7.0.0-canary.889",
"@tremor/react": "3.13.2",
"buffer": "6.0.3",
"date-fns": "^3.2.0",
Expand All @@ -32,7 +32,7 @@
"use-url-search-params": "2.5.1"
},
"devDependencies": {
"@redwoodjs/vite": "7.0.0-canary.874",
"@redwoodjs/vite": "7.0.0-canary.889",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"autoprefixer": "10.4.15",
Expand Down
Loading

0 comments on commit d15114e

Please sign in to comment.