Skip to content

Commit

Permalink
Merge pull request #242 from dnbexperience/develop
Browse files Browse the repository at this point in the history
release: small fixes and improvements
  • Loading branch information
tujoworker authored Aug 6, 2019
2 parents 466f932 + b5767db commit da88913
Show file tree
Hide file tree
Showing 19 changed files with 920 additions and 704 deletions.
4 changes: 2 additions & 2 deletions packages/dnb-design-system-portal/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {
{
resolve: 'gatsby-plugin-page-creator',
options: {
ignore: ['**/*.md', '**/Examples.js'],
ignore: ['**/*.md', '**/Examples.js', '**/*_not_in_use*'],
path: `${__dirname}/src/docs`, // for .js files
name: 'docs'
}
Expand All @@ -51,7 +51,7 @@ module.exports = {
}
},
{
resolve: 'gatsby-mdx',
resolve: 'gatsby-plugin-mdx',
options: {
extensions: ['.md'],
// More info of using plugins: https://github.com/mdx-js/mdx/blob/d4154b8c4a546d0b675826826f85014cc04098c2/docs/plugins.md
Expand Down
28 changes: 14 additions & 14 deletions packages/dnb-design-system-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@mdx-js/mdx": "^1.1.0",
"@mdx-js/react": "^1.0.27",
"@mdx-js/mdx": "^1.1.5",
"@mdx-js/react": "^1.1.5",
"babel-jest": "^24.8.0",
"babel-plugin-emotion": "^10.0.14",
"babel-plugin-emotion": "^10.0.15",
"camelcase": "^5.3.1",
"ci-info": "^2.0.0",
"classnames": "^2.2.6",
Expand All @@ -71,34 +71,34 @@
"emotion": "^10.0.14",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.3.5",
"enzyme-to-json": "^3.4.0",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-react": "^7.14.3",
"front-matter": "^3.0.2",
"fs-extra": "^8.1.0",
"gatsby": "^2.13.18",
"gatsby-link": "^2.2.2",
"gatsby-mdx": "^0.6.3",
"gatsby-link": "^2.2.4",
"gatsby-plugin-catch-links": "^2.1.2",
"gatsby-plugin-emotion": "^4.1.2",
"gatsby-plugin-manifest": "^2.2.3",
"gatsby-plugin-manifest": "^2.2.4",
"gatsby-plugin-mdx": "^1.0.22",
"gatsby-plugin-offline": "^2.2.4",
"gatsby-plugin-page-creator": "^2.1.5",
"gatsby-plugin-postcss": "^2.1.2",
"gatsby-plugin-react-helmet": "^3.1.2",
"gatsby-plugin-sass": "^2.1.3",
"gatsby-plugin-sharp": "^2.2.8",
"gatsby-plugin-react-helmet": "^3.1.3",
"gatsby-plugin-sass": "^2.1.4",
"gatsby-plugin-sharp": "^2.2.9",
"gatsby-remark-images": "^3.1.7",
"gatsby-source-filesystem": "^2.1.5",
"gh-pages": "^2.0.1",
"gatsby-source-filesystem": "^2.1.8",
"gh-pages": "^2.1.0",
"github-slugger": "^1.2.1",
"jest": "^24.8.0",
"jest-emotion": "^10.0.14",
"jest-raw-loader": "^1.0.1",
"keycode": "^2.2.0",
"lint-staged": "^9.2.0",
"lint-staged": "^9.2.1",
"nodemon": "^1.19.1",
"ora": "^3.4.0",
"postcss-preset-env": "^6.7.0",
Expand Down

This file was deleted.

Loading

0 comments on commit da88913

Please sign in to comment.