Skip to content

Commit

Permalink
Update dependencies June 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Corentin Mors committed Jun 15, 2024
1 parent 3fa353b commit eec6464
Show file tree
Hide file tree
Showing 2 changed files with 1,679 additions and 972 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,40 +42,40 @@
},
"dependencies": {
"@gitbeaker/browser": "^35.8.1",
"@primer/octicons-react": "^19.8.0",
"@primer/octicons-react": "^19.9.0",
"@primer/react": "^35.16.0",
"marked": "^11.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanitize-html": "^2.12.1",
"marked": "^11.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanitize-html": "^2.13.0",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@parcel/config-webextension": "^2.11.0",
"@parcel/reporter-bundle-analyzer": "^2.11.0",
"@parcel/transformer-typescript-tsc": "^2.11.0",
"@parcel/config-webextension": "^2.12.0",
"@parcel/reporter-bundle-analyzer": "^2.12.0",
"@parcel/transformer-typescript-tsc": "^2.12.0",
"@types/archiver": "^6.0.2",
"@types/node": "^18.11.18",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.0.10",
"@types/sanitize-html": "^2.9.5",
"@types/node": "^18.19.34",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/sanitize-html": "^2.11.0",
"@types/styled-components": "^5.1.26",
"@types/webextension-polyfill": "^0.10.7",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"archiver": "^6.0.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"archiver": "^6.0.2",
"buffer": "^5.5.0||^6.0.0",
"eslint": "^8.31.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-compat": "^4.0.2",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"parcel": "^2.11.0",
"prettier": "^3.1.1",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"parcel": "^2.12.0",
"prettier": "^3.3.2",
"process": "^0.11.10",
"styled-components": "^5.1.26",
"ts-node": "^10.9.1",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"engines": {
"node": "18.x.x",
Expand Down
Loading

0 comments on commit eec6464

Please sign in to comment.