Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Dec 11, 2023
1 parent 3392e00 commit e8abdcb
Show file tree
Hide file tree
Showing 6 changed files with 129 additions and 129 deletions.
93 changes: 47 additions & 46 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -59,7 +59,7 @@
"u": "npm run update-version"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/core": "^7.23.6",
"@babel/plugin-transform-arrow-functions": "^7.23.3",
"@babel/plugin-transform-block-scoped-functions": "^7.23.3",
"@babel/plugin-transform-block-scoping": "^7.23.4",
Expand All @@ -69,7 +69,7 @@
"@babel/plugin-transform-computed-properties": "^7.23.3",
"@babel/plugin-transform-destructuring": "^7.23.3",
"@babel/plugin-transform-exponentiation-operator": "^7.23.3",
"@babel/plugin-transform-for-of": "^7.23.3",
"@babel/plugin-transform-for-of": "^7.23.6",
"@babel/plugin-transform-literals": "^7.23.3",
"@babel/plugin-transform-logical-assignment-operators": "^7.23.4",
"@babel/plugin-transform-member-expression-literals": "^7.23.3",
Expand Down
74 changes: 37 additions & 37 deletions scripts/bundle-tests/package-lock.json

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

11 changes: 5 additions & 6 deletions tests/eslint/package-lock.json

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

2 changes: 1 addition & 1 deletion tests/eslint/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "tests/eslint",
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.1.0",
"@stylistic/eslint-plugin-js": "^1.5.0",
"@stylistic/eslint-plugin-js": "^1.5.1",
"confusing-browser-globals": "^1.0.11",
"eslint": "^8.55.0",
"eslint-plugin-array-func": "^4.0.0",
Expand Down

0 comments on commit e8abdcb

Please sign in to comment.