Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed Jul 9, 2024
1 parent 304d584 commit c5b32ae
Show file tree
Hide file tree
Showing 6 changed files with 1,238 additions and 1,043 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"prettier": "^3.3.0"
"prettier": "^3.3.2"
},
"scripts": {
"build": "yarn workspace greenbox-script run build && yarn workspace greenbox-web run build",
Expand Down
8 changes: 4 additions & 4 deletions packages/greenbox-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"greenbox-prettier-config": "^0.0.0",
"prettier": "^3.3.0",
"typescript": "^5.4.5"
"prettier": "^3.3.2",
"typescript": "^5.5.3"
},
"prettier": "greenbox-prettier-config",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/greenbox-prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"prettier": "^3.3.0"
"prettier": "^3.3.2"
},
"peerDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
Expand Down
28 changes: 14 additions & 14 deletions packages/greenbox-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,29 @@
},
"dependencies": {
"greenbox-data": "^0.0.0",
"kolmafia": "^5.27965.0",
"libram": "^0.8.37"
"kolmafia": "^5.27998.0",
"libram": "^0.9.1"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/plugin-transform-class-properties": "^7.24.6",
"@babel/plugin-transform-object-rest-spread": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@babel/core": "^7.24.7",
"@babel/plugin-transform-class-properties": "^7.24.7",
"@babel/plugin-transform-object-rest-spread": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"esbuild": "^0.21.4",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"esbuild": "^0.23.0",
"esbuild-plugin-babel": "^0.2.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-libram": "^0.4.8",
"eslint-plugin-prettier": "^5.1.3",
"greenbox-prettier-config": "^0.0.0",
"prettier": "^3.3.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
"prettier": "^3.3.2",
"typescript": "^5.5.3",
"vitest": "^2.0.1"
},
"prettier": "greenbox-prettier-config"
}
14 changes: 7 additions & 7 deletions packages/greenbox-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"@chakra-ui/system": "^2.6.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@reduxjs/toolkit": "^2.2.5",
"@reduxjs/toolkit": "^2.2.6",
"color": "^4.2.3",
"comlink": "^4.4.1",
"data-of-loathing": "^1.4.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.2.10",
"framer-motion": "^11.2.13",
"greenbox-data": "^0.0.0",
"he": "^1.2.0",
"prop-types": "^15.8.1",
Expand All @@ -33,17 +33,17 @@
"use-query-params": "^2.2.1"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/core": "^7.24.7",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/color": "^3.0.6",
"@types/he": "^1.2.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"@vitejs/plugin-react": "^4.3.1",
"greenbox-prettier-config": "^0.0.0",
"prettier": "^3.3.0",
"typescript": "^5.4.5",
"vite": "^5.2.12"
"prettier": "^3.3.2",
"typescript": "^5.5.3",
"vite": "^5.3.3"
},
"prettier": "greenbox-prettier-config"
}
Loading

0 comments on commit c5b32ae

Please sign in to comment.