Skip to content

Commit

Permalink
Merge pull request sass#22 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jgerigmeyer committed Feb 27, 2023
2 parents 1c99566 + 2193a69 commit 01d891f
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 243 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"devDependencies": {
"@11ty/eleventy": "^2.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"@babel/core": "^7.20.12",
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-inject": "^5.0.3",
Expand All @@ -52,11 +52,11 @@
"@types/jquery": "^3.5.16",
"@types/jqueryui": "^1.12.16",
"@types/node": "^16",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"date-fns": "^2.29.3",
"deep-equal": "^2.2.0",
"eslint": "^8.34.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -72,12 +72,12 @@
"netlify-plugin-11ty": "^1.3.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.4",
"rollup": "^3.17.2",
"rollup": "^3.17.3",
"sass": "^1.58.3",
"semver-parser": "^4.1.2",
"stylelint": "^15.2.0",
"stylelint-config-standard-scss": "^7.0.1",
"typedoc": "^0.23.25",
"typedoc": "^0.23.26",
"typescript": "^4.9.5",
"typogr": "^0.6.8"
},
Expand Down
Loading

0 comments on commit 01d891f

Please sign in to comment.