Skip to content

Commit

Permalink
fix: bump all libs
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan committed Oct 12, 2023
1 parent 4a57379 commit 848f3d0
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 116 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,46 +100,46 @@
"@types/git-url-parse": "9.0.1",
"@types/ini": "1.3.31",
"@types/jest": "29.5.5",
"@types/node": "20.8.2",
"@types/node": "20.8.4",
"@types/node-fetch": "2.6.6",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.10",
"@typescript-eslint/utils": "6.7.4",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@typescript-eslint/utils": "6.7.5",
"@vercel/webpack-asset-relocator-loader": "1.7.3",
"aws-sdk": "2.1470.0",
"aws-sdk": "2.1472.0",
"cross-env": "^7.0.3",
"css-loader": "6.8.1",
"electron": "26.3.0",
"electron": "27.0.0",
"electron-builder": "24.6.4",
"electron-devtools-installer": "3.2.0",
"electron-notarize": "1.2.2",
"eslint": "8.50.0",
"eslint": "8.51.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-tailwind": "0.2.1",
"fork-ts-checker-webpack-plugin": "8.0.0",
"fork-ts-checker-webpack-plugin": "9.0.0",
"jest": "29.7.0",
"mock-aws-s3": "4.0.2",
"nock": "13.3.3",
"nock": "13.3.4",
"node-loader": "2.0.0",
"prettier": "3.0.3",
"reflect-metadata": "0.1.13",
"semantic-release": "22.0.5",
"style-loader": "3.3.3",
"ts-jest": "29.1.1",
"ts-loader": "9.4.4",
"ts-loader": "9.5.0",
"ts-node": "10.9.1",
"typescript": "5.2.2"
},
"dependencies": {
"@headlessui/react": "1.7.17",
"@heroicons/react": "2.0.18",
"@tailwindcss/forms": "0.5.6",
"@tanstack/react-query": "4.35.7",
"@types/eslint": "8.44.3",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"@tanstack/react-query": "4.36.1",
"@types/eslint": "8.44.4",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"autoprefixer": "10.4.16",
"axios": "1.5.1",
"case": "1.6.3",
Expand All @@ -156,10 +156,10 @@
"gpt-3-encoder": "1.1.4",
"html-entities": "2.4.0",
"ini": "4.1.1",
"jose": "4.15.2",
"jose": "4.15.3",
"locale-codes": "1.3.1",
"nearest-color": "0.4.4",
"openai": "4.11.1",
"openai": "4.12.1",
"postcss": "8.4.31",
"postcss-loader": "7.3.3",
"react": "18.2.0",
Expand Down
Loading

0 comments on commit 848f3d0

Please sign in to comment.