Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed Dec 18, 2023
1 parent e43a422 commit 02b0104
Show file tree
Hide file tree
Showing 3 changed files with 1,224 additions and 963 deletions.
32 changes: 16 additions & 16 deletions packages/greenbox-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,28 @@
},
"dependencies": {
"greenbox-data": "^0.0.0",
"kolmafia": "^5.27586.0",
"libram": "^0.8.9"
"kolmafia": "^5.27741.0",
"libram": "^0.8.18"
},
"devDependencies": {
"@babel/core": "^7.22.17",
"@babel/core": "^7.23.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/preset-env": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"esbuild": "^0.19.2",
"@babel/preset-env": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"esbuild": "^0.19.9",
"esbuild-plugin-babel": "^0.2.3",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-libram": "^0.3.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-libram": "^0.4.0",
"eslint-plugin-prettier": "^5.0.1",
"greenbox-prettier-config": "^0.0.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
"prettier": "^3.1.1",
"typescript": "^5.3.3"
},
"prettier": "greenbox-prettier-config"
}
36 changes: 18 additions & 18 deletions packages/greenbox-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,39 +11,39 @@
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.1",
"@chakra-ui/system": "^2.6.1",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/system": "^2.6.2",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@reduxjs/toolkit": "^1.8.3",
"@reduxjs/toolkit": "^2.0.1",
"color": "^4.2.3",
"comlink": "^4.3.1",
"data-of-loathing": "^1.4.0",
"date-fns": "^2.29.2",
"framer-motion": "^10.16.4",
"date-fns": "^3.0.0",
"framer-motion": "^10.16.16",
"greenbox-data": "^0.0.0",
"he": "^1.2.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.2",
"recharts": "^2.8.0",
"redux": "^4.2.0",
"react-redux": "^9.0.4",
"recharts": "^2.10.3",
"redux": "^5.0.0",
"redux-persist": "^6.0.0",
"use-query-params": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.17",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/color": "^3.0.4",
"@types/he": "^1.1.2",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"@babel/core": "^7.23.6",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/color": "^3.0.6",
"@types/he": "^1.2.3",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"greenbox-prettier-config": "^0.0.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"vite": "^4.4.9"
"prettier": "^3.1.1",
"typescript": "^5.3.3",
"vite": "^5.0.10"
},
"prettier": "greenbox-prettier-config"
}
Loading

0 comments on commit 02b0104

Please sign in to comment.