Skip to content

Commit

Permalink
feat: add support for ES2024
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Aug 30, 2024
1 parent 0c1ec76 commit 7b3c548
Show file tree
Hide file tree
Showing 9 changed files with 942 additions and 902 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ All of the possible ECMAScript versions are:
- `es2021`,
- `es2022`,
- `es2023`
- `es2024`

<!-- SHADOW_SECTION_CONTRIBUTING_START -->

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,16 @@
"useragent-generator": "1.1.1-amkt-22079-finish.0"
},
"dependencies": {
"@mdn/browser-compat-data": "^5.3.7",
"@types/object-path": "^0.11.1",
"@types/semver": "^7.5.0",
"@types/ua-parser-js": "^0.7.36",
"browserslist": "^4.21.10",
"caniuse-lite": "^1.0.30001518",
"@mdn/browser-compat-data": "^5.5.49",
"@types/object-path": "^0.11.4",
"@types/semver": "^7.5.8",
"@types/ua-parser-js": "^0.7.39",
"browserslist": "^4.23.3",
"caniuse-lite": "^1.0.30001653",
"isbot": "^3.6.13",
"object-path": "^0.11.8",
"semver": "^7.5.4",
"ua-parser-js": "^1.0.35"
"semver": "^7.6.3",
"ua-parser-js": "^1.0.38"
},
"exports": {
"import": "./dist/esm/index.js",
Expand Down
Loading

0 comments on commit 7b3c548

Please sign in to comment.