Skip to content

Commit

Permalink
feat: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwenjie committed Aug 19, 2022
1 parent db03053 commit 1dbfa77
Show file tree
Hide file tree
Showing 11 changed files with 1,412 additions and 1,242 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Release

on:
push:
tags:
- 'v*'

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: actions/setup-node@v3
with:
node-version: 16.x

- run: npx changelogithub
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
88 changes: 44 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,58 +24,58 @@
"release": "standard-version"
},
"dependencies": {
"axios": "^0.25.0",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"dayjs": "^1.10.7",
"i18next": "^21.6.11",
"dayjs": "^1.11.5",
"i18next": "^21.9.1",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.15.4",
"react-icons": "^4.3.1",
"react-router-dom": "^6.2.1",
"rooks": "^5.10.0",
"swr": "^1.2.1"
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.18.4",
"react-icons": "^4.4.0",
"react-router-dom": "^6.3.0",
"rooks": "^6.4.3",
"swr": "^1.3.0"
},
"devDependencies": {
"@testing-library/react": "^12.1.2",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.17",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@testing-library/react": "^13.3.0",
"@types/lodash": "^4.14.184",
"@types/node": "^18.7.6",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"@vitejs/plugin-react": "^1.2.0",
"autoprefixer": "^10.4.2",
"c8": "^7.11.0",
"eslint": "^8.9.0",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"@vitejs/plugin-react": "^2.0.1",
"@vitest/coverage-c8": "^0.22.1",
"autoprefixer": "^10.4.8",
"eslint": "^8.22.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-tailwindcss": "^3.4.4",
"husky": "^7.0.4",
"jsdom": "^19.0.0",
"lint-staged": "^12.3.3",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.6.0",
"husky": "^8.0.1",
"jsdom": "^20.0.0",
"lint-staged": "^13.0.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.6",
"prettier": "^2.5.1",
"rollup": "^2.0.0",
"rollup-plugin-visualizer": "^5.5.4",
"standard-version": "^9.3.2",
"stylelint": "^14.5.0",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"rollup": "^2.78.1",
"rollup-plugin-visualizer": "^5.7.1",
"standard-version": "^9.5.0",
"stylelint": "^14.10.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^25.0.0",
"stylelint-config-standard": "^27.0.0",
"stylelint-prettier": "^2.0.0",
"tailwindcss": "^3.0.22",
"typescript": "^4.5.5",
"vite": "^2.8.1",
"vite-plugin-svgr": "^1.0.1",
"vite-tsconfig-paths": "^3.4.0",
"vitest": "^0.3.4"
"tailwindcss": "^3.1.8",
"typescript": "^4.7.4",
"vite": "^3.0.8",
"vite-plugin-svgr": "^2.2.1",
"vite-tsconfig-paths": "^3.5.0",
"vitest": "^0.22.1"
}
}

0 comments on commit 1dbfa77

Please sign in to comment.