Skip to content

Commit

Permalink
env: dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
linkielink committed Oct 28, 2024
1 parent 762a702 commit 6cb6e60
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 164 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.32.4",
"@delphi-labs/shuttle-react": "^3.29.0",
"@keplr-wallet/cosmos": "^0.12.141",
"@keplr-wallet/cosmos": "^0.12.145",
"@tailwindcss/container-queries": "^0.1.1",
"@tanstack/react-table": "^8.20.5",
"@tippyjs/react": "^4.2.6",
Expand All @@ -35,7 +35,7 @@
"lodash.throttle": "^4.1.1",
"mobx": "^6.13.5",
"moment": "^2.30.1",
"next": "^14.2.15",
"next": "^15.0.1",
"react": "18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
Expand All @@ -54,18 +54,18 @@
"zustand": "4.5.5"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.8",
"@babel/eslint-parser": "^7.25.9",
"@eslint/compat": "^1.2.1",
"@svgr/webpack": "^8.1.0",
"@types/debounce-promise": "^3.1.9",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.throttle": "^4.1.9",
"@types/node": "^22.7.7",
"@types/react": "18.3.11",
"@types/node": "^22.8.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-helmet": "^6.1.11",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.2",
Expand All @@ -74,7 +74,7 @@
"eslint-plugin-functional": "^7.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"husky": "^9.1.6",
"identity-obj-proxy": "^3.0.0",
Expand All @@ -84,7 +84,7 @@
"shelljs": "^0.8.5",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"typescript-eslint": "^8.10.0"
"typescript-eslint": "^8.11.0"
},
"engines": {
"npm": "please-use-yarn",
Expand Down
Loading

0 comments on commit 6cb6e60

Please sign in to comment.