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 May 10, 2024
1 parent b308f9d commit df82d39
Show file tree
Hide file tree
Showing 3 changed files with 1,487 additions and 1,465 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.20.2
74 changes: 37 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,63 +30,63 @@
]
},
"resolutions": {
"@types/react": "18.0.14"
"@types/react": "18.3.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.1.1",
"@fortawesome/free-solid-svg-icons": "6.1.1",
"@fortawesome/fontawesome-svg-core": "6.5.2",
"@fortawesome/free-solid-svg-icons": "6.5.2",
"@fortawesome/react-fontawesome": "0.2.0",
"ajv": "8.11.0",
"ajv": "8.13.0",
"chroma-js": "2.4.2",
"jsx-runtime": "1.2.0",
"lodash.debounce": "4.0.8",
"mustache": "4.2.0",
"prismjs": "1.28.0",
"react": "18.2.0",
"prismjs": "1.29.0",
"react": "18.3.1",
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "18.2.0",
"react-router-dom": "6.3.0",
"react-simple-code-editor": "0.11.2",
"styled-components": "5.3.5"
"react-dom": "18.3.1",
"react-router-dom": "6.23.1",
"react-simple-code-editor": "0.13.1",
"styled-components": "5.3.11"
},
"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",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "13.4.0",
"@types/chroma-js": "2.4.4",
"@types/chrome": "0.0.267",
"@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/js-yaml": "4.0.9",
"@types/lodash.debounce": "4.0.9",
"@types/mustache": "4.2.5",
"@types/node": "16.18.97",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"@types/styled-components": "5.1.25",
"@types/styled-components": "5.1.34",
"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-react": "7.30.1",
"gts": "3.1.0",
"html-webpack-plugin": "5.5.0",
"husky": "8.0.1",
"css-loader": "6.11.0",
"eslint-plugin-jest": "26.9.0",
"eslint-plugin-react": "7.34.1",
"gts": "3.1.1",
"html-webpack-plugin": "5.6.0",
"husky": "8.0.3",
"identity-obj-proxy": "3.0.0",
"jest": "28.1.2",
"jest-chrome": "0.7.2",
"jest-environment-jsdom": "28.1.2",
"jest-styled-components": "7.0.8",
"jest": "28.1.3",
"jest-chrome": "0.8.0",
"jest-environment-jsdom": "28.1.3",
"jest-styled-components": "7.2.0",
"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-loader": "9.3.1",
"ts-node": "10.8.2",
"typescript": "4.7.4",
"webpack": "5.76.0",
"style-loader": "3.3.4",
"ts-jest": "28.0.8",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"typescript": "4.9.5",
"webpack": "5.91.0",
"webpack-cli": "4.10.0"
},
"engines": {
Expand Down
Loading

0 comments on commit df82d39

Please sign in to comment.