Skip to content

Commit

Permalink
⬆️ Upgrade dependencies to latest minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannik Weise committed Nov 27, 2024
1 parent f35a5d3 commit 643c637
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 32 deletions.
40 changes: 21 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/code-highlighter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.13",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"dependencies": {
"@chayns-components/core": "^5.0.0-beta.897",
Expand Down
2 changes: 1 addition & 1 deletion packages/color-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.13",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"dependencies": {
"@chayns-components/core": "^5.0.0-beta.897",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.13",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"dependencies": {
"@chayns/colors": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/date/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.13",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"dependencies": {
"@chayns-components/core": "^5.0.0-beta.897",
Expand Down
2 changes: 1 addition & 1 deletion packages/devalue-slider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.13",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"peerDependencies": {
"chayns-api": ">=1.0.73",
Expand Down
2 changes: 1 addition & 1 deletion packages/emoji-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.13",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"dependencies": {
"@chayns-components/core": "^5.0.0-beta.897",
Expand Down
4 changes: 2 additions & 2 deletions packages/format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",
"lerna": "^8.1.9",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vitest": "^1.6.0"
},
"dependencies": {
"commonmark": "^0.31.2",
"csv-stringify": "^6.5.1",
"csv-stringify": "^6.5.2",
"marked": "^13.0.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gallery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.13",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"dependencies": {
"@chayns-components/core": "^5.0.0-beta.897",
Expand Down
2 changes: 1 addition & 1 deletion packages/maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.13",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"dependencies": {
"@chayns-components/core": "^5.0.0-beta.897",
Expand Down
2 changes: 1 addition & 1 deletion packages/swipeable-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.13",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"dependencies": {
"@chayns-components/core": "^5.0.0-beta.897"
Expand Down
2 changes: 1 addition & 1 deletion packages/textstring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.13",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"dependencies": {
"@chayns-components/core": "^5.0.0-beta.897"
Expand Down
2 changes: 1 addition & 1 deletion packages/typewriter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.13",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"dependencies": {
"@chayns-components/core": "^5.0.0-beta.897"
Expand Down

0 comments on commit 643c637

Please sign in to comment.