Skip to content

Commit

Permalink
Updated dependencies (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
quietbits authored Oct 24, 2023
1 parent 556a3a5 commit ffbce91
Show file tree
Hide file tree
Showing 2 changed files with 860 additions and 411 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,63 +12,63 @@
},
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"@reduxjs/toolkit": "^1.9.7",
"@stellar/design-system": "^1.0.0",
"@stellar/tsconfig": "^1.0.2",
"@svgr/webpack": "8.0.1",
"@svgr/webpack": "8.1.0",
"@tanstack/react-query": "^4.29.25",
"@tanstack/react-query-devtools": "^4.35.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.3",
"@types/lodash": "^4.14.195",
"@types/node": "^20.4.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.6",
"@types/lodash": "^4.14.200",
"@types/node": "^20.8.8",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-google-recaptcha": "^2.1.5",
"@types/react-redux": "^7.1.25",
"@types/react-redux": "^7.1.28",
"@types/react-router-dom": "^5.3.3",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"assert": "^2.0.0",
"bignumber.js": "^9.1.1",
"@types/uuid": "^9.0.6",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"assert": "^2.1.0",
"bignumber.js": "^9.1.2",
"buffer": "^6.0.3",
"concurrently": "^8.2.0",
"concurrently": "^8.2.2",
"crypto-browserify": "^3.12.0",
"date-fns": "^2.30.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react": "^1.1.7",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"https-browserify": "^1.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"lint-staged": "^15.0.2",
"lodash": "^4.17.21",
"node-sass": "^9.0.0",
"oidc-client-ts": "^2.2.4",
"oidc-client-ts": "^2.3.0",
"os-browserify": "^0.3.0",
"papaparse": "^5.4.1",
"prettier": "^2.8.7",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-redux": "^8.1.1",
"react-router-dom": "^6.14.2",
"react-redux": "^8.1.3",
"react-router-dom": "^6.17.0",
"redux": "^4.2.1",
"sass": "^1.64.0",
"sass": "^1.69.4",
"sass-loader": "^13.3.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"typescript": "^5.1.6",
"url": "^0.11.1"
"typescript": "^5.2.2",
"url": "^0.11.3"
},
"scripts": {
"start": "yarn git-info && webpack serve --open --config webpack.dev.js",
Expand Down Expand Up @@ -101,20 +101,20 @@
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^4.29.25",
"@types/papaparse": "^5.3.7",
"@types/papaparse": "^5.3.10",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"eslint-webpack-plugin": "^4.0.1",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"fork-ts-checker-webpack-plugin": "^9.0.0",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"react-hot-loader": "^4.13.1",
"style-loader": "^3.3.3",
"ts-loader": "^9.4.4",
"ts-loader": "^9.5.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"webpack": "^5.88.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
Expand Down
Loading

0 comments on commit ffbce91

Please sign in to comment.