Skip to content

Commit

Permalink
[misc] bump dependencies and version 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Aug 19, 2022
1 parent 029699f commit b3a5f7f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mariadb",
"version": "3.0.1",
"version": "3.0.2",
"description": "fast mariadb or mysql connector.",
"main": "promise.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -47,31 +47,31 @@
"license": "LGPL-2.1-or-later",
"dependencies": {
"@alloc/quick-lru": "^5.2.0",
"@types/geojson": "^7946.0.8",
"@types/node": "^17.0.10",
"denque": "^2.0.1",
"@types/geojson": "^7946.0.10",
"@types/node": "^17.0.45",
"denque": "^2.1.0",
"iconv-lite": "^0.6.3",
"moment-timezone": "^0.5.34"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"benchmark": "^2.1.4",
"chai": "^4.3.4",
"chalk": "^4.1.2",
"codecov": "^3.8.2",
"dom-parser": "^0.1.6",
"error-stack-parser": "^2.0.6",
"eslint": "^8.7.0",
"error-stack-parser": "^2.1.4",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-prettier": "^4.2.1",
"mocha": "^9.2.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0",
"prettier": "^2.5.1",
"typescript": "^4.5.5",
"winston": "^3.4.0"
"prettier": "^2.7.1",
"typescript": "^4.7.4",
"winston": "^3.8.1"
},
"bugs": {
"url": "https://jira.mariadb.org/projects/CONJS/"
Expand Down

0 comments on commit b3a5f7f

Please sign in to comment.