Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Heilemann committed Feb 12, 2020
1 parent 3532901 commit ba94a68
Show file tree
Hide file tree
Showing 2 changed files with 278 additions and 335 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
"repository": "git@github.com:muuvmuuv/portfolio.git",
"license": "UNLICENSED",
"scripts": {
"start": "npm run dev",
"dev": "gatsby develop",
"prod": "gatsby build",
"start": "pnpm run develop",
"develop": "gatsby develop",
"build": "gatsby build",
"rebuild": "run-s clean build",
"clean": "gatsby clean",
"build": "run-s clean prod",
"serve": "now dev --listen 59235",
"−−−−−−−−−−−−−−−−–−− AUDITS/ANALYTICS −−−−−−−−−−−−−−−−–": "",
"audit": "cross-env SITE_URL=\"https://marvin.lcl\" AUDIT=true run-s prod audit-server lighthouse audit-open",
"audit": "cross-env SITE_URL=\"https://marvin.lcl\" AUDIT=true run-s build audit-server lighthouse audit-open",
"audit-server": "make restart",
"audit-open": "run-p audit-open:*",
"audit-open:mobile": "node ./scripts/open-report.js lhr.mobile.html",
"audit-open:desktop": "node ./scripts/open-report.js lhr.desktop.html",
"audit-open:treemap": "node ./scripts/open-report.js treemap.html",
"lighthouse": "node ./tests/lighthouse/index.js",
"−−−−−−−−−−−−−−−−–−---− LINT/TEST −−−−−−−−−−−−−−−−−−−−–": "",
"pretest": "npm run build && make restart",
"pretest": "pnpm run build && make restart",
"test": "run-s test:*",
"test:gatsby": "echo \"Write tests! -> https://gatsby.app/unit-testing\"",
"test:sitespeed": "echo \"Test sitespeed with sitespeed.io\"",
Expand All @@ -44,17 +44,17 @@
"cssnano": "^4.1.10",
"dayjs": "^1.8.20",
"dot-prop": "^5.2.0",
"gatsby": "^2.19.12",
"gatsby": "^2.19.16",
"gatsby-image": "^2.2.40",
"gatsby-plugin-breadcrumb": "^7.0.0",
"gatsby-plugin-canonical-urls": "^2.1.20",
"gatsby-plugin-catch-links": "^2.1.25",
"gatsby-plugin-humans-txt": "^1.1.4",
"gatsby-plugin-layout": "^1.1.22",
"gatsby-plugin-manifest": "^2.2.41",
"gatsby-plugin-mdx": "^1.0.70",
"gatsby-plugin-mdx": "^1.0.71",
"gatsby-plugin-offline": "^3.0.34",
"gatsby-plugin-pnpm": "^1.1.0",
"gatsby-plugin-pnpm": "^1.1.1",
"gatsby-plugin-postcss": "^2.1.20",
"gatsby-plugin-preact": "^3.1.26",
"gatsby-plugin-react-axe": "^0.3.0",
Expand All @@ -79,7 +79,7 @@
"lodash": "^4.17.15",
"moment": "^2.24.0",
"node-sass": "^4.13.1",
"normalize-url": "^4.5.0",
"normalize-url": "^5.0.0",
"preact": "^10.3.1",
"prism-react-renderer": "^1.0.2",
"prop-types": "^15.7.2",
Expand All @@ -100,7 +100,7 @@
"babel-eslint": "^10.0.3",
"chrome-launcher": "^0.12.0",
"cross-env": "^7.0.0",
"env-cmd": "^10.0.1",
"env-cmd": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
Expand All @@ -114,10 +114,10 @@
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"release-it": "^12.4.3",
"semver": "^7.1.2",
"semver": "^7.1.3",
"stylelint": "^13.1.0",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-property-sort-order-smacss": "^5.3.0",
"stylelint-config-property-sort-order-smacss": "^6.0.0",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-prettier": "^1.1.2",
"stylelint-scss": "^3.14.2",
Expand All @@ -127,4 +127,4 @@
"node": ">=12",
"pnpm": ">=4"
}
}
}
Loading

0 comments on commit ba94a68

Please sign in to comment.