Skip to content

Commit

Permalink
fix(renovate): Update minor
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan committed Feb 10, 2024
1 parent 062e0e3 commit 33ea672
Show file tree
Hide file tree
Showing 4 changed files with 268 additions and 231 deletions.
116 changes: 69 additions & 47 deletions docker-build/package-lock.json

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

4 changes: 2 additions & 2 deletions docker-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"license": "ISC",
"dependencies": {
"@types/eslint": "8.44.8",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"ts-node": "10.9.1",
"typescript": "5.3.2",
"ts-loader": "9.5.1",
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.2.4",
"@testing-library/jest-dom": "6.1.5",
"@testing-library/react": "14.1.2",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@types/electron-devtools-installer": "2.2.5",
"@types/git-url-parse": "9.0.3",
"@types/ini": "4.1.0",
Expand All @@ -104,27 +104,27 @@
"@types/node-fetch": "2.6.9",
"@types/react": "18.2.42",
"@types/react-dom": "18.2.17",
"@typescript-eslint/utils": "6.13.2",
"@typescript-eslint/utils": "6.21.0",
"@vercel/webpack-asset-relocator-loader": "1.7.3",
"aws-sdk": "2.1511.0",
"aws-sdk": "2.1553.0",
"cross-env": "^7.0.3",
"css-loader": "6.8.1",
"css-loader": "6.10.0",
"electron": "28.2.0",
"electron-builder": "24.9.1",
"electron-devtools-installer": "3.2.0",
"electron-notarize": "1.2.2",
"eslint": "8.55.0",
"eslint": "8.56.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-tailwind": "0.2.1",
"fork-ts-checker-webpack-plugin": "9.0.2",
"jest": "29.7.0",
"mock-aws-s3": "4.0.2",
"nock": "13.4.0",
"nock": "13.5.1",
"node-loader": "2.0.0",
"prettier": "3.1.0",
"reflect-metadata": "0.1.13",
"prettier": "3.2.5",
"reflect-metadata": "0.2.1",
"semantic-release": "23.0.0",
"style-loader": "3.3.3",
"ts-jest": "29.1.1",
Expand All @@ -134,18 +134,18 @@
},
"dependencies": {
"@headlessui/react": "1.7.17",
"@heroicons/react": "2.0.18",
"@heroicons/react": "2.1.1",
"@tailwindcss/forms": "0.5.7",
"@tanstack/react-query": "5.18.0",
"@types/eslint": "8.44.8",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"autoprefixer": "10.4.16",
"axios": "1.6.2",
"case": "1.6.3",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"clsx": "2.0.0",
"clsx": "2.1.0",
"colord": "2.9.3",
"date-fns": "3.3.1",
"date-fns-tz": "2.0.0",
Expand All @@ -156,21 +156,21 @@
"gpt-3-encoder": "1.1.4",
"html-entities": "2.4.0",
"ini": "4.1.1",
"jose": "5.1.3",
"jose": "5.2.1",
"locale-codes": "1.3.1",
"nearest-color": "0.4.4",
"openai": "4.20.1",
"openai": "4.26.1",
"postcss": "8.4.32",
"postcss-loader": "8.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.48.2",
"react-hook-form": "7.50.1",
"react-resizable-panels": "2.0.1",
"react-router": "6.20.1",
"react-router-dom": "6.20.1",
"simple-git": "3.21.0",
"react-router": "6.22.0",
"react-router-dom": "6.22.0",
"simple-git": "3.22.0",
"sqlite3": "5.1.6",
"tailwindcss": "3.3.6",
"tailwindcss": "3.4.1",
"use-debounce": "10.0.0",
"zod": "3.22.4"
}
Expand Down
Loading

0 comments on commit 33ea672

Please sign in to comment.