Skip to content

Commit

Permalink
Merge pull request #43 from JoshNels/node-20
Browse files Browse the repository at this point in the history
chore(dep): update eslint-config-opensphere and better-sqlite3 for node 20
  • Loading branch information
cwerthomni authored Apr 4, 2024
2 parents ca5059a + bdb58df commit 802474f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
"extends": "opensphere"
"extends": "@ngageoint/opensphere"
};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"@commitlint/cli": "^14.1.0",
"@commitlint/config-conventional": "^14.1.0",
"@ngageoint/closure-webpack-plugin": "^3.0.0",
"@ngageoint/eslint-config-opensphere": "^7.1.1",
"@ngageoint/opensphere-coverage-loader": "^1.0.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.1",
Expand All @@ -94,7 +95,6 @@
"@semantic-release/release-notes-generator": "^10.0.2",
"angular-mocks": "~1.8.x",
"eslint": "^8.0.1",
"eslint-config-opensphere": "^6.0.2",
"husky": "^7.0.4",
"karma": "^6.3.8",
"karma-chrome-launcher": "^3.1.0",
Expand All @@ -115,7 +115,7 @@
},
"dependencies": {
"@ngageoint/geopackage": "4.2.5",
"better-sqlite3": "7.4.1",
"better-sqlite3": "9.4.3",
"nan": "2.14.0",
"opensphere": "0.0.0-development"
}
Expand Down

0 comments on commit 802474f

Please sign in to comment.