Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirasawaSama committed Aug 4, 2020
1 parent 4f0aac0 commit a4bd51b
Show file tree
Hide file tree
Showing 3 changed files with 303 additions and 168 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
run: yarn build

- name: Deploy
uses: crazy-max/ghaction-github-pages@v1
uses: crazy-max/ghaction-github-pages@v2
with:
build_dir: dist
fqdn: user.github.neko-craft.com
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"license": "MIT",
"dependencies": {
"@ant-design/icons": "^4.2.1",
"@babel/core": "^7.10.4",
"@babel/core": "^7.11.0",
"@types/moment": "^2.13.0",
"@types/node": "14.0.19",
"@types/react": "16.9.41",
"@types/node": "14.0.27",
"@types/react": "16.9.44",
"@types/react-dom": "16.9.8",
"@types/react-router-dom": "^5.1.5",
"@types/socket.io-client": "^1.4.33",
"antd": "^4.4.1",
"antd": "^4.5.2",
"babel-plugin-import": "^1.13.0",
"marked": "^1.1.0",
"marked": "^1.1.1",
"moment": "^2.27.0",
"parcel": "^1.12.4",
"react": "^16.13.1",
Expand All @@ -24,7 +24,7 @@
"socket.io-client": "^2.3.0",
"source-map-explorer": "^2.4.2",
"timeago-react": "^3.0.0",
"typescript": "3.9.6"
"typescript": "3.9.7"
},
"scripts": {
"start": "parcel index.html --https",
Expand Down Expand Up @@ -53,16 +53,16 @@
"staticPath": "public"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"eslint": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"eslint": "^7.6.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-standard": "^4.0.1",
"husky": "^4.2.5"
}
Expand Down
Loading

0 comments on commit a4bd51b

Please sign in to comment.