customizr 3.0.1 → 3.0.2

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.
@@ -15,12 +15,12 @@ jobs:
15
15
  timeout-minutes: 30
16
16
  strategy:
17
17
  matrix:
18
- node-version: [16.x, 18.x, 20.x]
18
+ node-version: [18.x, 20.x, 22.x]
19
19
  steps:
20
20
  - name: Checkout code 🛎️
21
- uses: actions/checkout@v3
21
+ uses: actions/checkout@v4
22
22
  - name: Setup Node.js ${{ matrix.node-version }}
23
- uses: actions/setup-node@v3
23
+ uses: actions/setup-node@v4
24
24
  with:
25
25
  node-version: ${{ matrix.node-version }}
26
26
  - name: Install dependencies and run tests
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 The Modernizr team
3
+ Copyright (c) 2024 The Modernizr team
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.0.0",
2
+ "version": "3.0.1",
3
3
  "modernizr": "^3",
4
4
  "options": {
5
5
  "feature-detects": [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "customizr",
3
3
  "description": "Build out a lean, mean Modernizr machine.",
4
- "version": "3.0.1",
4
+ "version": "3.0.2",
5
5
  "main": "src",
6
6
  "bin": {
7
7
  "customizr": "bin/customizr"
@@ -24,25 +24,25 @@
24
24
  "colors": "^1.4.0",
25
25
  "cross-spawn": "^7.0.3",
26
26
  "fast-deep-equal": "^3.1.3",
27
- "glob": "^7.2.0",
27
+ "glob": "^11.0.0",
28
28
  "lodash": "^4.17.21",
29
- "mkdirp": "^1.0.4",
29
+ "mkdirp": "^3.0.1",
30
30
  "modernizr": "^3",
31
- "nopt": "^5.0.0",
31
+ "nopt": "^8.0.0",
32
32
  "promised-io": "^0.3.6",
33
33
  "yargs": "^17.7.2"
34
34
  },
35
35
  "devDependencies": {
36
- "chai": "^4.3.7",
37
- "fs-extra": "^11.1.1",
38
- "mocha": "^10.2.0",
36
+ "chai": "^4.5.0",
37
+ "fs-extra": "^11.2.0",
38
+ "mocha": "^10.8.2",
39
39
  "nexpect": "^0.6.0"
40
40
  },
41
41
  "optionalDependencies": {
42
- "fsevents": "^2.3.2"
42
+ "fsevents": "^2.3.3"
43
43
  },
44
44
  "engines": {
45
- "node": ">=16"
45
+ "node": ">=18"
46
46
  },
47
47
  "keywords": [
48
48
  "modernizr",