Skip to content

Commit

Permalink
chore: update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lzear committed Feb 27, 2024
1 parent 834bb37 commit 3dce974
Show file tree
Hide file tree
Showing 5 changed files with 2,982 additions and 1,993 deletions.
52 changes: 26 additions & 26 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.1.4",
"@fortawesome/fontawesome-free": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@ant-design/icons": "^5.3.0",
"@fortawesome/fontawesome-free": "^6.5.1",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next/bundle-analyzer": "^13.4.7",
"@next/eslint-plugin-next": "^13.4.7",
"@react-spring/web": "^9.7.2",
"@sentry/nextjs": "^7.56.0",
"@types/d3": "^7.4.0",
"@types/d3-dispatch": "^3.0.2",
"@types/d3-force": "^3.0.4",
"@types/d3-hierarchy": "^3.1.2",
"@types/d3-scale": "^4.0.3",
"@types/d3-selection": "^3.0.5",
"@types/d3-timer": "^3.0.0",
"@types/node": "20.3.1",
"@types/numeral": "^2.0.2",
"@types/react": "18.2.14",
"@use-gesture/react": "^10.2.27",
"@next/bundle-analyzer": "^14.1.0",
"@next/eslint-plugin-next": "^14.1.0",
"@react-spring/web": "^9.7.3",
"@sentry/nextjs": "^7.102.1",
"@types/d3": "^7.4.3",
"@types/d3-dispatch": "^3.0.6",
"@types/d3-force": "^3.0.9",
"@types/d3-hierarchy": "^3.1.6",
"@types/d3-scale": "^4.0.8",
"@types/d3-selection": "^3.0.10",
"@types/d3-timer": "^3.0.2",
"@types/node": "20.11.20",
"@types/numeral": "^2.0.5",
"@types/react": "18.2.60",
"@use-gesture/react": "^10.3.0",
"antd": "^4.24.1",
"babel-preset-next": "^1.4.0",
"d3": "^7.8.5",
Expand All @@ -40,21 +40,21 @@
"d3-selection": "^3.0.0",
"d3-timer": "^3.0.1",
"eslint-config-next": "^13.4.7",
"hsluv": "^1.0.0",
"less": "^4.1.3",
"less-loader": "^11.1.3",
"hsluv": "^1.0.1",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"next": "13.4.7",
"next-compose-plugins": "^2.2.1",
"next-plausible": "^3.8.0",
"next-plausible": "^3.12.0",
"next-with-less": "^3.0.1",
"numeral": "^2.0.6",
"react": "^18",
"react-dom": "^18",
"react-with-gesture": "^4.0.8",
"tsconfig": "*",
"typescript": "5.1.3",
"typescript": "5.3.3",
"votes": "*",
"zustand": "^4.3.8"
"zustand": "^4.5.1"
},
"devDependencies": {},
"nextBundleAnalysis": {
Expand Down
4 changes: 2 additions & 2 deletions demo/src/candidates.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const Candidates: React.FC = () => {
export const CandiTag: React.FC<
{
candidate: Candidate
onClose?: (candidate: Candidate) => void
onClose?: (_candidate: Candidate) => void
} & TagProps
> = ({ candidate, onClose, ...rest }) => (
<Tag
Expand All @@ -141,7 +141,7 @@ export const CandiTag: React.FC<
export const CandiTagList: React.FC<
{
candidates: Candidate[]
onClose?: (candidate: Candidate) => void
onClose?: (_candidate: Candidate) => void
} & TagProps
> = ({ candidates, onClose, style, ...rest }) => (
<div style={{ margin: -2, display: 'inline' }}>
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
"release": "yarn workspace votes release && changeset publish"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"commitizen": "^4.3.0",
"dotenv": "^16.3.1",
"dotenv": "^16.4.5",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.7",
"eslint-config-prettier": "^8.8.0",
Expand All @@ -60,12 +60,12 @@
"eslint-plugin-unicorn": "^47.0.0",
"eslint-scope": "^7.2.0",
"eslint-visitor-keys": "^3.4.1",
"husky": "^8.0.3",
"husky": "^9.0.11",
"is-boolean-object": "^1.1.2",
"lint-staged": "^13.2.2",
"lint-staged": "^15.2.2",
"prettier": "^2.8.8",
"turbo": "^1.10.6",
"typescript": "5.1.3"
"turbo": "^1.12.4",
"typescript": "5.3.3"
},
"bugs": {
"url": "https://github.com/lzear/votes/issues"
Expand Down
34 changes: 17 additions & 17 deletions votes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,27 +39,27 @@
"typedoc": "npx typedoc src/index.ts --tsconfig tsconfig.typedoc.json"
},
"devDependencies": {
"@babel/preset-typescript": "^7.22.5",
"@types/jest": "^29.5.2",
"@types/lodash": "^4.14.195",
"@types/lodash-es": "^4.17.7",
"@types/node": "^20.3.1",
"@types/shelljs": "^0.8.12",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"dotenv": "^16.3.1",
"jest": "^29.5.0",
"@babel/preset-typescript": "^7.23.3",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.20",
"@types/shelljs": "^0.8.15",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"dotenv": "^16.4.5",
"jest": "^29.7.0",
"microbundle": "^0.15.1",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"shelljs": "^0.8.5",
"travis-deploy-once": "^5.0.11",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tsconfig": "*",
"tslib": "^2.5.3",
"tsup": "^7.0.0",
"typedoc": "^0.24.8",
"typescript": "5.1.3"
"tslib": "^2.6.2",
"tsup": "^8.0.2",
"typedoc": "^0.25.9",
"typescript": "5.3.3"
},
"dependencies": {
"javascript-lp-solver": "0.4.15",
Expand Down
Loading

0 comments on commit 3dce974

Please sign in to comment.