Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 14, 2024
1 parent ff74c63 commit 1f3f88a
Show file tree
Hide file tree
Showing 3 changed files with 531 additions and 718 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: npm install
Expand All @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: npm install
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"@babel/preset-env": "7.20.2",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-terser": "0.3.0",
"eslint": "8.32.0",
"eslint": "9.4.0",
"npm-watch": "0.11.0",
"prettier": "2.8.3",
"pretty-quick": "3.1.3",
"rollup": "3.10.0",
"prettier": "3.3.2",
"pretty-quick": "4.0.0",
"rollup": "4.18.0",
"sass": "1.45.2",
"stylelint": "14.2.0",
"stylelint-config-standard": "24.0.0",
"stylelint": "16.6.1",
"stylelint-config-standard": "36.0.0",
"stylelint-order": "6.0.1",
"vanilla-framework": "4.0.0"
},
Expand Down
Loading

0 comments on commit 1f3f88a

Please sign in to comment.