Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
haishanh committed Jul 19, 2021
1 parent 0058e17 commit 036ea6f
Show file tree
Hide file tree
Showing 3 changed files with 437 additions and 422 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/[email protected]

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v2.2.0
with:
node-version: ${{ matrix.node-version }}

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Docker meta
id: docker_meta
uses: docker/metadata-action@v3.3.0
uses: docker/metadata-action@v3.4.1
with:
images: haishanh/yacd

Expand All @@ -111,7 +111,7 @@ jobs:
run: echo ${{ steps.buildx.outputs.platforms }}

- name: Login to Docker Hub
uses: docker/login-action@v1.9.0
uses: docker/login-action@v1.10.0
with:
username: ${{ github.actor }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
Expand Down
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@
"private": true,
"license": "MIT",
"dependencies": {
"@babel/runtime": "7.14.5",
"@fontsource/open-sans": "4.4.5",
"@fontsource/roboto-mono": "4.4.2",
"@babel/runtime": "7.14.6",
"@fontsource/open-sans": "4.5.0",
"@fontsource/roboto-mono": "4.5.0",
"@hsjs/react-cache": "0.0.0-alpha.aa94237",
"@reach/tooltip": "0.15.0",
"@reach/tooltip": "0.15.3",
"chart.js": "2.9.4",
"clsx": "^1.1.0",
"core-js": "3.14.0",
"core-js": "3.15.2",
"date-fns": "2.22.1",
"framer-motion": "4.1.17",
"history": "^5.0.0",
"i18next": "20.3.1",
"i18next-browser-languagedetector": "6.1.1",
"i18next": "20.3.3",
"i18next-browser-languagedetector": "6.1.2",
"i18next-http-backend": "1.2.6",
"immer": "9.0.3",
"immer": "9.0.5",
"invariant": "^2.2.4",
"lodash-es": "^4.17.21",
"memoize-one": "5.2.1",
Expand All @@ -46,10 +46,10 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-feather": "^2.0.9",
"react-i18next": "11.10.0",
"react-i18next": "11.11.3",
"react-icons": "^4.2.0",
"react-modal": "3.14.2",
"react-query": "3.17.0",
"react-modal": "3.14.3",
"react-query": "3.19.0",
"react-router": "6.0.0-beta.0",
"react-router-dom": "6.0.0-beta.0",
"react-switch": "^6.0.0",
Expand All @@ -69,38 +69,38 @@
},
"devDependencies": {
"@types/invariant": "^2.2.33",
"@types/jest": "26.0.23",
"@types/jest": "26.0.24",
"@types/lodash-es": "^4.17.4",
"@types/react": "17.0.11",
"@types/react-dom": "17.0.7",
"@types/react-modal": "^3.12.0",
"@types/react-tabs": "^2.3.2",
"@types/react-window": "1.8.3",
"@typescript-eslint/eslint-plugin": "4.26.1",
"@typescript-eslint/parser": "4.26.1",
"@vitejs/plugin-react-refresh": "1.3.3",
"autoprefixer": "10.2.6",
"@types/react": "17.0.14",
"@types/react-dom": "17.0.9",
"@types/react-modal": "3.12.1",
"@types/react-tabs": "2.3.3",
"@types/react-window": "1.8.4",
"@typescript-eslint/eslint-plugin": "4.28.3",
"@typescript-eslint/parser": "4.28.3",
"@vitejs/plugin-react-refresh": "1.3.5",
"autoprefixer": "10.3.1",
"cssnano": "5.0.6",
"eslint": "7.28.0",
"eslint": "7.31.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "5.7.2",
"eslint-plugin-flowtype": "5.8.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jest": "24.3.6",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-simple-import-sort": "^7.0.0",
"postcss": "8.3.2",
"postcss": "8.3.5",
"postcss-custom-media": "^8.0.0",
"postcss-import": "14.0.2",
"postcss-simple-vars": "^6.0.3",
"prettier": "2.3.1",
"prettier": "2.3.2",
"resize-observer-polyfill": "^1.5.1",
"sass": "1.34.1",
"typescript": "4.3.2",
"vite": "2.3.7",
"sass": "1.35.2",
"typescript": "4.3.5",
"vite": "2.4.2",
"vite-plugin-pwa": "0.8.1"
}
}
Loading

0 comments on commit 036ea6f

Please sign in to comment.