Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies [skip netlify]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent 57037ae commit 1e5db95
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.19.0
18.20.5
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,18 @@
"@angular/forms": "^18.0.3",
"@angular/platform-browser": "^18.0.3",
"@angular/router": "^18.0.3",
"@types/json-schema": "7.0.11",
"ajv": "8.12.0",
"codemirror": "5.65.8",
"@types/json-schema": "7.0.15",
"ajv": "8.17.1",
"codemirror": "5.65.18",
"d3-color": "3.1.0",
"moment-timezone": "0.5.37",
"moment-timezone": "0.5.46",
"mousetrap": "^1.6.5",
"ng-in-viewport": "13.0.0",
"ng-in-viewport": "13.0.1",
"ng2-file-upload": "5.0.0",
"prismjs": "1.29.0",
"resize-observer-polyfill": "^1.5.1",
"rxjs": "7.8.1",
"tslib": "2.4.0"
"tslib": "2.8.1"
},
"devDependencies": {
"@angular-builders/custom-webpack": "17.0.0",
Expand All @@ -76,70 +76,70 @@
"@angular/compiler-cli": "^18.0.3",
"@angular/language-service": "^18.0.3",
"@angular/platform-browser-dynamic": "^18.0.3",
"@open-wc/semantic-dom-diff": "0.19.7",
"@open-wc/semantic-dom-diff": "0.20.1",
"@schematics/angular": "^12.2.17",
"@swimlane/eslint-config": "^2.0.0",
"@swimlane/prettier-config-swimlane": "^3.0.2",
"@types/codemirror": "5.60.5",
"@types/codemirror": "5.60.15",
"@types/faker": "^4.1.11",
"@types/jasmine": "4.3.0",
"@types/moment-timezone": "^0.5.13",
"@types/mousetrap": "1.6.9",
"@types/node": "16.11.59",
"@types/prismjs": "1.26.0",
"@types/mousetrap": "1.6.15",
"@types/node": "16.18.121",
"@types/prismjs": "1.26.5",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@typescript-eslint/utils": "^7.13.0",
"angular-cli-ghpages": "1.0.3",
"autoprefixer": "10.4.11",
"axe-core": "4.4.3",
"clean-css": "5.3.1",
"axe-core": "4.10.2",
"clean-css": "5.3.3",
"codelyzer": "^6.0.0",
"core-js": "^2.6.11",
"cpx": "^1.5.0",
"cross-env": "^7.0.2",
"cypress": "^13.11.0",
"cypress-axe": "^1.5.0",
"cypress-real-events": "^1.12.0",
"eslint": "8.56.0",
"eslint": "8.57.1",
"eslint-config-esnext": "4.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "39.3.6",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsdoc": "39.9.1",
"eslint-plugin-no-only-tests": "3.0.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-security": "1.5.0",
"faker": "^5.1.0",
"gh-pages": "4.0.0",
"husky": "8.0.1",
"jasmine-core": "4.4.0",
"husky": "8.0.3",
"jasmine-core": "4.6.1",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.3",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"moment": "2.29.4",
"moment": "2.30.1",
"moment-locales-webpack-plugin": "^1.2.0",
"moment-timezone-data-webpack-plugin": "1.5.1",
"ng-packagr": "18.0.0",
"ngx-moment": "6.0.2",
"npm-run-all": "^4.1.5",
"postcss": "8.4.16",
"postcss-url": "10.1.3",
"prettier": "2.7.1",
"pretty-quick": "3.1.3",
"prettier": "2.8.8",
"pretty-quick": "3.3.1",
"shallow-render": "17.0.0",
"start-server-and-test": "1.14.0",
"ts-node": "10.9.1",
"start-server-and-test": "1.15.4",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"webpack": "5.74.0",
"webpack-bundle-analyzer": "4.6.1",
"webpack-bundle-analyzer": "4.10.2",
"zone.js": "~0.14.7"
},
"volta": {
"node": "20.14.0"
"node": "20.18.1"
}
}
6 changes: 3 additions & 3 deletions projects/swimlane/ngx-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"@angular/platform-browser": ">=12.2.2",
"@types/json-schema": "^7.0.9",
"ajv": "^8.12.0",
"codemirror": "5.65.8",
"codemirror": "5.65.18",
"core-js": "^3.6.5",
"json-schema": "*",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"ng-in-viewport": "13.0.0",
"ng-in-viewport": "13.0.1",
"ngx-autosize-input": "^2.3.7"
},
"dependencies": {
Expand All @@ -58,7 +58,7 @@
"moment": "^2.29.1",
"ngx-moment": "^6.0.2",
"resize-observer-polyfill": "^1.5.1",
"rxjs": "7.5.6",
"rxjs": "7.8.1",
"zone.js": "^0.11.4"
},
"schematics": "./lib/schematics/collection.json"
Expand Down

0 comments on commit 1e5db95

Please sign in to comment.