forms-angular
Advanced tools
Comparing version
@@ -6,3 +6,3 @@ { | ||
"homepage": "http://forms-angular.org", | ||
"version": "0.12.0-beta.280", | ||
"version": "0.12.0-beta.281", | ||
"engines": { | ||
@@ -18,3 +18,4 @@ "node": ">=8.x", | ||
"tidy": "find . -name '*.js' -not -path '**/node_modules/**' -and -not -path '**/website/**' -and -not -path '**/test/**' -and -not -path '**/models/**' -and -not -name 'gulpfile.js' -and -not -name 'index.js' -and -not -name 'Gruntfile.js' -and -not -name '*.conf.js' -delete && find . -name '*.map' -not -path '**/node_modules/**' -delete", | ||
"build": "if [ -d 'node_modules/bower' ]; then npx bower install --config.directory=node_modules --production jquery@2.0.3 bootstrap-2-3-2=git://github.com/twbs/bootstrap.git#v2.3.2 bootstrap-3-4-0=git://github.com/twbs/bootstrap.git#v3.4.0; fi && gulp build" | ||
"build": "if [ -d 'node_modules/bower' ]; then npx bower install --config.directory=node_modules --production jquery@2.0.3 bootstrap-2-3-2=git://github.com/twbs/bootstrap.git#v2.3.2 bootstrap-3-4-0=git://github.com/twbs/bootstrap.git#v3.4.0; fi && gulp build", | ||
"reset": "cd website && rm -rf node_modules && npm install && cd .. && rm -rf node_modules && npm install && npm run build" | ||
}, | ||
@@ -51,3 +52,3 @@ "files": [ | ||
"angular-ui-bootstrap": "1.3.2 || 2.5.6", | ||
"angular-ui-grid": "4.12.4", | ||
"angular-ui-grid": "4.12.7", | ||
"async": "3.2.5", | ||
@@ -64,9 +65,10 @@ "lodash": "^4.17.21", | ||
"@types/angular": "1.8.9", | ||
"@types/lodash": "4.14.202", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^18.11.13", | ||
"@types/lodash": "4.17.5", | ||
"@types/mocha": "^10.0.7", | ||
"@types/node": "=20.0.0", | ||
"@types/vinyl": "^2.0.12", | ||
"angular-mocks": "1.8.3", | ||
"body-parser": "1.20.2", | ||
"bower": "^1.8.14", | ||
"del": "6.1.1", | ||
"del": "=6.1.1", | ||
"express": "4.19.2", | ||
@@ -78,13 +80,13 @@ "gulp": "^4.0.2", | ||
"gulp-less": "5.0.0", | ||
"gulp-mocha": "9.0.0", | ||
"gulp-mocha": "=9.0.0", | ||
"gulp-ng-annotate": "2.1.0", | ||
"gulp-rename": "2.0.0", | ||
"gulp-replace": "^1.1.4", | ||
"gulp-typescript": "5.0.1", | ||
"gulp-typescript": "6.0.0-alpha.1", | ||
"gulp-uglify": "3.0.2", | ||
"gulp-umd": "2.0.0", | ||
"jasmine-core": "5.1.1", | ||
"karma": "^6.4.2", | ||
"jasmine-core": "5.1.2", | ||
"karma": "^6.4.3", | ||
"karma-chrome-launcher": "^3.2.0", | ||
"karma-firefox-launcher": "^2.1.2", | ||
"karma-firefox-launcher": "^2.1.3", | ||
"karma-jasmine": "5.1.0", | ||
@@ -94,6 +96,6 @@ "karma-junit-reporter": "2.0.1", | ||
"matchdep": "2.0.0", | ||
"mocha": "^10.2.0", | ||
"mongodb": "^5", | ||
"mongoose": "^8", | ||
"prettier": "3.1.1", | ||
"mocha": "^10.4.0", | ||
"mongoose": "=7.6.8", | ||
"mongodb": "=5.9.1", | ||
"prettier": "3.3.2", | ||
"pump": "3.0.0", | ||
@@ -100,0 +102,0 @@ "typescript": "=4.9.5" |
873119
0.02%36
2.86%+ Added
- Removed
Updated