Skip to content

Commit

Permalink
Bump dependencies including yarn engine
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed Jun 18, 2024
1 parent c53ab29 commit 484922c
Show file tree
Hide file tree
Showing 8 changed files with 11,906 additions and 7,689 deletions.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
node_modules
.DS_Store
build/
.vscode
.vscode

.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
"packages/*"
],
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"prettier": "^3.0.3"
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/prettier": "^3.0.0",
"@vue/compiler-sfc": "^3.4.29",
"prettier": "^3.3.2"
},
"scripts": {
"build": "yarn workspace excavator-script run build",
Expand All @@ -16,5 +18,6 @@
},
"engines": {
"node": ">= 18.20"
}
},
"packageManager": "yarn@4.3.0"
}
2 changes: 1 addition & 1 deletion packages/excavator-prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"prettier": "^3.1.1"
"prettier": "^3.3.2"
},
"peerDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/excavator-projects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"devDependencies": {
"excavator-prettier-config": "^0.0.0",
"prettier": "^3.1.1",
"typescript": "^5.4.3"
"prettier": "^3.3.2",
"typescript": "^5.4.5"
},
"prettier": "excavator-prettier-config",
"dependencies": {
"kolmafia": "^5.27896.0"
"kolmafia": "^5.27983.0"
}
}
32 changes: 16 additions & 16 deletions packages/excavator-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,30 @@
"watch": "node build.mjs --watch"
},
"dependencies": {
"core-js": "^3.0.0",
"kolmafia": "^5.27896.0",
"libram": "^0.8.25"
"core-js": "^3.37.1",
"kolmafia": "^5.27983.0",
"libram": "^0.9.0"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/core": "^7.24.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/preset-env": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.12.6",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"esbuild": "^0.20.2",
"@types/node": "^20.14.5",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"esbuild": "^0.21.5",
"esbuild-plugin-babel": "^0.2.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-libram": "^0.4.5",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-libram": "^0.4.8",
"eslint-plugin-prettier": "^5.1.3",
"excavator-prettier-config": "^0.0.0",
"excavator-projects": "^0.0.0",
"prettier": "^3.1.1",
"typescript": "^5.4.4"
"prettier": "^3.3.2",
"typescript": "^5.4.5"
},
"prettier": "excavator-prettier-config"
}
38 changes: 19 additions & 19 deletions packages/excavator-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,36 +14,36 @@
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11",
"@emotion/server": "^11",
"@emotion/styled": "^11",
"@prisma/client": "5.12.1",
"@remix-run/express": "^2.8.1",
"@remix-run/node": "^2.8.1",
"@remix-run/react": "^2.8.1",
"csv-stringify": "^6.4.6",
"@emotion/react": "^11.11.4",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.5",
"@prisma/client": "5.15.0",
"@remix-run/express": "^2.9.2",
"@remix-run/node": "^2.9.2",
"@remix-run/react": "^2.9.2",
"csv-stringify": "^6.5.0",
"dotenv": "^16.4.5",
"excavator-projects": "^0.0.0",
"express": "^4.19.2",
"fetch-cookie": "^3.0.1",
"framer-motion": "^11.0.25",
"isbot": "5.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"framer-motion": "^11.2.10",
"isbot": "5.1.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"spin-delay": "^2.0.0"
},
"devDependencies": {
"@remix-run/dev": "^2.8.1",
"@remix-run/dev": "^2.9.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/express": "^4.17.21",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.23",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"excavator-prettier-config": "^0.0.0",
"prettier": "^3.1.1",
"prisma": "^5.12.1",
"prettier": "^3.3.2",
"prisma": "^5.15.0",
"tsm": "^2.3.0",
"typescript": "^5.4.4",
"vite": "^5.2.7"
"typescript": "^5.4.5",
"vite": "^5.3.1"
},
"prettier": "excavator-prettier-config"
}
Loading

0 comments on commit 484922c

Please sign in to comment.