Skip to content

Commit

Permalink
update packages and use c++17
Browse files Browse the repository at this point in the history
  • Loading branch information
TimelordUK committed Oct 1, 2022
1 parent 2390fad commit 9f68c16
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 66 deletions.
4 changes: 2 additions & 2 deletions binding.gyp
Expand Up @@ -114,7 +114,7 @@
'UNICODE'
],
'cflags_cc': [
'-std=c++1y'
'-std=c++17'
],
'include_dirs': [
'/usr/include/',
Expand All @@ -134,7 +134,7 @@
'UNICODE'
],
'cflags_cc': [
'-std=c++1y'
'-std=c++17'
],
'include_dirs': [
'/usr/local/opt/<(msodbcsql)/include/',
Expand Down
114 changes: 57 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -59,32 +59,32 @@
},
"dependencies": {
"nan": "^2.16.0",
"node-abi": "^3.24.0",
"node-abi": "^3.25.0",
"prebuild-install": "^7.1.1"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/chai-as-promised": "^7.1.5",
"@types/electron": "^1.4.38",
"@types/mocha": "^9.1.1",
"@types/mocha": "^10.0.0",
"@types/mochawesome": "^6.2.1",
"@types/node": "^18.7.18",
"@types/node": "^18.7.23",
"@types/sequelize": "^4.28.14",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"electron": "^20.1.4",
"electron": "^21.0.1",
"electron-rebuild": "^3.2.9",
"env-cmd": "^10.1.0",
"eslint": "^8.23.1",
"eslint": "^8.24.0",
"minimist": "^1.2.6",
"mocha": "^10.0.0",
"mochawesome": "^7.1.3",
"node-gyp": "^9.1.0",
"nyc": "^15.1.0",
"prebuild": "^11.0.4",
"sequelize": "^6.23.0",
"sequelize": "^6.23.2",
"standard": "^17.0.0",
"typescript": "^4.8.3"
"typescript": "^4.8.4"
},
"os": [
"win32",
Expand Down

0 comments on commit 9f68c16

Please sign in to comment.