Skip to content

Commit

Permalink
chore(deps): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nstuyvesant committed Sep 9, 2024
1 parent e64cf1a commit 73e3097
Show file tree
Hide file tree
Showing 8 changed files with 114 additions and 94 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"prettier-plugin-svelte": "^3.2.6",
"svelte": "^4.2.19",
"svelte-eslint-parser": "^0.41.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0",
"vue-eslint-parser": "^9.4.3"
},
"release": {
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"eslint": "^9.10.0",
"ng-packagr": "^18.2.1",
"prettier": "^3.3.3",
"typescript": "~5.5.4",
"typescript-eslint": "^8.4.0",
"typescript": "<5.6.0",
"typescript-eslint": "^8.5.0",
"zone.js": "~0.15.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"publint": "^0.2.10",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.78.0",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"vite": "^5.4.3",
"vite-plugin-dts": "^4.2.1",
"vitest": "^2.0.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"highlight.js": "^11.10.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.1",
"react-router-dom": "^6.26.2",
"styled-components": "^6.1.13"
},
"devDependencies": {
Expand All @@ -41,7 +41,7 @@
"prettier": "^3.3.3",
"sass": "^1.78.0",
"typedoc": "^0.26.7",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"vite": "^5.4.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"vite": "^5.4.3",
"vite-plugin-dts": "^4.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"svelte": "^4.2.19",
"svelte-check": "^4.0.1",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"vite": "^5.4.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@vitejs/plugin-vue": "^5.1.3",
"eslint": "^9.10.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"vite": "^5.4.3",
"vite-plugin-dts": "^4.2.1",
"vue": "^3.5.3",
Expand Down
Loading

0 comments on commit 73e3097

Please sign in to comment.