Skip to content

Commit

Permalink
Merge pull request #42 from darraghoriordan/renovate/patch-patch
Browse files Browse the repository at this point in the history
fix(renovate): Update patch (patch)
  • Loading branch information
darraghoriordan authored Nov 28, 2023
2 parents 54d16a0 + a56e6c0 commit 9341f02
Show file tree
Hide file tree
Showing 5 changed files with 324 additions and 293 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.0
18.18.2
126 changes: 67 additions & 59 deletions docker-build/package-lock.json

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

8 changes: 4 additions & 4 deletions docker-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"author": "",
"license": "ISC",
"dependencies": {
"@types/eslint": "8.44.3",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"@types/eslint": "8.44.7",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"ts-loader": "9.4.4",
"@types/node": "18.18.3"
"@types/node": "18.18.13"
}
}
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,51 +93,51 @@
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.2.1",
"@testing-library/jest-dom": "6.1.3",
"@semantic-release/github": "9.2.3",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.0.0",
"@types/electron-devtools-installer": "2.2.3",
"@types/git-url-parse": "9.0.1",
"@types/ini": "1.3.31",
"@types/jest": "29.5.5",
"@types/node": "20.8.4",
"@types/node-fetch": "2.6.6",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@types/electron-devtools-installer": "2.2.5",
"@types/git-url-parse": "9.0.3",
"@types/ini": "1.3.33",
"@types/jest": "29.5.10",
"@types/node": "20.8.10",
"@types/node-fetch": "2.6.9",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.17",
"@typescript-eslint/utils": "6.7.5",
"@vercel/webpack-asset-relocator-loader": "1.7.3",
"aws-sdk": "2.1472.0",
"cross-env": "^7.0.3",
"css-loader": "6.8.1",
"electron": "27.0.0",
"electron-builder": "24.6.4",
"electron": "27.0.4",
"electron-builder": "24.6.5",
"electron-devtools-installer": "3.2.0",
"electron-notarize": "1.2.2",
"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": "9.0.0",
"fork-ts-checker-webpack-plugin": "9.0.2",
"jest": "29.7.0",
"mock-aws-s3": "4.0.2",
"nock": "13.3.4",
"nock": "13.3.8",
"node-loader": "2.0.0",
"prettier": "3.0.3",
"reflect-metadata": "0.1.13",
"semantic-release": "22.0.5",
"semantic-release": "22.0.8",
"style-loader": "3.3.3",
"ts-jest": "29.1.1",
"ts-loader": "9.5.0",
"ts-loader": "9.5.1",
"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",
"@tailwindcss/forms": "0.5.7",
"@tanstack/react-query": "4.36.1",
"@types/eslint": "8.44.4",
"@types/eslint": "8.44.7",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"autoprefixer": "10.4.16",
Expand All @@ -152,25 +152,25 @@
"electron-context-menu": "3.6.1",
"electron-squirrel-startup": "1.0.0",
"file-loader": "6.2.0",
"git-url-parse": "13.1.0",
"git-url-parse": "13.1.1",
"gpt-3-encoder": "1.1.4",
"html-entities": "2.4.0",
"ini": "4.1.1",
"jose": "4.15.3",
"jose": "4.15.4",
"locale-codes": "1.3.1",
"nearest-color": "0.4.4",
"openai": "4.12.1",
"openai": "4.12.4",
"postcss": "8.4.31",
"postcss-loader": "7.3.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.47.0",
"react-resizable-panels": "0.0.55",
"react-resizable-panels": "0.0.61",
"react-router": "6.16.0",
"react-router-dom": "6.16.0",
"simple-git": "3.20.0",
"sqlite3": "5.1.6",
"tailwindcss": "3.3.3",
"tailwindcss": "3.3.5",
"use-debounce": "9.0.4",
"zod": "3.22.4"
}
Expand Down
Loading

0 comments on commit 9341f02

Please sign in to comment.