Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2024
1 parent 4ffe0bd commit 40dbae8
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 107 deletions.
166 changes: 80 additions & 86 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,31 +37,31 @@
},
"homepage": "https://github.com/p3k/rss-box#readme",
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"concurrently": "^8.2.1",
"core-js": "^3.31.1",
"domready": "^1.0.8",
"eslint": "^8.49.0",
"@babel/core": "7.22.11",
"@babel/preset-env": "7.22.10",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "25.0.4",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-node-resolve": "15.2.1",
"@rollup/plugin-replace": "5.0.2",
"@rollup/plugin-terser": "0.4.3",
"concurrently": "8.2.2",
"core-js": "3.32.1",
"domready": "1.0.8",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "^2.33.0",
"husky": "^9.0.6",
"lint-staged": "^15.0.0",
"eslint-plugin-svelte": "2.35.1",
"husky": "9.0.10",
"lint-staged": "15.2.1",
"prettier": "3.2.4",
"prettier-plugin-svelte": "3.1.2",
"rollup": "^3.26.3",
"rollup-plugin-svelte": "^7.1.0",
"serve": "^14.2.0",
"stylelint": "^15.11.0",
"rollup": "3.28.1",
"rollup-plugin-svelte": "7.1.6",
"serve": "14.2.1",
"stylelint": "15.11.0",
"stylelint-config-html": "1.1.0",
"stylelint-config-standard": "^34.0.0",
"svelte": "^4.0.5"
"stylelint-config-standard": "34.0.0",
"svelte": "4.2.0"
},
"lint-staged": {
"*.{css,html,js,md,svelte}": "npm run delint"
Expand Down

0 comments on commit 40dbae8

Please sign in to comment.