Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jryans committed Sep 9, 2021
1 parent 749e5cd commit a255dce
Show file tree
Hide file tree
Showing 2 changed files with 580 additions and 468 deletions.
16 changes: 8 additions & 8 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,26 @@
},
"dependencies": {
"@snowpack/web-test-runner-plugin": "^0.2.2",
"@web/test-runner": "^0.13.15",
"@web/test-runner": "^0.13.17",
"classnames": "^2.3.1",
"debug": "^4.3.2",
"http2-proxy": "^5.0.53",
"koa-proxies": "^0.12.1",
"mobx": "^6.3.2",
"mobx": "^6.3.3",
"mobx-react": "^7.2.0",
"mobx-state-tree": "^5.0.2",
"preact": "^10.5.14",
"snowpack": "^3.8.2",
"ts-node": "^10.1.0",
"snowpack": "^3.8.8",
"ts-node": "^10.2.1",
"typescript": "^4.4.2"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"eslint": "^7.30.0",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-matrix-org": "github:matrix-org/eslint-plugin-matrix-org#main",
"eslint-plugin-react": "^7.24.0"
"eslint-plugin-react": "^7.25.1"
}
}
Loading

0 comments on commit a255dce

Please sign in to comment.