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 Sep 21, 2021
1 parent 216a35f commit 5309ce9
Show file tree
Hide file tree
Showing 2 changed files with 287 additions and 333 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"main": "src/phoenix.ts",
"dependencies": {
"@types/phoenix": "github:mafredri/phoenix-typings#master",
"rxjs": "^7.1.0",
"typescript": "^4.3.5"
"rxjs": "^7.3.0",
"typescript": "^4.4.3"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"fork-ts-checker-webpack-plugin": "^6.2.12",
"prettier": "^2.3.2",
"ts-loader": "^9.2.3",
"clean-webpack-plugin": "^4.0.0",
"fork-ts-checker-webpack-plugin": "^6.3.3",
"prettier": "^2.4.1",
"ts-loader": "^9.2.6",
"tslint": "^6.1.3",
"webpack": "^5.42.0",
"webpack-cli": "^4.7.2",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"webpack-merge": "^5.8.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit 5309ce9

Please sign in to comment.