Skip to content

Commit b7f1906

Browse files
committed
automatic project update
1 parent 021ce87 commit b7f1906

File tree

69 files changed

+44633
-18829
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+44633
-18829
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ insert_final_newline = true
1616
indent_style = space
1717
indent_size = 4
1818

19-
[*.{ts,tsx,js,jsx,json,css,scss,yml,html}]
19+
[*.{ts,tsx,js,jsx,json,css,scss,yml,html,vue}]
2020
indent_size = 2
2121

2222
[*.md]

.eslintrc.json

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"plugin:@typescript-eslint/recommended",
99
"plugin:@typescript-eslint/recommended-requiring-type-checking",
1010
"prettier",
11-
"prettier/@typescript-eslint",
1211
"eslint-config-prettier"
1312
],
1413
"parserOptions": {

.gitignore

+6-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,12 @@ out/
6969
######################
7070
# Visual Studio Code
7171
######################
72-
.vscode/
72+
.vscode/*
73+
!.vscode/settings.json
74+
!.vscode/tasks.json
75+
!.vscode/launch.json
76+
!.vscode/extensions.json
77+
*.code-workspace
7378

7479
######################
7580
# Maven

.yo-rc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"testFrameworks": ["gatling", "protractor"],
1919
"languages": ["en"],
2020
"serverPort": 8080,
21-
"jhipsterVersion": "7.0.0-beta.1",
21+
"jhipsterVersion": "7.0.0",
2222
"enableSocialSignIn": false,
2323
"useSass": true,
2424
"jhiPrefix": "jhi",

README.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# jhipsterSampleApplicationReact
22

3-
This application was generated using JHipster 7.0.0-beta.1, you can find documentation and help at [https://www.jhipster.tech/documentation-archive/v7.0.0-beta.1](https://www.jhipster.tech/documentation-archive/v7.0.0-beta.1).
3+
This application was generated using JHipster 7.0.0, you can find documentation and help at [https://www.jhipster.tech/documentation-archive/v7.0.0](https://www.jhipster.tech/documentation-archive/v7.0.0).
44

55
## Development
66

@@ -187,17 +187,16 @@ For more information refer to [Using Docker and Docker-Compose][], this page als
187187
To configure CI for your project, run the ci-cd sub-generator (`jhipster ci-cd`), this will let you generate configuration files for a number of Continuous Integration systems. Consult the [Setting up Continuous Integration][] page for more information.
188188

189189
[jhipster homepage and latest documentation]: https://www.jhipster.tech
190-
[jhipster 7.0.0-beta.1 archive]: https://www.jhipster.tech/documentation-archive/v7.0.0-beta.1
191-
[using jhipster in development]: https://www.jhipster.tech/documentation-archive/v7.0.0-beta.1/development/
192-
[using docker and docker-compose]: https://www.jhipster.tech/documentation-archive/v7.0.0-beta.1/docker-compose
193-
[using jhipster in production]: https://www.jhipster.tech/documentation-archive/v7.0.0-beta.1/production/
194-
[running tests page]: https://www.jhipster.tech/documentation-archive/v7.0.0-beta.1/running-tests/
195-
[code quality page]: https://www.jhipster.tech/documentation-archive/v7.0.0-beta.1/code-quality/
196-
[setting up continuous integration]: https://www.jhipster.tech/documentation-archive/v7.0.0-beta.1/setting-up-ci/
190+
[jhipster 7.0.0 archive]: https://www.jhipster.tech/documentation-archive/v7.0.0
191+
[using jhipster in development]: https://www.jhipster.tech/documentation-archive/v7.0.0/development/
192+
[using docker and docker-compose]: https://www.jhipster.tech/documentation-archive/v7.0.0/docker-compose
193+
[using jhipster in production]: https://www.jhipster.tech/documentation-archive/v7.0.0/production/
194+
[running tests page]: https://www.jhipster.tech/documentation-archive/v7.0.0/running-tests/
195+
[code quality page]: https://www.jhipster.tech/documentation-archive/v7.0.0/code-quality/
196+
[setting up continuous integration]: https://www.jhipster.tech/documentation-archive/v7.0.0/setting-up-ci/
197197
[gatling]: https://gatling.io/
198198
[node.js]: https://nodejs.org/
199199
[webpack]: https://webpack.github.io/
200-
[angular cli]: https://cli.angular.io/
201200
[browsersync]: https://www.browsersync.io/
202201
[jest]: https://facebook.github.io/jest/
203202
[jasmine]: https://jasmine.github.io/2.0/introduction.html

0 commit comments

Comments
 (0)