grunt-html-snapshots 5.7.0 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,7 +12,7 @@ jobs:
12
12
 
13
13
  strategy:
14
14
  matrix:
15
- node-version: [14.x, 16.x, 18.x]
15
+ node-version: [16.x, 18.x, 20.x]
16
16
  # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
17
17
 
18
18
  steps:
package/LICENSE.md CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2013 - 2022 Alex Grant
1
+ Copyright (c) 2013 - 2023 Alex Grant
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person
4
4
  obtaining a copy of this software and associated documentation
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "grunt-html-snapshots",
3
3
  "description": "The grunt task for html-snapshots",
4
- "version": "5.7.0",
4
+ "version": "6.0.0",
5
5
  "homepage": "https://github.com/localnerve/grunt-html-snapshots",
6
6
  "author": {
7
7
  "name": "Alex Grant",
@@ -18,14 +18,14 @@
18
18
  "license": "MIT",
19
19
  "main": "Gruntfile.js",
20
20
  "engines": {
21
- "node": ">= 14"
21
+ "node": ">= 16"
22
22
  },
23
23
  "scripts": {
24
24
  "test": "grunt test",
25
25
  "lint": "eslint ."
26
26
  },
27
27
  "dependencies": {
28
- "html-snapshots": "^1.16.1"
28
+ "html-snapshots": "^2.0.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "eslint": "^8.40.0",