Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerpadilla committed Jun 27, 2023
1 parent 9bdca05 commit 88a8f7c
Show file tree
Hide file tree
Showing 9 changed files with 222 additions and 229 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
]
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@types/jest": "^29.5.2",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"concurrently": "^8.1.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"concurrently": "^8.2.0",
"coveralls": "^3.1.1",
"eslint": "^8.41.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -47,7 +47,7 @@
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 150
"printWidth": 120
},
"author": "Roger Padilla",
"packageManager": "yarn@3.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/nukak-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"clean": "rimraf dist"
},
"devDependencies": {
"bunchee": "^3.2.0",
"bunchee": "^3.5.0",
"copyfiles": "^2.4.1",
"nukak": "^0.2.24",
"rimraf": "^5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/nukak-maria/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
},
"devDependencies": {
"@types/mysql": "^2.15.21",
"@types/node": "^20.2.5",
"@types/node": "^20.3.2",
"copyfiles": "^2.4.1",
"mariadb": "^3.1.2",
"mariadb": "^3.2.0",
"rimraf": "^5.0.1",
"typescript": "^5.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/nukak-mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@types/mongodb": "^4.0.6",
"@types/node": "^20.2.5",
"@types/node": "^20.3.2",
"copyfiles": "^2.4.1",
"mongodb": "^5.6.0",
"rimraf": "^5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/nukak-mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
},
"devDependencies": {
"@types/mysql": "^2.15.21",
"@types/node": "^20.2.5",
"@types/node": "^20.3.2",
"copyfiles": "^2.4.1",
"mysql2": "^3.3.3",
"mysql2": "^3.4.2",
"rimraf": "^5.0.1",
"typescript": "^5.1.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/nukak-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"node-pg-format": "^1.3.5"
},
"devDependencies": {
"@types/node": "^20.2.5",
"@types/pg": "^8.10.1",
"@types/node": "^20.3.2",
"@types/pg": "^8.10.2",
"copyfiles": "^2.4.1",
"pg": "^8.11.0",
"pg": "^8.11.1",
"rimraf": "^5.0.1",
"typescript": "^5.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/nukak-sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"sqlstring-sqlite": "^0.1.1"
},
"devDependencies": {
"@types/node": "^20.2.5",
"@types/node": "^20.3.2",
"@types/sqlite3": "^3.1.8",
"copyfiles": "^2.4.1",
"rimraf": "^5.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/nukak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
},
"dependencies": {
"reflect-metadata": "^0.1.13",
"tslib": "^2.5.2"
"tslib": "^2.6.0"
},
"devDependencies": {
"@types/node": "^20.2.5",
"@types/node": "^20.3.2",
"@types/sqlstring": "^2.3.0",
"@types/uuid": "^9.0.1",
"@types/uuid": "^9.0.2",
"copyfiles": "^2.4.1",
"rimraf": "^5.0.1",
"typescript": "^5.1.3",
Expand Down
Loading

0 comments on commit 88a8f7c

Please sign in to comment.