Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

target=ES2020, dropping target=ES5 from dist #258

Merged
merged 2 commits into from
Feb 7, 2025
Merged

target=ES2020, dropping target=ES5 from dist #258

merged 2 commits into from
Feb 7, 2025

Conversation

gfx
Copy link
Member

@gfx gfx commented Feb 7, 2025

No description provided.

@gfx gfx changed the title target=2020 target=ES2020, dropping target=ES5 from dist Feb 7, 2025
diff --git a/package-lock.json b/package-lock.json
index ebcd463..40ff866 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,6 @@
       "version": "3.0.0-beta5",
       "license": "ISC",
       "devDependencies": {
-        "@bitjourney/check-es-version-webpack-plugin": "latest",
         "@eslint/compat": "latest",
         "@eslint/eslintrc": "latest",
         "@eslint/js": "latest",
@@ -49,22 +48,6 @@
         "node": ">= 18"
       }
     },
-    "node_modules/@bitjourney/check-es-version-webpack-plugin": {
-      "version": "1.0.3",
-      "resolved": "https://registry.npmjs.org/@bitjourney/check-es-version-webpack-plugin/-/check-es-version-webpack-plugin-1.0.3.tgz",
-      "integrity": "sha512-pgEu8N7AQEpw6Zse3rMW3tAtiUzbR7wSgbnhnV0/RbonuWBBaeXnQy+S8rtfnVCvTEpi19U5K8gtCPA5ojrD1w==",
-      "dev": true,
-      "license": "ISC",
-      "dependencies": {
-        "acorn": ">= 6"
-      },
-      "engines": {
-        "node": ">= 8"
-      },
-      "peerDependencies": {
-        "webpack": ">= 4"
-      }
-    },
     "node_modules/@colors/colors": {
       "version": "1.5.0",
       "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
diff --git a/package.json b/package.json
index 4e58a0e..82d5aa2 100644
--- a/package.json
+++ b/package.json
@@ -50,7 +50,6 @@
     "node": ">= 18"
   },
   "devDependencies": {
-    "@bitjourney/check-es-version-webpack-plugin": "latest",
     "@eslint/compat": "latest",
     "@eslint/eslintrc": "latest",
     "@eslint/js": "latest",
@gfx gfx merged commit 33ed0a3 into main Feb 7, 2025
10 checks passed
@gfx gfx deleted the gfx/target-2020 branch February 7, 2025 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant