Skip to content

Commit

Permalink
npm dependencies shared with smk given absolute versions (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpnelson authored Jan 21, 2022
1 parent 976f0a1 commit 92855a7
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 25 deletions.
141 changes: 121 additions & 20 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"express": "^4.17.1",
"fgdb": "^1.0.0",
"figlet": "^1.5.0",
"glob": "^7.1.2",
"glob": "7.1.2",
"inquirer": "^7.3.3",
"lodash": "^4.17.19",
"material-design-icons-iconfont": "^6.1.0",
"material-design-icons-iconfont": "6.1.1",
"minimist": "^1.2.5",
"multer": "^1.4.2",
"node-fetch": "^2.6.0",
Expand All @@ -43,9 +43,9 @@
},
"devDependencies": {
"connect-livereload": "^0.6.0",
"grunt": "^1.0.3",
"grunt": "1.4.1",
"grunt-contrib-connect": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"load-grunt-tasks": "~4.0.0"
"grunt-contrib-watch": "1.1.0",
"load-grunt-tasks": "4.0.0"
}
}

0 comments on commit 92855a7

Please sign in to comment.