Skip to content

Commit

Permalink
Upgrade dependencies to latest non-major versions
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed Nov 23, 2022
1 parent 3ffeb5b commit 070dbd9
Show file tree
Hide file tree
Showing 2 changed files with 647 additions and 557 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,37 +26,37 @@
},
"homepage": "https://github.com/caleb531/connect-four#readme",
"dependencies": {
"clipboard": "^2.0.4",
"clipboard": "^2.0.11",
"compression": "^1.7.4",
"ejs": "^3.1.8",
"esm": "^3.2.25",
"express": "^4.17.1",
"express": "^4.18.2",
"express-enforces-ssl": "^1.1.0",
"helmet": "^3.21.2",
"mithril": "^2.0.4",
"helmet": "^3.23.3",
"mithril": "^2.2.2",
"moment": "^2.29.4",
"socket.io": "^4.5.3",
"socket.io-client": "^4.4.1",
"socket.io": "^4.5.4",
"socket.io-client": "^4.5.4",
"sw-update-manager": "^1.0.0",
"tiny-emitter": "^1.1.0",
"underscore": "^1.9.1",
"uuid": "^3.3.2"
"tiny-emitter": "^1.2.0",
"underscore": "^1.13.6",
"uuid": "^3.4.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"autoprefixer": "^10.4.2",
"chai": "^4.2.0",
"chai-dom": "^1.8.1",
"eslint": "^8.10.0",
"gulp": "^4.0.0",
"gulp-noop": "^1.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-terser": "^1.2.0",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"autoprefixer": "^10.4.13",
"chai": "^4.3.7",
"chai-dom": "^1.11.0",
"eslint": "^8.28.0",
"gulp": "^4.0.2",
"gulp-noop": "^1.0.1",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-terser": "^1.4.1",
"istanbul": "^0.4.5",
"karma": "^6.3.16",
"karma": "^6.4.1",
"karma-chai-dom": "^1.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
Expand All @@ -67,10 +67,10 @@
"remap-istanbul": "^0.13.0",
"rollup": "^1.32.1",
"rollup-plugin-glob-import": "^0.4.5",
"rollup-plugin-terser": "^5.3.0",
"sass": "^1.35.2",
"sinon": "^7.3.2",
"sinon-chai": "^3.3.0",
"rollup-plugin-terser": "^5.3.1",
"sass": "^1.56.1",
"sinon": "^7.5.0",
"sinon-chai": "^3.7.0",
"typeface-ubuntu": "0.0.22",
"workbox-build": "^4.3.1"
}
Expand Down

0 comments on commit 070dbd9

Please sign in to comment.