Skip to content

Commit

Permalink
revert: bump serialize-error from 8.1.0 to 9.0.0 (#7670)
Browse files Browse the repository at this point in the history
Refs 7049015
Refs #7670
  • Loading branch information
char0n committed Jan 19, 2022
1 parent 302c483 commit 7470380
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 24 deletions.
3 changes: 0 additions & 3 deletions config/jest/jest.artifact.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ module.exports = {
rootDir: path.join(__dirname, '..', '..'),
testEnvironment: 'jsdom',
testMatch: ['**/test/build-artifacts/**/*.js'],
transformIgnorePatterns: [
'/node_modules/(?!(serialize-error)/)',
]
};
3 changes: 0 additions & 3 deletions config/jest/jest.unit.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,4 @@ module.exports = {
'<rootDir>/test/unit/components/live-response.jsx',
],
silent: true, // set to `false` to allow console.* calls to be printed
transformIgnorePatterns: [
'/node_modules/(?!(serialize-error)/)',
]
};
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"build-stylesheets": "webpack --color --config webpack/stylesheets.babel.js",
"build:es:bundle": "webpack --color --config webpack/es-bundle.babel.js",
"build:es:bundle:core": "webpack --color --config webpack/es-bundle-core.babel.js",
"predev": "npm install",
"dev": "webpack serve --config webpack/dev.babel.js",
"deps-license": "license-checker --production --csv --out $npm_package_config_deps_check_dir/licenses.csv && license-checker --development --csv --out $npm_package_config_deps_check_dir/licenses-dev.csv",
"deps-size": "webpack -p --config webpack/bundle.babel.js --json | webpack-bundle-size-analyzer >| $npm_package_config_deps_check_dir/sizes.txt",
Expand Down Expand Up @@ -79,7 +80,7 @@
"redux-immutable": "^4.0.0",
"remarkable": "^2.0.1",
"reselect": "^4.1.5",
"serialize-error": "^9.0.0",
"serialize-error": "^8.1.0",
"sha.js": "^2.4.11",
"swagger-client": "^3.18.2",
"url-parse": "^1.5.3",
Expand Down

0 comments on commit 7470380

Please sign in to comment.