Skip to content

Commit

Permalink
chore(deps): update most js deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Oct 12, 2022
1 parent e2fbcb2 commit fd8405d
Show file tree
Hide file tree
Showing 5 changed files with 1,392 additions and 996 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
architecture: 'x64'
- uses: actions/setup-node@v3
with:
node-version: '12'
node-version: '14'
check-latest: true

# Services
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
id "com.gorylenko.gradle-git-properties" version "2.4.1"
id 'signing'
id 'ru.vyarus.pom' version '2.2.1' apply false
id 'ru.vyarus.github-info' version '1.3.0' apply false
id 'ru.vyarus.github-info' version '1.4.0' apply false
}

idea {
Expand Down
2 changes: 1 addition & 1 deletion ui/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
".*\\.(js)$": "babel-jest"
},
transformIgnorePatterns: [
"/node_modules/(?!vue-material-design-icons|vue-axios)"
"/node_modules/(?!vue-material-design-icons|vue-axios|axios)"
],
modulePaths: [
"<rootDir>/src/"
Expand Down
Loading

0 comments on commit fd8405d

Please sign in to comment.