Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hecht-a committed May 2, 2024
1 parent 7f0b84c commit 75a1e1e
Show file tree
Hide file tree
Showing 2 changed files with 1,333 additions and 624 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
"lint": "eslint --ext .ts,.js ."
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.4.0",
"@rollup/plugin-typescript": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-json": "^2.1.2",
"rollup": "^2.79.0",
"rollup": "^2.79.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.4.0",
"typescript": "^4.8.2",
"vite": "^3.1.0"
"tslib": "^2.6.2",
"typescript": "^4.9.5",
"vite": "^3.2.10"
}
}
Loading

0 comments on commit 75a1e1e

Please sign in to comment.