Skip to content

Commit

Permalink
added resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
kslazykv committed Jul 24, 2024
1 parent 23047aa commit 4a96ae0
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 593 deletions.
18 changes: 11 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,29 +60,30 @@
"babel-jest": "29.7.0",
"babel-loader": "9.1.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "5.2.7",
"css-loader": "^5.2.7",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-react": "^7.33.2",
"file-loader": "^6.1.0",
"file-loader": "^6.1.1",
"html-webpack-plugin": "^5.6.0",
"husky": "^8.0.3",
"jest": "29.7.0",
"jest-junit": "16.0.0",
"lint-staged": "13.1.0",
"loader-utils": "^2.0.0",
"prettier": "^3.1.1",
"react-hot-loader": "^4.13.1",
"sass-extract": "^3.0.0",
"sass-loader": "13.3.3",
"source-map-loader": "4.0.2",
"sass-loader": "^10.1.1",
"source-map-loader": "^4.0.2",
"storybook-addon-jsx": "^7.3.14",
"style-loader": "^3.3.3",
"ts-jest": "29.1.1",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "5.1.4",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
Expand Down Expand Up @@ -119,7 +120,6 @@
"ip": "2.0.1",
"jest-environment-jsdom": "^29.7.0",
"json5": "2.2.2",
"loader-utils": "3.2.1",
"markdown-to-jsx": "7.2.0",
"marked": "4.0.10",
"micromatch": "4.0.6",
Expand Down Expand Up @@ -186,7 +186,11 @@
"decode-uri-component": "^0.2.2",
"follow-redirects": "^1.15.6",
"@adobe/css-tools": "^4.3.2",
"browserify-sign": "^4.2.2"
"browserify-sign": "^4.2.2",
"micromatch": "^4.0.6",
"loader-utils": "^2.0.0",
"unset-value": "^2.0.1",
"trim-newlines": "^4.0.1"
}
}

Loading

0 comments on commit 4a96ae0

Please sign in to comment.