Skip to content

Commit

Permalink
chore: bump glob's version
Browse files Browse the repository at this point in the history
BREAKING CHANGES: Requires Node.js version >=16.0.0 or >= 14.17
  • Loading branch information
younggglcy committed Mar 17, 2024
1 parent 2a19079 commit 641b68f
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 49 deletions.
5 changes: 2 additions & 3 deletions packages/commonjs/package.json
Expand Up @@ -21,7 +21,7 @@
"default": "./dist/cjs/index.js"
},
"engines": {
"node": ">=14.0.0"
"node": ">=16.0.0 || 14 >= 14.17"
},
"scripts": {
"build": "rollup -c",
Expand Down Expand Up @@ -65,7 +65,7 @@
"@rollup/pluginutils": "^5.0.1",
"commondir": "^1.0.1",
"estree-walker": "^2.0.2",
"glob": "^8.0.3",
"glob": "^10.3.10",
"is-reference": "1.2.1",
"magic-string": "^0.30.3"
},
Expand All @@ -75,7 +75,6 @@
"locate-character": "^2.0.5",
"require-relative": "^0.8.7",
"rollup": "^4.0.0-24",
"shx": "^0.3.4",
"source-map": "^0.7.4",
"source-map-support": "^0.5.21",
"typescript": "^4.8.3"
Expand Down
137 changes: 91 additions & 46 deletions pnpm-lock.yaml

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

0 comments on commit 641b68f

Please sign in to comment.