Skip to content
Snippets Groups Projects
Commit 01593478 authored by Griefed's avatar Griefed :joystick:
Browse files
parents 59be0764 37e1db53
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ jobs: ...@@ -46,7 +46,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Setup Node.js environment - name: Setup Node.js environment
uses: actions/setup-node@v2.4.1 uses: actions/setup-node@v2.5.0
with: with:
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0 # Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0
node-version: '>= 16.9.1' node-version: '>= 16.9.1'
...@@ -107,7 +107,7 @@ jobs: ...@@ -107,7 +107,7 @@ jobs:
# 2. ubuntu-latest # 2. ubuntu-latest
# 3. windows-latest # 3. windows-latest
- name: Setup Node.js environment - name: Setup Node.js environment
uses: actions/setup-node@v2.4.1 uses: actions/setup-node@v2.5.0
with: with:
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0 # Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0
node-version: '>= 16.9.1' node-version: '>= 16.9.1'
......
...@@ -86,7 +86,7 @@ dependencies { ...@@ -86,7 +86,7 @@ dependencies {
//embed 'org.springframework.boot:spring-boot-starter-data-jpa:2.6.1' //embed 'org.springframework.boot:spring-boot-starter-data-jpa:2.6.1'
//embed 'org.springframework.boot:spring-boot-starter-artemis:2.6.1' //embed 'org.springframework.boot:spring-boot-starter-artemis:2.6.1'
//embed 'org.apache.activemq:artemis-jms-server:2.19.0' //embed 'org.apache.activemq:artemis-jms-server:2.19.0'
embed 'org.apache.logging.log4j:log4j-web:2.16.0' embed 'org.apache.logging.log4j:log4j-web:2.17.0'
// Dev tools // Dev tools
developmentOnly 'org.springframework.boot:spring-boot-devtools:2.6.1' developmentOnly 'org.springframework.boot:spring-boot-devtools:2.6.1'
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
"@quasar/extras": "1.12.2", "@quasar/extras": "1.12.2",
"axios": "0.24.0", "axios": "0.24.0",
"quasar": "2.3.4", "quasar": "2.3.4",
"core-js": "3.19.3", "core-js": "3.20.0",
"tsparticles": "1.37.5" "tsparticles": "1.37.5"
}, },
"devDependencies": { "devDependencies": {
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
"electron": "16.0.5", "electron": "16.0.5",
"@quasar/app": "3.2.5", "@quasar/app": "3.2.5",
"electron-packager": "15.4.0", "electron-packager": "15.4.0",
"eslint": "8.4.1", "eslint": "8.5.0",
"eslint-config-prettier": "8.3.0", "eslint-config-prettier": "8.3.0",
"eslint-plugin-vue": "8.2.0", "eslint-plugin-vue": "8.2.0",
"eslint-webpack-plugin": "3.1.1" "eslint-webpack-plugin": "3.1.1"
......
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment