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 684c2e4 commit 8be15e2
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 7,477 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,49 +34,49 @@
},
"homepage": "https://github.com/biothings/smartapi-kg.js#readme",
"devDependencies": {
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/preset-typescript": "^7.13.0",
"@types/debug": "^4.1.9",
"@types/express": "^4.17.11",
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@types/debug": "^4.1.10",
"@types/express": "^4.17.20",
"@types/node": "^14.18.63",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"babel-loader": "^8.2.2",
"coveralls": "^3.1.0",
"eslint": "^8.51.0",
"babel-loader": "^8.3.0",
"coveralls": "^3.1.1",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^26.6.3",
"jsdoc": "^3.6.6",
"nodemon": "^2.0.7",
"jsdoc": "^3.6.11",
"nodemon": "^2.0.22",
"path-browserify": "^1.0.1",
"prettier": "^3.0.3",
"readme-md-generator": "^1.0.0",
"rimraf": "^3.0.2",
"rollup": "^2.39.1",
"standard-version": "^9.1.1",
"ts-jest": "^26.5.6",
"rollup": "^2.79.1",
"standard-version": "^9.5.0",
"ts-jest": "^29.1.1",
"ts-node": "^9.1.1",
"typescript": "^5.2.2",
"uglify-js": "^3.12.5",
"webpack": "^5.24.4",
"webpack-cli": "^4.5.0"
"uglify-js": "^3.17.4",
"webpack": "^5.89.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@babel/runtime": "^7.13.10",
"@commitlint/cli": "^17.6.1",
"@babel/runtime": "^7.23.2",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^11.0.0",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.199",
"axios": "^0.21.1",
"camelcase": "^6.2.0",
"core-js": "^3.9.1",
"debug": "^4.3.1",
"@types/lodash": "^4.14.200",
"axios": "^0.21.4",
"camelcase": "^6.3.0",
"core-js": "^3.33.1",
"debug": "^4.3.4",
"husky": "^8.0.3",
"load-json-file": "^7.0.1",
"lodash": "^4.17.21"
Expand Down
Loading

0 comments on commit 8be15e2

Please sign in to comment.