Skip to content

Commit

Permalink
chore: update dependencies, rm unused lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Oct 20, 2023
1 parent 147a2c0 commit 50347d7
Show file tree
Hide file tree
Showing 3 changed files with 545 additions and 449 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,59 +51,59 @@
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"artillery": "^1.6.2",
"cookie-parser": "~1.4.4",
"coveralls": "^3.1.0",
"artillery": "^1.7.9",
"cookie-parser": "~1.4.6",
"coveralls": "^3.1.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^3.4.1",
"http-errors": "~1.6.3",
"jest": "^29.7.0",
"lerna": "^6.6.1",
"lerna": "^6.6.2",
"morgan": "~1.9.1",
"nodemon": "^2.0.20",
"prettier": "^2.3.1",
"nodemon": "^2.0.22",
"prettier": "^2.8.8",
"pug": "^3.0.2",
"rimraf": "^3.0.2",
"supertest": "^6.1.3",
"supertest": "^6.3.3",
"supports-color": "^7.2.0",
"typescript": "5.2.2"
},
"dependencies": {
"@biothings-explorer/query_graph_handler": "file:packages/query_graph_handler",
"@biothings-explorer/smartapi-kg": "file:packages/smartapi-kg",
"@bull-board/express": "^5.0.0",
"@sentry/node": "^7.57.0",
"@sentry/profiling-node": "^1.0.8",
"@bull-board/express": "^5.9.1",
"@sentry/node": "^7.74.1",
"@sentry/profiling-node": "^1.2.1",
"axios": "^0.27.2",
"body-parser": "^1.19.0",
"bull": "^4.10.4",
"body-parser": "^1.20.2",
"bull": "^4.11.4",
"compression": "^1.7.4",
"connect-history-api-fallback": "^2.0.0",
"cors": "^2.8.5",
"debug": "^4.3.1",
"dotenv": "^8.2.0",
"express": "^4.17.3",
"express-rate-limit": "^5.2.6",
"express-winston": "^4.1.0",
"helmet": "^4.4.1",
"debug": "^4.3.4",
"dotenv": "^8.6.0",
"express": "^4.18.2",
"express-rate-limit": "^5.5.1",
"express-winston": "^4.2.0",
"helmet": "^4.6.0",
"husky": "^4.3.8",
"ioredis": "^5.0.6",
"ioredis": "^5.3.2",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"lz4": "^0.6.5",
"nanoid": "^3.1.31",
"nanoid": "^3.3.6",
"node-cron": "^2.0.3",
"openapi-validator-middleware": "^3.2.2",
"openapi-validator-middleware": "^3.2.6",
"piscina": "^3.2.0",
"ps-node": "^0.1.6",
"snake-case": "^3.0.4",
"stream-chunker": "^1.2.8",
"stream-json": "^1.7.3",
"turbo": "^1.10.15",
"stream-json": "^1.8.0",
"turbo": "^1.10.16",
"valid-url": "^1.0.9",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.1"
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1"
},
"husky": {
"hooks": {
Expand Down
41 changes: 21 additions & 20 deletions packages/web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,38 +10,39 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@codemirror/autocomplete": "^6.4.2",
"@codemirror/autocomplete": "^6.10.2",
"@codemirror/commands": "^6.3.0",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/language": "^6.9.1",
"@codemirror/state": "^6.3.1",
"@codemirror/view": "^6.9.2",
"@tailwindcss/forms": "^0.5.3",
"axios": "^1.3.4",
"@codemirror/view": "^6.21.3",
"@tailwindcss/forms": "^0.5.6",
"axios": "^1.5.1",
"codemirror": "^6.0.1",
"cytoscape": "^3.23.0",
"cytoscape": "^3.26.0",
"cytoscape-popper": "^2.0.0",
"moment": "^2.29.4",
"pinia": "^2.0.22",
"pinia": "^2.1.7",
"renderjson": "^1.4.0",
"tippy.js": "^6.3.7",
"vue": "^3.2.39",
"vue-router": "^4.1.5",
"vue": "^3.3.6",
"vue-router": "^4.2.5",
"zdog": "^1.1.3"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@vitejs/plugin-vue": "^3.1.0",
"@vue/eslint-config-prettier": "^7.0.0",
"autoprefixer": "^10.4.11",
"cssnano": "^5.1.13",
"eslint": "^8.23.1",
"eslint-plugin-vue": "^9.5.1",
"postcss": "^8.4.16",
"postcss-import": "^15.0.0",
"prettier": "^2.7.1",
"sass": "^1.54.9",
"tailwindcss": "^3.1.8",
"@rushstack/eslint-patch": "^1.5.1",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/eslint-config-prettier": "^7.1.0",
"autoprefixer": "^10.4.16",
"cssnano": "^5.1.15",
"eslint": "^8.52.0",
"eslint-plugin-vue": "^9.17.0",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"prettier": "^2.8.8",
"sass": "^1.69.4",
"tailwindcss": "^3.3.3",
"ts-jest": "^29.1.1",
"vite": "^3.2.7",
"vite-svg-loader": "^3.6.0"
},
Expand Down
Loading

0 comments on commit 50347d7

Please sign in to comment.