Skip to content

Commit

Permalink
chore(deps): update external major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 12, 2024
1 parent 8b5bbbc commit 175ed24
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests-on-fork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
if: github.repository_owner != 'adobe' # replace 'adobe' with repo owner
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '14'
- run: npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
if: github.repository_owner == 'adobe' # replace 'adobe' with repo owner
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '14'
- run: npm install
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@
"devDependencies": {
"@babel/core": "7.15.0",
"@babel/eslint-parser": "7.15.0",
"chai": "4.3.4",
"eslint": "7.32.0",
"eslint-config-airbnb-base": "14.2.1",
"chai": "5.1.1",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.24.2",
"fs-extra": "10.0.0",
"jsdom": "17.0.0",
"fs-extra": "11.2.0",
"jsdom": "24.1.0",
"karma": "6.3.3",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "3.1.0",
"karma-mocha": "2.0.1",
"karma-mocha-reporter": "2.2.5",
"mocha": "9.1.1",
"puppeteer": "10.2.0",
"mocha": "10.6.0",
"puppeteer": "22.13.0",
"shelljs": "0.8.4",
"stylelint": "14.2.0",
"stylelint": "16.6.1",
"stylelint-config-prettier": "9.0.3",
"stylelint-config-standard": "24.0.0"
"stylelint-config-standard": "36.0.1"
},
"dependencies": {
"gsap": "^3.9.1"
Expand Down

0 comments on commit 175ed24

Please sign in to comment.