Skip to content

Commit

Permalink
fix(deps): update else
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2022
1 parent b29793d commit ba27ae0
Show file tree
Hide file tree
Showing 3 changed files with 414 additions and 419 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.15.1
16.16.0
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
]
},
"resolutions": {
"@types/react": "18.0.14"
"@types/react": "18.0.15"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.1.1",
"@fortawesome/free-solid-svg-icons": "6.1.1",
"@fortawesome/fontawesome-svg-core": "6.1.2",
"@fortawesome/free-solid-svg-icons": "6.1.2",
"@fortawesome/react-fontawesome": "0.2.0",
"ajv": "8.11.0",
"chroma-js": "2.4.2",
Expand All @@ -53,40 +53,40 @@
"devDependencies": {
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.3.0",
"@types/chroma-js": "2.1.3",
"@types/chrome": "0.0.191",
"@types/chroma-js": "2.1.4",
"@types/chrome": "0.0.193",
"@types/jest": "27.5.2",
"@types/js-yaml": "4.0.5",
"@types/lodash.debounce": "4.0.7",
"@types/mustache": "4.1.3",
"@types/node": "16.11.43",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@types/mustache": "4.2.1",
"@types/node": "16.11.45",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/react-router-dom": "5.3.3",
"@types/styled-components": "5.1.25",
"ajv-cli": "5.0.0",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.7.1",
"eslint-plugin-jest": "26.5.3",
"eslint-plugin-jest": "26.6.0",
"eslint-plugin-react": "7.30.1",
"gts": "3.1.0",
"html-webpack-plugin": "5.5.0",
"husky": "8.0.1",
"identity-obj-proxy": "3.0.0",
"jest": "28.1.2",
"jest": "28.1.3",
"jest-chrome": "0.7.2",
"jest-environment-jsdom": "28.1.2",
"jest-environment-jsdom": "28.1.3",
"jest-styled-components": "7.0.8",
"js-yaml": "4.1.0",
"license-webpack-plugin": "4.0.2",
"lint-staged": "12.5.0",
"style-loader": "3.3.1",
"ts-jest": "28.0.5",
"ts-jest": "28.0.7",
"ts-loader": "9.3.1",
"ts-node": "10.8.2",
"ts-node": "10.9.1",
"typescript": "4.7.4",
"webpack": "5.73.0",
"webpack": "5.74.0",
"webpack-cli": "4.10.0"
},
"engines": {
Expand Down
Loading

0 comments on commit ba27ae0

Please sign in to comment.