Skip to content

Commit

Permalink
MNT Upgrade webpack-config
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Oct 5, 2020
1 parent 6610cdf commit 8f8dad6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion client/dist/js/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/js/vendor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/src/bundles/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ require('expose-loader?Loading!components/Loading/Loading');
require('expose-loader?TextField!components/TextField/TextField');
require('expose-loader?LiteralField!components/LiteralField/LiteralField');
require('expose-loader?Toolbar!components/Toolbar/Toolbar');
require('expose-loader?FileStatusIcon!components/FileStatusIcon/FileStatusIcon');
require('expose-loader?Breadcrumb!components/Breadcrumb/Breadcrumb');
require('expose-loader?ResizeAware!components/ResizeAware/ResizeAware');
require('expose-loader?TabsActions!state/tabs/TabsActions');
Expand Down Expand Up @@ -76,7 +77,6 @@ require('expose-loader?TinyMCEActionRegistrar!lib/TinyMCEActionRegistrar');
require('expose-loader?ShortcodeSerialiser!lib/ShortcodeSerialiser');
require('expose-loader?formatWrittenNumber!lib/formatWrittenNumber');
require('expose-loader?withDragDropContext!lib/withDragDropContext');
require('expose-loader?FileStatusIcon!components/FileStatusIcon/FileStatusIcon');

// Legacy CMS
require('../legacy/sspath');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
},
"devDependencies": {
"@silverstripe/eslint-config": "^0.0.5",
"@silverstripe/webpack-config": "^1.5.0",
"@silverstripe/webpack-config": "^1.7.0",
"@storybook/addon-actions": "^3.4.10",
"@storybook/addon-knobs": "^3.4.10",
"@storybook/addon-notes": "^3.4.10",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
eslint-plugin-jsx-a11y "^5.1.1"
eslint-plugin-react "^7.3.0"

"@silverstripe/webpack-config@^1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@silverstripe/webpack-config/-/webpack-config-1.5.0.tgz#638f2c39d710acebfcdf7c6c50adc72e0e51af19"
integrity sha512-Cbh7uQ0A83Xazh3T0IF94Hk+v/ecx8Huf0YzVQMi0TI+bgY/zYc1EeCVeujrNW5eQMFnAGEt6EqQFSBZCIHpCw==
"@silverstripe/webpack-config@^1.7.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@silverstripe/webpack-config/-/webpack-config-1.7.0.tgz#1fed0775d95c9120e4fc2031a611c50dc6c4b3f0"
integrity sha512-lwtiEW+4oRQzNL24fKRnTffIPE5FCKJCCL2IuOIDdrIDoxxm381fzkcwWuWfhK7Oxbjz9A49UIDfzkUQ1/oW5g==
dependencies:
autoprefixer "^6.4.0"
babel-core "^6.24.1"
Expand Down

0 comments on commit 8f8dad6

Please sign in to comment.