Skip to content

Commit

Permalink
bump deps (dialogs broken)
Browse files Browse the repository at this point in the history
Also, update package.json to match current version
  • Loading branch information
battis committed Aug 6, 2024
1 parent bbf488b commit 7c531d8
Show file tree
Hide file tree
Showing 6 changed files with 1,073 additions and 1,056 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groton/blackbaud-to-google-lists",
"version": "0.1.0",
"version": "0.1.1",
"author": {
"name": "Seth Battis",
"url": "https://github.com/groton-school"
Expand All @@ -24,12 +24,12 @@
"deploy:push": "clasp push --force"
},
"devDependencies": {
"@battis/eslint-config": "latest",
"@battis/prettier-config": "latest",
"@types/google-apps-script-oauth2": "^38.0.4"
"@types/google-apps-script-oauth2": "^38.0.4",
"npm-run-all": "^4.1.5"
},
"prettier": "@battis/prettier-config",
"eslintConfig": {
"extends": "@battis/gas-lighter/.eslint.json"
}
}
}
Loading

0 comments on commit 7c531d8

Please sign in to comment.