Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
swiing committed May 12, 2023
1 parent 3596c36 commit 378b1c4
Show file tree
Hide file tree
Showing 2 changed files with 314 additions and 390 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,24 @@
"rollup": "^2.79.1||^3.0.0"
},
"dependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/pluginutils": "^4.2.0",
"acorn": "^8.7.1",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/pluginutils": "^4.2.1",
"acorn": "^8.8.2",
"acorn-import-assertions": "git+http://github.com/swiing/acorn-import-assertions.git",
"estree-walker": "^2.0.2"
"estree-walker": "^2.0.2",
"rollup": "^3.21.6"
},
"devDependencies": {
"@ava/babel": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"ava": "^3.15.0",
"del-cli": "^4.0.1",
"eslint-config-rollup": "^2.0.4",
"eslint-plugin-typescript-sort-keys": "^2.1.0",
"pnpm": "^6.32.3",
"prettier": "^2.6.2",
"eslint-plugin-typescript-sort-keys": "^2.3.0",
"pnpm": "^6.35.1",
"prettier": "^2.8.8",
"prettier-plugin-package": "^1.3.0",
"rollup-plugin-prettier": "^2.2.2",
"rollup-plugin-prettier": "^2.3.0",
"source-map-support": "^0.5.21"
},
"ava": {
Expand Down

0 comments on commit 378b1c4

Please sign in to comment.