Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-v committed Apr 5, 2024
1 parent fac07e7 commit e962f82
Show file tree
Hide file tree
Showing 16 changed files with 1,468 additions and 643 deletions.
2 changes: 1 addition & 1 deletion docs/_assets/scripts.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"devDependencies": {
"csso-cli": "4.0.2",
"docsify": "4.13.0",
"docsify": "4.13.1",
"docsify-cli": "4.4.4",
"docsify-copy-code": "2.1.1",
"docsify-sidebar-collapse": "1.3.5",
"docsify-toc": "1.1.0",
"html-minifier-terser": "7.2.0",
"prismjs": "1.29.0",
"terser": "5.17.1"
"terser": "5.30.3"
},
"name": "@best/docs",
"private": true,
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"@babel/core": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-typescript": "~7.3.3",
"@commitlint/cli": "17.6.3",
"@commitlint/config-conventional": "17.6.3",
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@lwc/jest-preset": "11.2.1",
"@types/debug": "0.0.30",
"@types/express": "4.17.14",
"@types/jest": "27.5.1",
"@types/jsonwebtoken": "9.0.2",
"@types/jsonwebtoken": "9.0.6",
"@types/micromatch": "4.0.2",
"@types/mime-types": "2.1.1",
"@types/mkdirp": "^0.5.2",
Expand All @@ -28,16 +28,16 @@
"commitizen": "^3.1.1",
"conventional-changelog-cli": "2.2.2",
"cross-env": "^5.2.0",
"eslint": "8.45.0",
"eslint": "8.57.0",
"husky": "2.4.0",
"isbinaryfile": "^4.0.2",
"jest": "27.5.1",
"jest-environment-jsdom": "27.5.1",
"jsonwebtoken": "9.0.0",
"jsonwebtoken": "9.0.2",
"lerna": "^3.18.3",
"prettier": "2.8.8",
"rimraf": "3.0.2",
"typescript": "5.1.6"
"typescript": "5.4.4"
},
"husky": {
"hooks": {
Expand Down
6 changes: 3 additions & 3 deletions packages/@best/agent-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"dependencies": {
"@babel/helper-create-class-features-plugin": "7.18.9",
"@best/shared": "12.0.0",
"express": "4.18.2",
"express": "4.19.2",
"lwc-services": "3.2.2",
"socket.io": "4.6.1",
"socket.io-client": "4.6.1"
"socket.io": "4.7.5",
"socket.io-client": "4.7.5"
},
"devDependencies": {
"lint-staged": "13.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/@best/agent-hub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"@best/agent-frontend": "12.0.0",
"@best/runner-remote": "12.0.0",
"@best/utils": "12.0.0",
"express": "4.18.2",
"socket.io": "4.6.1",
"express": "4.19.2",
"socket.io": "4.7.5",
"socket.io-file": "2.0.31",
"yargs": "16.1.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/@best/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"@best/runner": "12.0.0",
"@best/shared": "12.0.0",
"@best/utils": "12.0.0",
"express": "4.18.2",
"express": "4.19.2",
"mime": "3.0.0",
"socket.io": "4.6.1",
"socket.io-client": "4.6.1",
"socket.io": "4.7.5",
"socket.io-client": "4.7.5",
"tar": "6.1.14"
},
"description": "Best Agent",
Expand Down
2 changes: 1 addition & 1 deletion packages/@best/api-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"https-proxy-agent": "5.0.1",
"pg": "8.10.0",
"sqlite": "4.2.0",
"sqlite3": "5.1.6"
"sqlite3": "5.1.7"
},
"description": "Best Api Database",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@best/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"mkdirp": "~0.5.1",
"ncp": "^2.0.0",
"rimraf": "3.0.2",
"rollup": "4.3.0",
"rollup": "4.14.0",
"worker-farm": "~1.7.0"
},
"description": "Best build package",
Expand Down
4 changes: 2 additions & 2 deletions packages/@best/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"asciichart": "1.5.25",
"chalk": "~2.4.2",
"cli-table3": "0.6.3",
"fast-glob": "3.2.12",
"fast-glob": "3.3.2",
"micromatch": "4.0.5",
"rimraf": "3.0.2",
"simple-git": "3.18.0",
"simple-git": "3.24.0",
"simple-statistics": "^6.0.1",
"yargs": "^16.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@best/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@best/regex-util": "12.0.0",
"@best/utils": "12.0.0",
"chalk": "~2.4.2",
"simple-git": "3.18.0"
"simple-git": "3.24.0"
},
"files": [
"build/**/*.js"
Expand Down
14 changes: 7 additions & 7 deletions packages/@best/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"@rollup/plugin-replace": "4.0.0",
"@rollup/plugin-terser": "0.4.4",
"compression": "1.7.4",
"express": "4.18.2",
"jsonwebtoken": "9.0.0",
"express": "4.19.2",
"jsonwebtoken": "9.0.2",
"lwc-services": "3.2.2",
"plotly.js-basic-dist-min": "2.22.0",
"query-string": "^7.1.1",
"redux": "4.2.1",
"redux-thunk": "2.4.2",
"rollup": "4.3.0"
"rollup": "4.14.0"
},
"devDependencies": {
"@lwc/eslint-plugin-lwc": "1.5.0",
Expand All @@ -30,14 +30,14 @@
"@types/compression": "1.7.2",
"@types/express": "4.17.14",
"@types/helmet": "^4.0.0",
"@types/jsonwebtoken": "9.0.2",
"@types/jsonwebtoken": "9.0.6",
"concurrently": "^7.3.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.0.4",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"fetch-mock": "^9.11.0",
"nodemon": "2.0.22",
"redux-mock-store": "^1.5.3",
"ts-node": "^10.9.1"
"ts-node": "^10.9.2"
},
"files": [
"build/**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/@best/github-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"base-64": "^0.1.0",
"expand-tilde": "~2.0.2",
"json2md": "~1.5.11",
"jsonwebtoken": "9.0.0"
"jsonwebtoken": "9.0.2"
},
"devDependencies": {
"@types/json2md": "1.5.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/@best/runner-abstract/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@best/utils": "12.0.0",
"express": "4.18.2"
"express": "4.19.2"
},
"description": "Best Runner (Abstract)",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/@best/runner-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@best/runner-abstract": "12.0.0",
"@best/shared": "12.0.0",
"debug": "4.3.4",
"socket.io-client": "4.6.1",
"socket.io-client": "4.7.5",
"tar": "6.1.14"
},
"description": "Best Runner (Headless)",
Expand Down
2 changes: 1 addition & 1 deletion packages/@best/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"https-proxy-agent": "5.0.1",
"is-ci": "^3.0.1",
"picocolors": "^1.0.0",
"systeminformation": "5.17.12",
"systeminformation": "5.22.7",
"winston": "3.8.2"
},
"description": "Best Utils",
Expand Down
Loading

0 comments on commit e962f82

Please sign in to comment.