Skip to content

Commit

Permalink
feat (Template): remove dependencies, set version 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikbuschke committed Sep 4, 2021
1 parent 05c9518 commit 2cbc1c4
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 79 deletions.
133 changes: 69 additions & 64 deletions templates/content/TemplateName/app/web/package-lock.json

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

17 changes: 2 additions & 15 deletions templates/content/TemplateName/app/web/package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,12 @@
{
"name": "TemplateName-client",
"version": "0.22.0",
"version": "0.23.0",
"private": true,
"dependencies": {
"react": "17.0.2",
"react-dom": "17.0.2",
"formik-antd": "2.1.0-beta.4",
"antd": "4.16.9",
"formik": "2.2.9",
"styled-components": "5.3.0",
"dayjs": "1.10.5",
"less": "3.11.1",
"react-router-dom": "6.0.0-alpha.4",
"react-router": "6.0.0-alpha.4",
"history": "5.0.0-beta.5",
"react-scripts": "4.0.3",
"glow-react": "0.22.1",
"react-query": "3.4.0",
"@ant-design/icons": "4.6.2",
"mitt": "1.2.0",
"react-use": "17.1.0"
"glow-react": "0.23.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 2cbc1c4

Please sign in to comment.