-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1987 from thematters/stage
Release: v3.22.0
- Loading branch information
Showing
129 changed files
with
3,553 additions
and
3,177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
|
||
- name: Cache Dependencies | ||
id: cache | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ~/.npm | ||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
|
||
- name: Cache Dependencies | ||
id: cache | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ~/.npm | ||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
|
||
- name: Cache Dependencies | ||
id: cache | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ~/.npm | ||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "matters-web", | ||
"version": "3.21.0", | ||
"version": "3.22.0", | ||
"description": "codebase of Matters' website", | ||
"sideEffects": false, | ||
"author": "Matters <[email protected]>", | ||
|
@@ -44,10 +44,10 @@ | |
"@reach/alert": "^0.10.5", | ||
"@reach/dialog": "^0.10.5", | ||
"@reach/visually-hidden": "^0.10.4", | ||
"@sentry/browser": "^6.2.1", | ||
"@sentry/browser": "^6.2.5", | ||
"@stripe/react-stripe-js": "^1.4.0", | ||
"@stripe/stripe-js": "^1.13.1", | ||
"@tippyjs/react": "^4.2.3", | ||
"@stripe/stripe-js": "^1.13.2", | ||
"@tippyjs/react": "^4.2.5", | ||
"apollo-cache-inmemory": "^1.6.6", | ||
"apollo-cache-persist": "^0.1.1", | ||
"apollo-client": "^2.6.10", | ||
|
@@ -58,9 +58,9 @@ | |
"apollo-link-ws": "^1.0.20", | ||
"apollo-utilities": "^1.3.4", | ||
"autosize": "^4.0.2", | ||
"classnames": "^2.2.6", | ||
"classnames": "^2.3.1", | ||
"date-fns": "^2.19.0", | ||
"embla-carousel": "^4.3.0", | ||
"embla-carousel": "^4.3.2", | ||
"express": "^4.17.1", | ||
"fastest-levenshtein": "^1.0.12", | ||
"fingerprintjs2": "^2.1.4", | ||
|
@@ -72,17 +72,17 @@ | |
"isomorphic-unfetch": "^3.1.0", | ||
"jump.js": "^1.0.2", | ||
"lodash": "^4.17.21", | ||
"next": "^10.0.7", | ||
"next": "^10.1.3", | ||
"next-with-apollo": "^5.1.1", | ||
"nprogress": "^0.2.0", | ||
"number-precision": "^1.5.0", | ||
"path-to-regexp": "^6.2.0", | ||
"pulltorefreshjs": "^0.1.22", | ||
"query-string": "^6.14.1", | ||
"react": "^17.0.1", | ||
"react-beautiful-dnd": "^13.0.0", | ||
"react": "^17.0.2", | ||
"react-beautiful-dnd": "^13.1.0", | ||
"react-copy-to-clipboard": "^5.0.3", | ||
"react-dom": "^17.0.1", | ||
"react-dom": "^17.0.2", | ||
"react-focus-lock": "^2.5.0", | ||
"react-remove-scroll": "^2.4.1", | ||
"react-spring": "^9.0.0-rc.3", | ||
|
@@ -95,29 +95,29 @@ | |
}, | ||
"devDependencies": { | ||
"@apollo/react-testing": "^3.1.3", | ||
"@babel/plugin-proposal-optional-chaining": "^7.13.8", | ||
"@storybook/addon-a11y": "^6.1.21", | ||
"@storybook/addon-actions": "^6.1.21", | ||
"@storybook/addon-essentials": "^6.1.21", | ||
"@storybook/addon-links": "^6.1.21", | ||
"@storybook/react": "^6.1.21", | ||
"@babel/plugin-proposal-optional-chaining": "^7.13.12", | ||
"@storybook/addon-a11y": "^6.2.3", | ||
"@storybook/addon-actions": "^6.2.3", | ||
"@storybook/addon-essentials": "^6.2.3", | ||
"@storybook/addon-links": "^6.2.3", | ||
"@storybook/react": "^6.2.3", | ||
"@svgr/webpack": "^5.5.0", | ||
"@testing-library/react": "^11.2.5", | ||
"@testing-library/react": "^11.2.6", | ||
"@types/autosize": "^3.0.7", | ||
"@types/classnames": "^2.2.11", | ||
"@types/express": "^4.17.9", | ||
"@types/fingerprintjs2": "^2.0.0", | ||
"@types/grecaptcha": "^3.0.1", | ||
"@types/helmet": "4.0.0", | ||
"@types/jest": "^26.0.20", | ||
"@types/jest": "^26.0.22", | ||
"@types/jump.js": "^1.0.3", | ||
"@types/lodash": "^4.14.168", | ||
"@types/nprogress": "0.2.0", | ||
"@types/pulltorefreshjs": "^0.1.4", | ||
"@types/react": "^17.0.2", | ||
"@types/react": "^17.0.3", | ||
"@types/react-beautiful-dnd": "^13.0.0", | ||
"@types/react-copy-to-clipboard": "^5.0.0", | ||
"@types/react-dom": "^17.0.1", | ||
"@types/react-dom": "^17.0.3", | ||
"@types/react-responsive": "^8.0.2", | ||
"@types/react-virtualized": "^9.21.11", | ||
"@types/segment-analytics": "0.0.33", | ||
|
@@ -130,12 +130,12 @@ | |
"babel-plugin-dynamic-import-node": "^2.3.3", | ||
"babel-polyfill": "^6.26.0", | ||
"chromedriver": "^89.0.0", | ||
"core-js": "^3.9.1", | ||
"core-js": "^3.10.0", | ||
"cucumber": "^6.0.5", | ||
"cucumber-pretty": "^6.0.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"file-loader": "^6.2.0", | ||
"geckodriver": "^1.22.1", | ||
"geckodriver": "^1.22.3", | ||
"husky": "^4.3.8", | ||
"identity-obj-proxy": "^3.0.0", | ||
"imagemin-mozjpeg": "^9.0.0", | ||
|
@@ -144,20 +144,20 @@ | |
"next-compose-plugins": "^2.2.1", | ||
"next-offline": "^5.0.3", | ||
"next-optimized-images": "^2.6.2", | ||
"nightwatch": "^1.5.1", | ||
"nightwatch": "^1.6.2", | ||
"nightwatch-api": "^3.0.2", | ||
"node-fetch": "^2.6.1", | ||
"postcss-calc": "^7.0.5", | ||
"postcss-color-function": "^4.1.0", | ||
"postcss-mixins": "^6.2.3", | ||
"postcss-preset-env": "^6.7.0", | ||
"prettier": "^2.2.1", | ||
"react-is": "^17.0.1", | ||
"react-is": "^17.0.2", | ||
"styled-jsx-plugin-postcss": "^3.0.2", | ||
"stylelint": "^13.11.0", | ||
"stylelint": "^13.12.0", | ||
"stylelint-config-prettier": "^8.0.2", | ||
"stylelint-config-recess-order": "^2.3.0", | ||
"stylelint-config-standard": "^20.0.0", | ||
"stylelint-config-standard": "^21.0.0", | ||
"stylelint-prettier": "^1.2.0", | ||
"ts-jest": "^26.5.3", | ||
"ts-node": "^9.1.1", | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,55 @@ | ||
{ | ||
"name": "Matters", | ||
"short_name": "Matters", | ||
"start_url": "/?utm_source=homescreen", | ||
"description": "一個自由、自主、永續的創作與公共討論空間", | ||
"theme_color": "#ffffff", | ||
"Scope": "/", | ||
"background_color": "#ffffff", | ||
"description": "Matters 致力搭建去中心化的寫作社群與內容生態。基於 IPFS 技術,令創作不受制於任何平台,獨立性得到保障;引入加密貨幣,以收入的形式回饋給作者;代碼開源,建立創作者自治社區。", | ||
"display": "standalone", | ||
"orientation": "portrait", | ||
"Scope": "/", | ||
"splash_pages": null, | ||
"gcm_sender_id": "103953800507", | ||
"icons": [ | ||
{ | ||
"src": "./icon-72x72.png", | ||
"sizes": "72x72", | ||
"src": "./icon-72x72.png", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "./icon-96x96.png", | ||
"sizes": "96x96", | ||
"src": "./icon-96x96.png", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "./icon-128x128.png", | ||
"sizes": "128x128", | ||
"src": "./icon-128x128.png", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "./icon-144x144.png", | ||
"sizes": "144x144", | ||
"src": "./icon-144x144.png", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "./icon-152x152.png", | ||
"sizes": "152x152", | ||
"src": "./icon-152x152.png", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "./icon-192x192.png", | ||
"sizes": "192x192", | ||
"src": "./icon-192x192.png", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "./icon-384x384.png", | ||
"sizes": "384x384", | ||
"src": "./icon-384x384.png", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "./icon-512x512.png", | ||
"sizes": "512x512", | ||
"src": "./icon-512x512.png", | ||
"type": "image/png" | ||
} | ||
], | ||
"gcm_sender_id": "103953800507" | ||
"name": "Matters", | ||
"orientation": "portrait", | ||
"short_name": "Matters", | ||
"splash_pages": null, | ||
"start_url": "/?utm_source=homescreen", | ||
"theme_color": "#ffffff" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.