cqm-models 3.1.1 → 3.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cqm-models",
3
- "version": "3.1.0",
3
+ "version": "3.1.2",
4
4
  "description": "This library contains auto generated Mongo (Mongoose.js) models that correspond to the QDM (Quality Data Model) specification.",
5
5
  "main": "app/assets/javascripts/index.js",
6
6
  "browser": {
@@ -21,8 +21,8 @@
21
21
  },
22
22
  "devDependencies": {
23
23
  "browserify": "^16.1.0",
24
- "eslint": "^4.17.19",
25
- "eslint-config-airbnb-base": "^12.1.0",
24
+ "eslint": "^8.0.0",
25
+ "eslint-config-airbnb-base": "^15.0.0",
26
26
  "eslint-plugin-import": "^2.8.0",
27
27
  "istanbul": "^0.4.5",
28
28
  "jasmine": "^2.9.0"