Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenKowalzik committed Sep 6, 2024
1 parent 7d8acf1 commit d6b6ecf
Show file tree
Hide file tree
Showing 7 changed files with 11,142 additions and 5,796 deletions.
18 changes: 9 additions & 9 deletions embetty-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,27 @@
"@types/cors": "^2.8.17",
"@types/debug": "^4.1.12",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"@types/morgan": "^1.9.9",
"@types/nunjucks": "^3.2.6",
"@types/supertest": "^2.0.16",
"jest": "^29.7.0",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"tsc-watch": "^6.0.4"
"supertest": "^6.3.4",
"ts-jest": "^29.2.5",
"tsc-watch": "^6.2.0"
},
"dependencies": {
"@embetty/base": "workspace:*",
"@embetty/component": "workspace:*",
"commander": "^10.0.1",
"cors": "^2.8.5",
"debug": "^4.3.4",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"debug": "^4.3.7",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"helmet": "^6.2.0",
"http-status": "^1.7.3",
"http-status": "^1.7.4",
"morgan": "^1.10.0",
"nunjucks": "^3.2.4",
"tslib": "^2.6.2"
"tslib": "^2.7.0"
}
}
21 changes: 10 additions & 11 deletions embetty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,30 +49,29 @@
"@embetty/types": "workspace:^",
"@types/fs-extra": "^11.0.4",
"@types/hogan.js": "^3.0.5",
"@types/jest": "^29.5.11",
"autoprefixer": "^10.4.16",
"@types/jest": "^29.5.12",
"autoprefixer": "^10.4.20",
"cpy-cli": "^4.2.0",
"css-loader": "^6.8.1",
"css-loader": "^6.11.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"fs-extra": "^11.2.0",
"gh-pages": "^5.0.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^13.3.0",
"postcss": "^8.4.32",
"postcss": "^8.4.45",
"postcss-loader": "^7.3.4",
"raw-loader": "^4.0.2",
"rimraf": "^5.0.5",
"sass": "^1.69.7",
"rimraf": "^5.0.10",
"sass": "^1.78.0",
"sass-loader": "^13.3.3",
"ts-jest": "^29.1.1",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
"webpack-dev-server": "^4.15.2"
}
}
12 changes: 6 additions & 6 deletions libs/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"axios": "^1.6.3",
"axios": "^1.7.7",
"cheerio": "1.0.0-rc.12",
"content-type": "^1.0.5",
"debug": "^4.3.4",
"ioredis": "^5.3.2",
"debug": "^4.3.7",
"ioredis": "^5.4.1",
"lru-cache": "^9.1.2",
"tslib": "^2.6.2"
"tslib": "^2.7.0"
},
"devDependencies": {
"@embetty/eslint-config": "workspace:*",
Expand All @@ -31,8 +31,8 @@
"@embetty/types": "workspace:^",
"@types/content-type": "^1.1.8",
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.1.1"
"ts-jest": "^29.2.5"
}
}
2 changes: 1 addition & 1 deletion libs/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"@embetty/eslint-config": "workspace:*",
"@embetty/tsconfig": "workspace:*",
"tslib": "^2.6.2"
"tslib": "^2.7.0"
},
"publishConfig": {
"access": "public",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
},
"dependencies": {
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.5.4"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@changesets/cli": "^2.27.8",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@embetty/eslint-config": "workspace:^",
"@embetty/tsconfig": "workspace:^",
"@types/jest": "^29.5.11",
"@types/node": "^18.19.4",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.50",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"lint-staged": "^15.2.10",
"prettier": "^2.8.8"
}
}
Loading

0 comments on commit d6b6ecf

Please sign in to comment.