Skip to content

Commit

Permalink
package.json: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mafredri committed Jul 2, 2021
1 parent 32a5b6b commit 11cea0f
Show file tree
Hide file tree
Showing 2 changed files with 236 additions and 344 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"main": "src/phoenix.ts",
"dependencies": {
"@types/phoenix": "github:mafredri/phoenix-typings#master",
"rxjs": "^6.6.7",
"typescript": "^4.2.3"
"rxjs": "^7.1.0",
"typescript": "^4.3.5"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"fork-ts-checker-webpack-plugin": "^6.2.0",
"prettier": "^2.2.1",
"ts-loader": "^8.1.0",
"tslint": "^6.1.2",
"webpack": "^5.30.0",
"webpack-cli": "^4.6.0",
"webpack-merge": "^5.7.3"
"fork-ts-checker-webpack-plugin": "^6.2.12",
"prettier": "^2.3.2",
"ts-loader": "^9.2.3",
"tslint": "^6.1.3",
"webpack": "^5.42.0",
"webpack-cli": "^4.7.2",
"webpack-merge": "^5.8.0"
},
"scripts": {
"start": "yarn run watch",
Expand Down
Loading

0 comments on commit 11cea0f

Please sign in to comment.