Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Dec 23, 2023
1 parent af70040 commit 3dc0f5c
Show file tree
Hide file tree
Showing 2 changed files with 1,088 additions and 784 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,45 +14,45 @@
"devPreinstall": "husky install"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"@types/lodash": "^4.14.197",
"@types/node": "20.5.4",
"@types/react": "^18.2.21",
"@reduxjs/toolkit": "^2.0.1",
"@types/lodash": "^4.14.202",
"@types/node": "20.10.5",
"@types/react": "^18.2.45",
"classnames": "^2.3.2",
"ekb": "^1.1.4",
"framer-motion": "^10.16.1",
"hls.js": "^1.4.10",
"ekb": "^1.1.5",
"framer-motion": "^10.16.16",
"hls.js": "^1.4.14",
"lodash": "^4.17.21",
"mapbox-gl": "npm:[email protected]",
"maplibre-gl": "^3.3.0",
"next": "13.4.19",
"maplibre-gl": "^3.6.2",
"next": "14.0.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-mixins": "^9.0.4",
"postcss-nesting": "^12.0.1",
"postcss-preset-env": "^9.1.4",
"postcss-nesting": "^12.0.2",
"postcss-preset-env": "^9.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-map-gl": "^7.1.3",
"react-modal-sheet": "^2.0.0",
"react-redux": "^8.1.2",
"redux": "^4.2.1",
"typescript": "^5.1.6"
"react-map-gl": "7.1.3",
"react-modal-sheet": "^2.2.0",
"react-redux": "^9.0.4",
"redux": "^5.0.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint": "^8.47.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-config-next": "14.0.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",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "3.0.2"
"lint-staged": "^15.2.0",
"prettier": "3.1.1"
}
}
Loading

0 comments on commit 3dc0f5c

Please sign in to comment.