mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-19 17:26:34 +00:00
Merge pull request #4210 from balena-io/bump-pretty-bytes
patch: pretty-bytes to 6.1.1
This commit is contained in:
commit
ebeacc9be9
16
npm-shrinkwrap.json
generated
16
npm-shrinkwrap.json
generated
@ -25,7 +25,7 @@
|
|||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"outdent": "0.8.0",
|
"outdent": "0.8.0",
|
||||||
"path-is-inside": "1.0.2",
|
"path-is-inside": "1.0.2",
|
||||||
"pretty-bytes": "5.6.0",
|
"pretty-bytes": "6.1.1",
|
||||||
"react": "17.0.2",
|
"react": "17.0.2",
|
||||||
"react-dom": "17.0.2",
|
"react-dom": "17.0.2",
|
||||||
"react-i18next": "13.5.0",
|
"react-i18next": "13.5.0",
|
||||||
@ -22401,11 +22401,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/pretty-bytes": {
|
"node_modules/pretty-bytes": {
|
||||||
"version": "5.6.0",
|
"version": "6.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-6.1.1.tgz",
|
||||||
"integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==",
|
"integrity": "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6"
|
"node": "^14.13.1 || >=16.0.0"
|
||||||
},
|
},
|
||||||
"funding": {
|
"funding": {
|
||||||
"url": "https://github.com/sponsors/sindresorhus"
|
"url": "https://github.com/sponsors/sindresorhus"
|
||||||
@ -43567,9 +43567,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"pretty-bytes": {
|
"pretty-bytes": {
|
||||||
"version": "5.6.0",
|
"version": "6.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-6.1.1.tgz",
|
||||||
"integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg=="
|
"integrity": "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ=="
|
||||||
},
|
},
|
||||||
"pretty-error": {
|
"pretty-error": {
|
||||||
"version": "4.0.0",
|
"version": "4.0.0",
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"outdent": "0.8.0",
|
"outdent": "0.8.0",
|
||||||
"path-is-inside": "1.0.2",
|
"path-is-inside": "1.0.2",
|
||||||
"pretty-bytes": "5.6.0",
|
"pretty-bytes": "6.1.1",
|
||||||
"react": "17.0.2",
|
"react": "17.0.2",
|
||||||
"react-dom": "17.0.2",
|
"react-dom": "17.0.2",
|
||||||
"react-i18next": "13.5.0",
|
"react-i18next": "13.5.0",
|
||||||
|
@ -33,6 +33,7 @@ export const config: Options.Testrunner = {
|
|||||||
//
|
//
|
||||||
specs: ['./tests/**/*.spec.ts'],
|
specs: ['./tests/**/*.spec.ts'],
|
||||||
// Patterns to exclude.
|
// Patterns to exclude.
|
||||||
|
// FIXME: Remove the following exclusions once the tests are ported to WDIO
|
||||||
exclude: [
|
exclude: [
|
||||||
'tests/gui/modules/image-writer.spec.ts',
|
'tests/gui/modules/image-writer.spec.ts',
|
||||||
'tests/gui/os/window-progress.spec.ts',
|
'tests/gui/os/window-progress.spec.ts',
|
||||||
@ -40,6 +41,9 @@ export const config: Options.Testrunner = {
|
|||||||
'tests/gui/models/flash-state.spec.ts',
|
'tests/gui/models/flash-state.spec.ts',
|
||||||
'tests/gui/models/selection-state.spec.ts',
|
'tests/gui/models/selection-state.spec.ts',
|
||||||
'tests/gui/models/settings.spec.ts',
|
'tests/gui/models/settings.spec.ts',
|
||||||
|
'tests/shared/drive-constraints.spec.ts',
|
||||||
|
'tests/shared/messages.spec.ts',
|
||||||
|
'tests/gui/modules/progress-status.spec.ts',
|
||||||
],
|
],
|
||||||
//
|
//
|
||||||
// ============
|
// ============
|
||||||
|
Loading…
x
Reference in New Issue
Block a user