Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2024
1 parent ec6b0a1 commit 64456f8
Show file tree
Hide file tree
Showing 3 changed files with 856 additions and 980 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
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@
"@babel/preset-env": "7.20.2",
"@rollup/plugin-node-resolve": "15.0.1",
"autoprefixer": "10.4.13",
"cssnano": "5.1.14",
"eslint": "8.31.0",
"cssnano": "7.0.6",
"eslint": "9.10.0",
"npm-watch": "0.11.0",
"postcss": "8.4.21",
"prettier": "2.8.2",
"pretty-quick": "3.1.3",
"rollup": "3.9.1",
"prettier": "3.3.3",
"pretty-quick": "4.0.0",
"rollup": "4.21.2",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-sass": "1.12.17",
"rollup-plugin-terser": "7.0.2",
"sass": "1.57.1",
"stylelint": "14.16.1",
"stylelint-config-standard": "29.0.0",
"stylelint-order": "5.0.0"
"stylelint": "16.9.0",
"stylelint-config-standard": "36.0.1",
"stylelint-order": "6.0.4"
},
"watch": {
"build-js": "src/js/*.js",
Expand Down
Loading

0 comments on commit 64456f8

Please sign in to comment.