Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent 6e46456 commit 63f8ba6
Show file tree
Hide file tree
Showing 7 changed files with 1,123 additions and 967 deletions.
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
Loading

0 comments on commit 63f8ba6

Please sign in to comment.