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

Commit 793f576

Browse files
authored
chore(deps): upgrade react && mobx stack (#1068)
* chore(deps): upgrade react && mobx stack * chore(deps): upgrade styled-components stack
1 parent ae876ff commit 793f576

File tree

3 files changed

+514
-1867
lines changed

3 files changed

+514
-1867
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: (Frontend) setup node env
7878
uses: actions/setup-node@v2
7979
with:
80-
node-version: '12'
80+
node-version: '15.0.1'
8181
- name: (Frontend) Install Packages
8282
working-directory: ./frontend_server
8383
run: yarn

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -84,21 +84,21 @@
8484
"js-cookie": "^2.2.0",
8585
"mastani-codehighlight": "0.0.7",
8686
"mobile-device-detect": "^0.4.3",
87-
"mobx": "6.0.4",
88-
"mobx-react": "7.0.0",
89-
"mobx-react-lite": "3.0.1",
90-
"mobx-state-tree": "4.0.1-rc.1",
87+
"mobx": "6.3.0",
88+
"mobx-react": "7.1.0",
89+
"mobx-react-lite": "3.2.0",
90+
"mobx-state-tree": "5.0.1",
9191
"module-alias": "^2.0.1",
9292
"nanoid": "^3.1.12",
93-
"next": "10.0.0",
93+
"next": "^10.1.4-canary.16",
9494
"next-compose-plugins": "^2.2.0",
9595
"next-i18next": "4.4.1",
9696
"next-offline": "4.0.6",
9797
"next-seo": "4.4.0",
9898
"nextjs-progressbar": "^0.0.6",
9999
"overlayscrollbars": "1.13.1",
100100
"path-match": "^1.2.4",
101-
"polished": "4.0.5",
101+
"polished": "4.1.1",
102102
"promise-timeout": "^1.3.0",
103103
"prop-types": "^15.5.10",
104104
"pubsub-js": "^1.9.3",
@@ -133,7 +133,7 @@
133133
"sentry-testkit": "^2.1.0",
134134
"store": "^2.0.12",
135135
"stringz": "^2.0.0",
136-
"styled-components": "5.2.0",
136+
"styled-components": "5.2.3",
137137
"timeago-react": "3.0.2",
138138
"tinykeys": "^1.0.6"
139139
},

0 commit comments

Comments
 (0)