Skip to content

Commit

Permalink
update esbuild version range
Browse files Browse the repository at this point in the history
  • Loading branch information
indooorsman committed Aug 17, 2022
1 parent ca59c7f commit 37db460
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esbuild-css-modules-plugin",
"version": "2.5.1",
"version": "2.5.2",
"description": "A esbuild plugin to bundle css modules into js(x)/ts(x).",
"main": "./index.js",
"types": "./index.d.ts",
Expand All @@ -22,10 +22,10 @@
},
"devDependencies": {
"@types/node": "^17.0.23",
"esbuild": "^0.14.38"
"esbuild": "^0.15.5"
},
"peerDependencies": {
"esbuild": "^0.14.38"
"esbuild": "^0.14.0 || ^0.15.0"
},
"dependencies": {
"@parcel/css": "^1.12.0",
Expand Down

0 comments on commit 37db460

Please sign in to comment.