Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fortmarek committed Mar 21, 2021
2 parents cd7100a + 7e86bc5 commit 622b8d6
Show file tree
Hide file tree
Showing 2 changed files with 690 additions and 535 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -39,7 +39,7 @@
],
"dependencies": {
"@sentry/gatsby": "^6.1.0",
"@sentry/tracing": "^6.0.0",
"@sentry/tracing": "^6.2.2",
"bluebird": "^3.7.2",
"classnames": "^2.2.6",
"codecov": "^3.8.1",
Expand All @@ -57,7 +57,7 @@
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-sass": "^3.2.0",
"gatsby-plugin-sharp": "^2.14.1",
"gatsby-plugin-sitemap": "^2.11.0",
"gatsby-plugin-sitemap": "^2.12.0",
"gatsby-remark-autolink-headers": "^2.10.0",
"gatsby-remark-copy-linked-files": "^2.9.0",
"gatsby-remark-external-links": "0.0.4",
Expand All @@ -71,8 +71,8 @@
"gatsby-transformer-remark": "^2.15.0",
"gatsby-transformer-sharp": "^2.12.0",
"invariant": "^2.2.4",
"katex": "^0.12.0",
"lodash": "^4.17.20",
"katex": "^0.13.0",
"lodash": "^4.17.21",
"netlify-cms-app": "^2.14.14",
"node-sass": "^5.0.0",
"normalize-scss": "^7.0.1",
Expand All @@ -83,11 +83,11 @@
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@babel/core": "7.12.10",
"@babel/core": "7.13.10",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/plugin-proposal-optional-chaining": "7.13.8",
"@babel/plugin-transform-flow-strip-types": "^7.12.10",
"@babel/preset-env": "7.12.11",
"@babel/preset-env": "7.13.10",
"@babel/preset-react": "7.12.13",
"autoprefixer": "9.8.6",
"babel-core": "7.0.0-bridge.0",
Expand All @@ -99,11 +99,11 @@
"eslint": "7.20.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "24.1.3",
"eslint-plugin-jest": "24.2.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.22.0",
"eslint-watch": "7.0.0",
"flow-bin": "^0.144.0",
"flow-bin": "^0.146.0",
"flow-typed": "^3.2.1",
"gh-pages": "3.1.0",
"identity-obj-proxy": "3.0.0",
Expand All @@ -114,7 +114,7 @@
"react-test-renderer": "17.0.1",
"rimraf": "3.0.2",
"sass": "^1.32.5",
"stylelint": "13.9.0",
"stylelint": "13.12.0",
"stylelint-config-recommended-scss": "4.2.0",
"stylelint-scss": "3.18.0"
}
Expand Down

0 comments on commit 622b8d6

Please sign in to comment.