Skip to content

Commit

Permalink
Bump deps in website and static-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Mar 31, 2022
1 parent 218ed21 commit 42b6a50
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions packages/diffhtml-static-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
"author": "Tim Branyen (@tbranyen)",
"license": "MIT",
"dependencies": {
"chokidar": "^3.5.0",
"chokidar": "^3.5.3",
"cli-spinner": "^0.2.10",
"diffhtml": "^1.0.0-beta.25",
"engine.io": "^4.0.6",
"express": "^4.17.1",
"marked": "^0.7.0"
"engine.io": "^6.1.3",
"express": "^4.17.3",
"marked": "^4.0.12"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@babel/core": "^7.17.8",
"@babel/plugin-transform-modules-commonjs": "^7.17.7",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"engine.io-client": "^4.0.6",
"watchify": "^3.11.1"
"engine.io-client": "^6.1.1",
"watchify": "^4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/diffhtml-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"author": "Tim Branyen (@tbranyen)",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@fortawesome/fontawesome-free": "^6.1.1",
"chokidar": "^3.5.3",
"cli-spinner": "^0.2.10",
"combyne": "^2.0.0",
"diffhtml": "^1.0.0-beta.25",
"diffhtml-components": "^1.0.0-beta.25",
"diffhtml-middleware-linter": "^1.0.0-beta.25",
"diffhtml-static-sync": "^1.0.0-beta.25",
"express": "^4.17.2",
"express": "^4.17.3",
"marked": "^4.0.12",
"ncp": "^2.0.0",
"serve-favicon": "^2.5.0"
Expand Down

0 comments on commit 42b6a50

Please sign in to comment.