* Upgraded MailKit * Upgraded Microsoft.* packages * Upgrades various nuget packages to latest version * Upgrades various nuget packages related to test * update package-lock.json to new npm format * bump all angular dependencies to latest 1.8.3 * bump jquery to 3.6.0 * remove dubious 'npm' dependency and set engines versions to avoid warnings * bump signalr dependency from v3 to v6 * bump 'underscore' from 1.12.1 to 1.13.1 * bump 'diff' from 3.5.0 to 5.0.0 * bump 'clipboard' from 2.0.4 to 2.0.10 * bump 'flatpickr' from 4.6.9 to 4.6.13 * bump 'moment' from 2.22.2 to 2.29.3 * bump 'spectrum-colorpicker2' from 2.0.8 to 2.0.9 * bump 'underscore' from 1.13.1 to 1.13.2 * update 'less' 'autoprefixer' 'cssnano' and accompanying gulp tasks to latest * bump all gulp dependencies except gulp-imagemin since we do not yet support esmodules in the backoffice client * remove 'fs' since the package is marked as malicious and do not seem to be used * update AcceptanceTests lockfile to latest npm + dependency updates * bump '@babel/core' from 7.17.5 to 7.17.9 * bump karma dependencies to latest * bump 'animejs' from 2.2.0 to 3.2.1 * bump 'jasmine-core' from 3.5.0 to 4.1.0 * remove deduped 'caniuse-lite' * bump wicg-inert from ^3.0.2 to 3.1.1 * bump 'nouislider' from 15.5.0 to 15.5.1 * add slight delay for confirmation overlay * ignore postinstall task for acceptance tests since env file is generated manually * upgrade cypress to 9.5.4 * add wait step to content.ts tests * Revert "ignore postinstall task for acceptance tests since env file is generated manually" This reverts commit 61acebfda2502499480f31d8450c889d4c5c6f11. * increate wait amount of content rollback tests * Revert "upgrade cypress to 9.5.4" This reverts commit 2febf139a41938ae005754abd958fdec1f598991. * Revert "update AcceptanceTests lockfile to latest npm + dependency updates" This reverts commit b45d20b3cdcae6b17d4024c7085c5e6a3e3e2a83. * update lockfile version * update umbraco-cypress-testhelpers to latest Co-authored-by: Bjarke Berg <mail@bergmania.dk>
93 lines
2.4 KiB
JSON
93 lines
2.4 KiB
JSON
{
|
|
"name": "ui",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "gulp runTests",
|
|
"unit": "gulp runUnit",
|
|
"e2e": "gulp testE2e",
|
|
"build": "gulp build",
|
|
"build:skip-tests": "gulp coreBuild",
|
|
"build:dev": "gulp buildDev",
|
|
"dev": "gulp dev",
|
|
"fastdev": "gulp fastdev",
|
|
"watch": "gulp watch"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0 <17",
|
|
"npm": ">=8.0.0 < 9"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/signalr": "6.0.4",
|
|
"ace-builds": "1.4.2",
|
|
"angular": "1.8.3",
|
|
"angular-animate": "1.8.3",
|
|
"angular-aria": "1.8.3",
|
|
"angular-chart.js": "1.1.1",
|
|
"angular-cookies": "1.8.3",
|
|
"angular-dynamic-locale": "0.1.38",
|
|
"angular-i18n": "1.8.3",
|
|
"angular-local-storage": "0.7.1",
|
|
"angular-messages": "1.8.3",
|
|
"angular-mocks": "1.8.3",
|
|
"angular-route": "1.8.3",
|
|
"angular-sanitize": "1.8.3",
|
|
"angular-touch": "1.8.3",
|
|
"angular-ui-sortable": "0.19.0",
|
|
"animejs": "3.2.1",
|
|
"bootstrap-social": "5.1.1",
|
|
"chart.js": "^2.9.3",
|
|
"clipboard": "2.0.10",
|
|
"diff": "5.0.0",
|
|
"flatpickr": "4.6.13",
|
|
"font-awesome": "4.7.0",
|
|
"jquery": "3.6.0",
|
|
"jquery-ui-dist": "1.13.1",
|
|
"jquery-ui-touch-punch": "0.2.3",
|
|
"lazyload-js": "1.0.0",
|
|
"moment": "2.29.3",
|
|
"ng-file-upload": "12.2.13",
|
|
"nouislider": "15.5.1",
|
|
"spectrum-colorpicker2": "2.0.9",
|
|
"tinymce": "4.9.11",
|
|
"typeahead.js": "0.11.1",
|
|
"underscore": "1.13.2",
|
|
"wicg-inert": "3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.17.9",
|
|
"@babel/preset-env": "7.16.11",
|
|
"autoprefixer": "10.4.4",
|
|
"cssnano": "5.1.7",
|
|
"gulp": "4.0.2",
|
|
"gulp-angular-embed-templates": "2.3.0",
|
|
"gulp-babel": "8.0.0",
|
|
"gulp-clean-css": "4.3.0",
|
|
"gulp-cli": "2.3.0",
|
|
"gulp-concat": "2.6.1",
|
|
"gulp-eslint": "6.0.0",
|
|
"gulp-imagemin": "7.1.0",
|
|
"gulp-less": "5.0.0",
|
|
"gulp-minify": "3.1.0",
|
|
"gulp-notify": "4.0.0",
|
|
"gulp-postcss": "9.0.1",
|
|
"gulp-rename": "2.0.0",
|
|
"gulp-sort": "2.0.0",
|
|
"gulp-sourcemaps": "3.0.0",
|
|
"gulp-watch": "5.0.1",
|
|
"gulp-wrap": "0.15.0",
|
|
"gulp-wrap-js": "0.4.1",
|
|
"jasmine-core": "4.1.0",
|
|
"jsdom": "19.0.0",
|
|
"karma": "6.3.19",
|
|
"karma-jasmine": "5.0.0",
|
|
"karma-jsdom-launcher": "12.0.0",
|
|
"karma-junit-reporter": "2.0.1",
|
|
"karma-spec-reporter": "0.0.34",
|
|
"less": "4.1.2",
|
|
"lodash": "4.17.21",
|
|
"merge-stream": "2.0.0",
|
|
"postcss": "8.4.12",
|
|
"run-sequence": "2.2.1"
|
|
}
|
|
}
|