Skip to content

chore(deps): update all dependencies #57

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
node: [18.x]
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Node.JS ${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://foxypanda.me/"
},
"resolutions": {
"**/typescript": "5.0.2",
"**/immer": "9.0.21"
"**/typescript": "5.2.2",
"**/immer": "10.0.3"
}
}
4 changes: 2 additions & 2 deletions packages/chonky-icon-fontawesome/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
}
],
"devDependencies": {
"@size-limit/preset-small-lib": "^9.0.0",
"@size-limit/preset-small-lib": "^10.0.0",
"@types/react": "^18.2.30",
"@types/react-dom": "^18.2.14",
"dts-cli": "^2.0.3",
"husky": "^8.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"size-limit": "^9.0.0",
"size-limit": "^10.0.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
Expand Down
1,623 changes: 871 additions & 752 deletions packages/chonky/example/yarn.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/chonky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
],
"devDependencies": {
"@babel/core": "^7.23.2",
"@size-limit/preset-small-lib": "^9.0.0",
"@size-limit/preset-small-lib": "^10.0.0",
"babel-loader": "^9.1.3",
"dts-cli": "^2.0.3",
"husky": "^8.0.3",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"size-limit": "^9.0.0",
"size-limit": "^10.0.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
Expand All @@ -78,7 +78,7 @@
"@types/react-virtualized-auto-sizer": "^1.0.2",
"@types/react-window": "^1.8.7",
"@types/redux-watch": "^1.1.1",
"@types/shortid": "^0.0.31",
"@types/shortid": "^0.0.32",
"classnames": "^2.2.6",
"deepmerge": "^4.3.0",
"exact-trie": "^1.0.13",
Expand Down
520 changes: 304 additions & 216 deletions yarn.lock

Large diffs are not rendered by default.