Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit d748abc

Browse files
chore(deps): bump rxjs from 6.2.2 to 7.5.1
Bumps [rxjs](https://github.com/reactivex/rxjs) from 6.2.2 to 7.5.1. - [Release notes](https://github.com/reactivex/rxjs/releases) - [Changelog](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md) - [Commits](ReactiveX/rxjs@6.2.2...7.5.1) --- updated-dependencies: - dependency-name: rxjs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ee69f6 commit d748abc

File tree

2 files changed

+53
-17
lines changed

2 files changed

+53
-17
lines changed

package-lock.json

Lines changed: 48 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"local": "cross-env NODE_ENV=local node server",
99
"nextdev": "cross-env NODE_ENV=dev next dev",
1010
"nextstart": "next-boost",
11-
"nextstart2": "cross-env NODE_ENV=production next start",
11+
"nextstart2": "cross-env NODE_ENV=production next start -p 3000",
1212
"ci": "cross-env NODE_ENV=ci node server",
1313
"server": "npm run clean && node server.js",
1414
"build": "next build",
@@ -20,7 +20,8 @@
2020
"serve": "cross-env NODE_ENV=production next start -p ${SERVE_PORT}",
2121
"serve.dev": "cross-env NODE_ENV=dev SERVE_PORT=${SERVE_PORT} node server",
2222
"serve.prod.old": "cross-env NODE_ENV=production SERVE_PORT=${SERVE_PORT} node server",
23-
"serve.prod": "cross-env NODE_ENV=production next-boost -p ${SERVE_PORT}",
23+
"serve.prod.boost": "cross-env NODE_ENV=production next-boost -p ${SERVE_PORT}",
24+
"serve.prod": "cross-env NODE_ENV=production next start -p ${SERVE_PORT}",
2425
"dist": "next build && next export -o \"build\"",
2526
"start": "NODE_ENV=production node server.js",
2627
"clean": "shjs ./utils/scripts/clean.js",
@@ -101,6 +102,7 @@
101102
"react-calendar-heatmap": "1.8.1",
102103
"react-content-loader": "3.4.2",
103104
"react-copy-to-clipboard": "^5.0.3",
105+
"react-device-detect": "^2.1.2",
104106
"react-dom": "17.0.2",
105107
"react-highlight-words": "^0.16.0",
106108
"react-lazy-load-image-component": "1.5.0",
@@ -123,7 +125,7 @@
123125
"remarkable-mentions": "^0.1.0",
124126
"resize-observer-polyfill": "^1.5.1",
125127
"response-time": "^2.3.2",
126-
"rxjs": "6.2.2",
128+
"rxjs": "7.5.1",
127129
"sanitize-html": "^2.5.2",
128130
"scroll-into-view-if-needed": "1.5.0",
129131
"sentry-testkit": "^2.1.0",

0 commit comments

Comments
 (0)