Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zbynek committed Jul 14, 2023
1 parent 6774572 commit d57ab9b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 617 deletions.
2 changes: 0 additions & 2 deletions plugins/plugin-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
"jest-environment-jsdom": "29.5.0",
"postcss-calc": "9.0.1",
"postcss-css-variables": "0.19.0",
"postcss-extend": "1.0.5",
"postcss-import": "15.1.0",
"postcss-merge-rules": "6.0.1",
"postcss-nesting": "11.2.2",
Expand Down Expand Up @@ -129,7 +128,6 @@
"gatsby-plugin-algolia": "1.0.3",
"gatsby-plugin-matomo": "0.15.2",
"gatsby-plugin-nprogress": "5.10.0",
"gatsby-source-custom-api": "2.3.6",
"gatsby-source-filesystem": "5.10.0",
"identity-obj-proxy": "3.0.0",
"jest": "29.5.0",
Expand Down
1 change: 0 additions & 1 deletion plugins/plugin-site/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = () => ({
plugins: [
require('postcss-import')({}), // Add support for sass-like '@import'
require('postcss-extend')(), // Add support for sass-like '@extend'
require('postcss-url')(),
require('postcss-css-variables')(),
require('postcss-calc')(),
Expand Down
Loading

0 comments on commit d57ab9b

Please sign in to comment.