Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
joshunrau committed Feb 29, 2024
1 parent 88d372e commit 930750f
Show file tree
Hide file tree
Showing 17 changed files with 576 additions and 231 deletions.
32 changes: 16 additions & 16 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,57 +14,57 @@
"test": "env-cmd -f ../../.env vitest run"
},
"dependencies": {
"@casl/ability": "^6.5.0",
"@casl/ability": "^6.7.0",
"@casl/prisma": "^1.4.1",
"@douglasneuroinformatics/crypto": "^0.0.7",
"@douglasneuroinformatics/nestjs": "^3.0.0",
"@douglasneuroinformatics/stats": "^2.1.1",
"@douglasneuroinformatics/utils": "^1.2.2",
"@faker-js/faker": "^8.3.1",
"@nestjs/axios": "^3.0.1",
"@nestjs/common": "^10.3.0",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.3.0",
"@faker-js/faker": "^8.4.1",
"@nestjs/axios": "^3.0.2",
"@nestjs/common": "^10.3.3",
"@nestjs/config": "^3.2.0",
"@nestjs/core": "^10.3.3",
"@nestjs/jwt": "^10.2.0",
"@nestjs/mapped-types": "2.0.4",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.3.0",
"@nestjs/swagger": "^7.1.17",
"@nestjs/throttler": "^5.1.1",
"@nestjs/platform-express": "^10.3.3",
"@nestjs/swagger": "^7.3.0",
"@nestjs/throttler": "^5.1.2",
"@open-data-capture/common": "workspace:*",
"@open-data-capture/database": "workspace:*",
"@open-data-capture/demo": "workspace:*",
"@open-data-capture/instrument-interpreter": "workspace:*",
"@open-data-capture/instrument-library": "workspace:*",
"@open-data-capture/instrument-transformer": "workspace:*",
"@open-data-capture/runtime-v0.0.1": "workspace:*",
"axios": "^1.6.5",
"axios": "^1.6.7",
"express": "^4.18.2",
"lodash": "^4.17.21",
"mongodb": "^6.3.0",
"passport": "^0.7.0",
"passport-jwt": "4.0.1",
"reflect-metadata": "^0.1.13",
"reflect-metadata": "^0.1.14",
"rxjs": "^7.8.1",
"ts-pattern": "^5.0.6",
"ts-pattern": "^5.0.8",
"unidecode": "^0.1.8",
"zod": "^3.22.4"
},
"devDependencies": {
"@nestjs/testing": "^10.3.0",
"@nestjs/testing": "^10.3.3",
"@open-data-capture/esbuild-plugin-native-modules": "workspace:*",
"@open-data-capture/esbuild-plugin-prisma": "workspace:*",
"@open-data-capture/esbuild-plugin-runtime": "workspace:*",
"@types/express": "^4.17.21",
"@types/lodash": "^4.14.202",
"@types/passport": "^1.0.16",
"@types/passport-jwt": "^4.0.0",
"@types/passport-jwt": "^4.0.1",
"@types/supertest": "^6.0.2",
"@types/unidecode": "^0.1.3",
"concurrently": "^8.2.2",
"esbuild": "^0.20.0",
"esbuild": "^0.20.1",
"esbuild-plugin-tsc": "^0.4.0",
"nodemon": "^3.1.0",
"supertest": "^6.3.3"
"supertest": "^6.3.4"
}
}
14 changes: 7 additions & 7 deletions apps/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"pino-pretty": "^10.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.0.0",
"react-i18next": "^14.0.5",
"sirv": "^2.0.4",
"sqlite3": "^5.1.6"
"sqlite3": "^5.1.7"
},
"devDependencies": {
"@open-data-capture/esbuild-plugin-native-modules": "workspace:*",
Expand All @@ -47,13 +47,13 @@
"@types/compression": "^1.7.5",
"@types/express": "^4.17.21",
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react-swc": "^3.5.0",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.34",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"vite": "^5.0.12"
"vite": "^5.1.4"
},
"trustedDependencies": [
"sqlite3"
Expand Down
6 changes: 3 additions & 3 deletions apps/outreach/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@astrojs/check": "^0.5.4",
"@astrojs/sitemap": "^3.0.5",
"@astrojs/check": "^0.5.6",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/starlight": "^0.18.1",
"@astrojs/tailwind": "^5.1.0",
"@open-data-capture/tailwindcss": "workspace:*",
"@tailwindcss/typography": "^0.5.10",
"@types/lodash-es": "^4.17.12",
"astro": "^4.3.6",
"astro": "^4.4.6",
"sharp": "^0.33.2",
"tailwindcss": "^3.4.1"
}
Expand Down
24 changes: 12 additions & 12 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,33 +29,33 @@
"@open-data-capture/instrument-transformer": "workspace:*",
"@open-data-capture/react-core": "workspace:*",
"@open-data-capture/runtime-v0.0.1": "workspace:*",
"axios": "^1.6.5",
"axios": "^1.6.7",
"esbuild-wasm": "^0.20.1",
"framer-motion": "^10.18.0",
"i18next": "^23.7.16",
"i18next": "^23.10.0",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-http-backend": "^2.4.2",
"i18next-http-backend": "^2.5.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-i18next": "^14.0.0",
"react-router-dom": "^6.21.1",
"react-i18next": "^14.0.5",
"react-router-dom": "^6.22.2",
"stacktrace-parser": "^0.1.10",
"ts-pattern": "^5.0.6",
"ts-pattern": "^5.0.8",
"zod": "^3.22.4",
"zod-validation-error": "^2.1.0"
},
"devDependencies": {
"@open-data-capture/tailwindcss": "workspace:*",
"@open-data-capture/vite-plugin-runtime": "workspace:*",
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.33",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"vite": "^5.0.12"
"vite": "^5.1.4"
}
}
46 changes: 23 additions & 23 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "AGPL-3.0",
"type": "module",
"scripts": {
"build": "tsc && NODE_ENV=production pnpm exec vite build",
"build": "tsc && NODE_ENV=production NODE_OPTIONS='--import=tsx' pnpm exec vite build",
"cy:open": "cypress open",
"cy:run": "cypress run",
"dev": "NODE_ENV=development env-cmd -f ../../.env pnpm exec vite",
Expand All @@ -19,7 +19,7 @@
"test:dev": "env-cmd -f ../../.env --use-shell 'start-server-and-test \"pnpm exec vite --mode test\" \"http://localhost:${WEB_DEV_SERVER_PORT}\" cy:open'"
},
"dependencies": {
"@casl/ability": "^6.5.0",
"@casl/ability": "^6.7.0",
"@douglasneuroinformatics/ui": "latest",
"@douglasneuroinformatics/utils": "latest",
"@headlessui/react": "^1.7.18",
Expand All @@ -34,48 +34,48 @@
"@open-data-capture/instrument-renderer": "workspace:*",
"@open-data-capture/instrument-utils": "workspace:*",
"@open-data-capture/react-core": "workspace:*",
"@tanstack/react-query": "^5.17.9",
"@tanstack/react-query-devtools": "^5.17.9",
"axios": "^1.6.5",
"@tanstack/react-query": "^5.24.1",
"@tanstack/react-query-devtools": "^5.24.1",
"axios": "^1.6.7",
"clsx": "^2.1.0",
"framer-motion": "^10.18.0",
"i18next": "^23.7.16",
"i18next-http-backend": "^2.4.2",
"i18next": "^23.10.0",
"i18next-http-backend": "^2.5.0",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-i18next": "^14.0.0",
"react-router-dom": "^6.21.1",
"recharts": "^2.10.4",
"tailwind-merge": "^2.2.0",
"ts-pattern": "^5.0.6",
"react-i18next": "^14.0.5",
"react-router-dom": "^6.22.2",
"recharts": "^2.12.1",
"tailwind-merge": "^2.2.1",
"ts-pattern": "^5.0.8",
"zod": "^3.22.4",
"zustand": "^4.4.7"
"zustand": "^4.5.1"
},
"devDependencies": {
"@open-data-capture/tailwindcss": "workspace:*",
"@open-data-capture/vite-plugin-plausible": "workspace:*",
"@open-data-capture/vite-plugin-runtime": "workspace:*",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.16",
"jose": "^5.2.0",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.17",
"jose": "^5.2.2",
"jsdom": "^23.2.0",
"msw": "^2.0.13",
"postcss": "^8.4.33",
"msw": "^2.2.2",
"postcss": "^8.4.35",
"prop-types": "^15.8.1",
"rollup-plugin-copy": "^3.5.0",
"sort-json": "^2.0.1",
"tailwindcss": "^3.4.1",
"vite": "^5.0.12",
"vite": "^5.1.4",
"vite-plugin-compression": "^0.5.1"
},
"msw": {
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test": "vitest run"
},
"dependencies": {
"@casl/ability": "^6.5.0",
"@casl/ability": "^6.7.0",
"@open-data-capture/licenses": "workspace:*",
"lodash": "^4.17.21",
"zod": "^3.22.4"
Expand All @@ -33,6 +33,6 @@
"@open-data-capture/database": "workspace:*",
"@open-data-capture/instrument-library": "workspace:*",
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.47"
"@types/react": "^18.2.60"
}
}
4 changes: 2 additions & 2 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"db:push": "env-cmd --silent -f ../../.env prisma db push --skip-generate --schema prisma/gateway-schema.prisma"
},
"dependencies": {
"@prisma/client": "^5.8.1"
"@prisma/client": "^5.10.2"
},
"devDependencies": {
"prisma": "^5.8.1"
"prisma": "^5.10.2"
},
"trustedDependencies": [
"prisma"
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "tsc && eslint --fix src"
},
"dependencies": {
"@open-data-capture/common": "workspace:*",
"@douglasneuroinformatics/utils": "^1.1.0"
"@douglasneuroinformatics/utils": "^1.2.2",
"@open-data-capture/common": "workspace:*"
}
}
14 changes: 7 additions & 7 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"@monaco-editor/react": "^4.6.0",
"@open-data-capture/i18next": "workspace:*",
"@open-data-capture/react-core": "workspace:*",
"framer-motion": "^11.0.5",
"framer-motion": "^11.0.6",
"monaco-editor": "^0.45.0",
"prettier": "^3.1.1",
"react-i18next": "^14.0.0"
"prettier": "^3.2.5",
"react-i18next": "^14.0.5"
},
"devDependencies": {
"@open-data-capture/tailwindcss": "workspace:*",
"@types/react": "^18.2.57",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.33",
"vite": "^5.0.12"
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"vite": "^5.1.4"
},
"peerDependencies": {
"react": "18.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@open-data-capture/common": "workspace:*",
"i18next-browser-languagedetector": "^7.2.0",
"lodash": "^4.17.21",
"react-i18next": "^14.0.0"
"react-i18next": "^14.0.5"
},
"peerDependencies": {
"@types/lodash": "^4.14.202",
Expand Down
2 changes: 1 addition & 1 deletion packages/instrument-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"devDependencies": {
"@open-data-capture/rollup-plugin-instrument": "workspace:*",
"@rollup/plugin-node-resolve": "^15.2.3",
"rollup": "^4.9.4"
"rollup": "^4.12.0"
}
}
14 changes: 7 additions & 7 deletions packages/instrument-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@
"@open-data-capture/react-core": "workspace:*",
"@open-data-capture/runtime-v0.0.1": "workspace:*",
"framer-motion": "^11.0.6",
"i18next": "^23.7.16",
"i18next": "^23.10.0",
"lodash": "^4.17.21",
"react-i18next": "^14.0.0",
"ts-pattern": "^5.0.6"
"react-i18next": "^14.0.5",
"ts-pattern": "^5.0.8"
},
"devDependencies": {
"@open-data-capture/instrument-library": "workspace:*",
"@open-data-capture/tailwindcss": "workspace:*",
"@open-data-capture/vite-plugin-runtime": "workspace:*",
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.57",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.33",
"vite": "^5.0.12"
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"vite": "^5.1.4"
},
"peerDependencies": {
"react": "18.x",
Expand Down
4 changes: 2 additions & 2 deletions packages/instrument-transformer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"test": "vitest run"
},
"dependencies": {
"esbuild": "^0.20.0",
"esbuild-wasm": "^0.20.0",
"esbuild": "^0.20.1",
"esbuild-wasm": "^0.20.1",
"zod": "^3.22.4"
}
}
2 changes: 1 addition & 1 deletion packages/instrument-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@douglasneuroinformatics/form-types": "latest",
"@open-data-capture/common": "workspace:*",
"lodash": "^4.17.21",
"ts-pattern": "^5.0.6"
"ts-pattern": "^5.0.8"
},
"devDependencies": {
"@open-data-capture/instrument-library": "workspace:*",
Expand Down
Loading

0 comments on commit 930750f

Please sign in to comment.