Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Jun 17, 2024
1 parent d15aa46 commit b3bd17b
Show file tree
Hide file tree
Showing 5 changed files with 1,366 additions and 718 deletions.
50 changes: 25 additions & 25 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,45 +8,45 @@
"check-types": "tsc --noEmit"
},
"dependencies": {
"@reduxjs/toolkit": "^2.0.1",
"classnames": "^2.3.2",
"@reduxjs/toolkit": "^2.2.5",
"classnames": "^2.5.1",
"ekb": "^1.1.5",
"figma-squircle": "^0.3.1",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"markdown-it": "^14.0.0",
"next": "^14.2.2",
"markdown-it": "^14.1.0",
"next": "^14.2.4",
"prop-types": "^15.8.1",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"react-leaflet": "4.2.1",
"react-redux": "^9.0.4",
"react": "^18.2.0",
"redux": "^5.0.0",
"react-redux": "^9.1.2",
"react": "^18.3.1",
"redux": "^5.0.1",
"transport-common": "workspace:*",
"typescript": "^5.3.3",
"typograf": "^7.3.0"
"typescript": "^5.4.5",
"typograf": "^7.4.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/leaflet": "^1.9.8",
"@types/lodash": "^4.14.202",
"@types/node": "20.10.5",
"@types/react": "^18.2.45",
"@types/leaflet": "^1.9.12",
"@types/lodash": "^4.17.5",
"@types/node": "20.14.3",
"@types/react": "^18.3.3",
"@types/react-leaflet": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "^9.5.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "14.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.32",
"postcss-nesting": "^12.0.2",
"prettier": "3.1.1"
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8.4.38",
"postcss-nesting": "^12.1.5",
"prettier": "3.3.2"
}
}
4 changes: 2 additions & 2 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"build": "tsc"
},
"dependencies": {
"tslib": "^2.6.2",
"typescript": "^4.9.5"
"tslib": "^2.6.3",
"typescript": "^5.4.5"
},
"devDependencies": {
"@types/node": "^20.14.3"
Expand Down
Loading

0 comments on commit b3bd17b

Please sign in to comment.