* working
* fix toolkit app
* fix add directive
* add back secure password
* changeset
* improve blitz rpc structure
* make it work
* fix most integration tests
* fix the tests
* fix import error
* fix unit test
* fix tests
* remove breaking changes
* remove another breaking change
* fix typescript declaration
* fix errorboundary redirect issues
* cleanup
* upgrade to next13
* update pnpm-lock
* add Server Plugin Export
* fix lint error
* fix build errors
* fixes
* Solve NextRouter is not mounted
* fix
* fix issues
* pnpm lock fix
* rename session function and add auth utility
* remove potential implicit warning
* fix deps and cleanup
* fix secure-password missing file
* fix possibility of crsf token cookie being null
* remove secure-password breaking changes
* Update cuddly-singers-perform.md
* rename functions and remove headers
* Revert "remove secure-password breaking changes"
This reverts commit abccf93d0c.
* unsupported auth methods in react server components
* remove authorizedContext: To be done in another PR
* add integration test for app dir
* fix duplicate package name
* integration test
* remove empty then and add void operator
* fix pnpm lock
35 lines
919 B
JSON
35 lines
919 B
JSON
{
|
|
"name": "test-utils",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@blitzjs/config": "workspace: *",
|
|
"@blitzjs/rpc": "workspace: *",
|
|
"@tanstack/react-query": "4.13.0",
|
|
"@testing-library/react": "13.4.0",
|
|
"@types/express": "4.17.13",
|
|
"@types/fs-extra": "9.0.13",
|
|
"@types/node-fetch": "2.6.1",
|
|
"@types/react": "18.0.25",
|
|
"@types/rimraf": "3.0.2",
|
|
"@types/selenium-webdriver": "4.0.18",
|
|
"chromedriver": "100.0.0",
|
|
"cross-spawn": "7.0.3",
|
|
"eslint": "8.27.0",
|
|
"express": "4.17.3",
|
|
"fs-extra": "10.0.1",
|
|
"get-port": "6.1.2",
|
|
"node-fetch": "3.2.3",
|
|
"pkg-dir": "5.0.0",
|
|
"playwright-chromium": "1.28.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"resolve-cwd": "3.0.0",
|
|
"resolve-from": "5.0.0",
|
|
"rimraf": "3.0.2",
|
|
"selenium-webdriver": "4.1.1",
|
|
"tree-kill": "1.2.2",
|
|
"typescript": "^4.8.4"
|
|
}
|
|
}
|