Skip to content

Commit

Permalink
Update dependencies in standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
nix6839 committed Apr 4, 2024
1 parent c448636 commit 07a683a
Show file tree
Hide file tree
Showing 2 changed files with 262 additions and 447 deletions.
22 changes: 11 additions & 11 deletions standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@
"test": "node --experimental-vm-modules ./test.mjs"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/pluginutils": "^4.2.1",
"@typescript-eslint/parser": "^6.4.0",
"@typescript-eslint/utils": "^6.4.0",
"eslint": "^8.36.0",
"magic-string": "^0.26.7",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/pluginutils": "^5.1.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/utils": "^6.21.0",
"eslint": "^8.57.0",
"magic-string": "^0.30.8",
"memoize-one": "^6.0.0",
"rollup": "^2.79.1",
"semver": "^7.3.8",
"typescript": "^5.1.6"
"semver": "^7.6.0",
"typescript": "~5.3.3"
},
"peerDependencies": {
"typescript": ">=4.0.0"
},
"dependencies": {
"@types/eslint": "^8.21.2"
"@types/eslint": "^8.56.7"
}
}
Loading

0 comments on commit 07a683a

Please sign in to comment.