Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2023
1 parent e342555 commit ea25772
Show file tree
Hide file tree
Showing 4 changed files with 973 additions and 394 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout master
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 12.x
- name: Cache Dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
CI: true
steps:
- name: Checkout master
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 12.x
- name: Cache Dependencies
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@babel/preset-typescript": "7.10.4",
"@patternfly/react-core": "4.135.0",
"@patternfly/react-icons": "4.11.0",
"@testing-library/react": "10.4.9",
"@testing-library/react": "13.4.0",
"@types/classnames": "2.2.11",
"@types/enzyme": "3.10.8",
"@types/invariant": "2.2.34",
Expand All @@ -56,26 +56,26 @@
"babel-eslint": "10.1.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"eslint": "6.8.0",
"eslint-config-prettier": "6.15.0",
"eslint-config-vazco": "5.2.0",
"eslint": "8.32.0",
"eslint-config-prettier": "8.6.0",
"eslint-config-vazco": "7.1.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-typescript": "2.3.0",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-vazco": "1.0.0",
"jest": "25.5.4",
"prettier": "2.2.1",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"rimraf": "2.7.1",
"simpl-schema": "1.10.2",
"rimraf": "4.1.1",
"simpl-schema": "3.4.1",
"ts-jest": "25.5.1",
"ts-node": "8.10.2",
"typescript": "3.8.3",
"ts-node": "10.9.1",
"typescript": "4.9.4",
"uniforms-bridge-simple-schema-2": "^3.5.5"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit ea25772

Please sign in to comment.