Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2023
1 parent e3886cb commit 1dd91bc
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 60 deletions.
34 changes: 17 additions & 17 deletions angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,30 @@
"test:coverage": "node -r @agnos-ui/code-coverage/interceptReadFile ../node_modules/.bin/vitest run --coverage"
},
"dependencies": {
"@angular/animations": "^16.2.2",
"@angular/common": "^16.2.2",
"@angular/compiler": "^16.2.2",
"@angular/core": "^16.2.2",
"@angular/forms": "^16.2.2",
"@angular/platform-browser": "^16.2.2",
"@angular/platform-browser-dynamic": "^16.2.2",
"@angular/router": "^16.2.2",
"@angular/animations": "^16.2.4",
"@angular/common": "^16.2.4",
"@angular/compiler": "^16.2.4",
"@angular/core": "^16.2.4",
"@angular/forms": "^16.2.4",
"@angular/platform-browser": "^16.2.4",
"@angular/platform-browser-dynamic": "^16.2.4",
"@angular/router": "^16.2.4",
"ngx-build-plus": "^16.0.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.13.1"
"zone.js": "^0.13.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.0",
"@angular-eslint/eslint-plugin": "^16.1.1",
"@angular-eslint/eslint-plugin-template": "^16.1.1",
"@angular-eslint/template-parser": "^16.1.1",
"@angular/cli": "^16.2.0",
"@angular/compiler-cli": "^16.2.2",
"@angular-devkit/build-angular": "^16.2.1",
"@angular-eslint/eslint-plugin": "^16.1.2",
"@angular-eslint/eslint-plugin-template": "^16.1.2",
"@angular-eslint/template-parser": "^16.1.2",
"@angular/cli": "^16.2.1",
"@angular/compiler-cli": "^16.2.4",
"@types/webpack-env": "^1.18.1",
"ng-packagr": "^16.2.1",
"ng-packagr": "^16.2.3",
"raw-loader": "^4.0.2",
"sirv-cli": "^2.0.2",
"typescript": "~5.1.6"
"typescript": "~5.2.2"
}
}
4 changes: 2 additions & 2 deletions code-coverage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "@agnos-ui/code-coverage",
"private": true,
"dependencies": {
"@babel/core": "^7.22.11",
"@babel/core": "^7.22.17",
"@babel/plugin-syntax-decorators": "^7.22.10",
"@babel/plugin-syntax-typescript": "^7.22.5",
"babel-plugin-istanbul": "^6.1.1",
"nyc": "^15.1.0",
"uuid": "^9.0.0"
"uuid": "^9.0.1"
},
"peerDependencies": {
"vite": "*"
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"directory": "core"
},
"devDependencies": {
"eslint-plugin-jsdoc": "^46.5.0"
"eslint-plugin-jsdoc": "^46.6.0"
}
}
8 changes: 4 additions & 4 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"devDependencies": {
"@stackblitz/sdk": "^1.9.0",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.23.0",
"@sveltejs/kit": "^1.24.1",
"@sveltejs/vite-plugin-svelte": "^2.4.5",
"bootstrap-icons": "^1.10.5",
"eslint-plugin-svelte": "^2.33.0",
"bootstrap-icons": "^1.11.0",
"eslint-plugin-svelte": "^2.33.1",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.2.0",
"svelte-check": "^3.5.0"
"svelte-check": "^3.5.1"
}
}
28 changes: 14 additions & 14 deletions demo/src/lib/stackblitz/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
"watch": "ng build --watch --configuration development"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.0",
"@angular/animations": "^16.2.2",
"@angular/cli": "^16.2.0",
"@angular/common": "^16.2.2",
"@angular/compiler": "^16.2.2",
"@angular/compiler-cli": "^16.2.2",
"@angular/core": "^16.2.2",
"@angular/forms": "^16.2.2",
"@angular/platform-browser": "^16.2.2",
"@angular/platform-browser-dynamic": "^16.2.2",
"@angular/router": "^16.2.2",
"bootstrap-icons": "^1.10.5",
"@angular-devkit/build-angular": "^16.2.1",
"@angular/animations": "^16.2.4",
"@angular/cli": "^16.2.1",
"@angular/common": "^16.2.4",
"@angular/compiler": "^16.2.4",
"@angular/compiler-cli": "^16.2.4",
"@angular/core": "^16.2.4",
"@angular/forms": "^16.2.4",
"@angular/platform-browser": "^16.2.4",
"@angular/platform-browser-dynamic": "^16.2.4",
"@angular/router": "^16.2.4",
"bootstrap-icons": "^1.11.0",
"raw-loader": "^4.0.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"typescript": "~5.1.6",
"zone.js": "^0.13.1"
"typescript": "~5.2.2",
"zone.js": "^0.13.2"
}
}
4 changes: 2 additions & 2 deletions demo/src/lib/stackblitz/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"bootstrap-icons": "^1.10.5",
"bootstrap-icons": "^1.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.66.1",
"tslib": "^2.6.2",
"typescript": "~5.1.6",
"typescript": "~5.2.2",
"vite": "^4.4.9"
}
}
6 changes: 3 additions & 3 deletions demo/src/lib/stackblitz/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.5",
"@tsconfig/svelte": "^5.0.2",
"bootstrap-icons": "^1.10.5",
"bootstrap-icons": "^1.11.0",
"sass": "^1.66.1",
"svelte": "^4.2.0",
"svelte-check": "^3.5.0",
"svelte-check": "^3.5.1",
"tslib": "^2.6.2",
"typescript": "~5.1.6",
"typescript": "~5.2.2",
"vite": "^4.4.9"
}
}
8 changes: 4 additions & 4 deletions eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"private": true,
"main": "dist/index.js",
"dependencies": {
"@typescript-eslint/utils": "^6.4.1"
"@typescript-eslint/utils": "^6.7.0"
},
"peerDependencies": {
"typescript": "*"
},
"devDependencies": {
"@angular/core": "^16.2.2",
"@typescript-eslint/rule-tester": "^6.4.1",
"@vitest/coverage-v8": "^0.34.3",
"@angular/core": "^16.2.4",
"@typescript-eslint/rule-tester": "^6.7.0",
"@vitest/coverage-v8": "^0.34.4",
"svelte": "^4.2.0",
"svelte-eslint-parser": "^0.33.0"
},
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@
"@axe-core/playwright": "^4.7.3",
"@microsoft/api-extractor": "^7.36.4",
"@playwright/test": "^1.37.1",
"@types/node": "^18.17.11",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@vitest/ui": "^0.34.2",
"@types/node": "^18.17.15",
"@types/uuid": "^9.0.3",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vitest/ui": "^0.34.4",
"bootstrap": "^5.3.1",
"eslint": "^8.47.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"glob": "^10.3.3",
"happy-dom": "^11.0.2",
"glob": "^10.3.4",
"happy-dom": "^11.0.3",
"husky": "^8.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"semver": "^7.5.4",
"syncpack": "^11.2.1",
"ts-node": "^10.9.1",
"typescript": "~5.1.6",
"typescript": "~5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.2"
"vitest": "^0.34.4"
},
"scripts": {
"build:ci": "npm run doc && npm run build",
Expand Down
6 changes: 3 additions & 3 deletions svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
"svelte": "*"
},
"devDependencies": {
"@sveltejs/package": "^2.2.1",
"@sveltejs/package": "^2.2.2",
"@sveltejs/vite-plugin-svelte": "^2.4.5",
"eslint-plugin-svelte": "^2.33.0",
"eslint-plugin-svelte": "^2.33.1",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.2.0",
"svelte-check": "^3.5.0"
"svelte-check": "^3.5.1"
},
"license": "MIT",
"bugs": "https://github.com/AmadeusITGroup/AgnosUI/issues",
Expand Down

0 comments on commit 1dd91bc

Please sign in to comment.