Skip to content

Commit

Permalink
Merge pull request #2 from fengerzh/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
fengerzh authored May 5, 2021
2 parents 0ebc385 + 3b54404 commit bbadc67
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 132 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
cypress: cypress-io/cypress@1
cypress: cypress-io/cypress@1.28.0
workflows:
build:
jobs:
Expand Down
78 changes: 39 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

78 changes: 39 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,45 +10,45 @@
"serve": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@ant-design/pro-form": "^1.22.1",
"@ant-design/pro-layout": "^6.17.1",
"@ant-design/pro-table": "^2.35.1",
"@fullhuman/postcss-purgecss": "^4.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-router-dom": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"@vitejs/plugin-react-refresh": "^1.3.3",
"antd": "^4.15.4",
"autoprefixer": "^10.2.5",
"axios": "^0.21.1",
"axios-mock-adapter": "^1.19.0",
"babel-eslint": "^10.1.0",
"cypress": "^7.2.0",
"dayjs": "^1.10.4",
"eslint": "^7.25.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^2.4.0",
"@ant-design/icons": "4.6.2",
"@ant-design/pro-form": "1.22.1",
"@ant-design/pro-layout": "6.17.1",
"@ant-design/pro-table": "2.35.1",
"@fullhuman/postcss-purgecss": "4.0.3",
"@types/react-dom": "17.0.3",
"@types/react-router-dom": "5.1.7",
"@typescript-eslint/eslint-plugin": "4.22.1",
"@typescript-eslint/parser": "4.22.1",
"@vitejs/plugin-react-refresh": "1.3.3",
"antd": "4.15.4",
"autoprefixer": "10.2.5",
"axios": "0.21.1",
"axios-mock-adapter": "1.19.0",
"babel-eslint": "10.1.0",
"cypress": "7.2.0",
"dayjs": "1.10.4",
"eslint": "7.25.0",
"eslint-config-airbnb": "18.2.1",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-typescript": "2.4.0",
"eslint-plugin-cypress": "2.11.3",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"less": "^4.1.1",
"mobx": "^6.3.0",
"mobx-react": "^7.1.0",
"moment": "^2.29.1",
"postcss": "^8.2.13",
"postcss-cli": "^8.3.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"tailwindcss": "^2.1.2",
"typescript": "^4.2.4",
"vite": "^2.2.3",
"vite-plugin-imp": "^2.0.7"
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.23.2",
"eslint-plugin-react-hooks": "4.2.0",
"less": "4.1.1",
"mobx": "6.3.0",
"mobx-react": "7.1.0",
"moment": "2.29.1",
"postcss": "8.2.13",
"postcss-cli": "8.3.1",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "5.2.0",
"tailwindcss": "2.1.2",
"typescript": "4.2.4",
"vite": "2.2.3",
"vite-plugin-imp": "2.0.7"
}
}
Loading

0 comments on commit bbadc67

Please sign in to comment.