Skip to content

Commit

Permalink
chore: Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Mar 1, 2024
1 parent 47e698d commit 334f10d
Show file tree
Hide file tree
Showing 11 changed files with 573 additions and 391 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@google-cloud/storage": "^7.7.0",
"@jamesives/github-pages-deploy-action": "^4.5.0",
"@jscutlery/semver": "^5.0.0",
"@jscutlery/semver": "^5.2.0",
"@nx/eslint-plugin": "18.0.2",
"@nx/jest": "18.0.2",
"@nx/js": "18.0.2",
Expand All @@ -57,20 +57,20 @@
"@nx/react": "18.0.2",
"@nx/webpack": "18.0.2",
"@swc-node/register": "1.8.0",
"@swc/core": "1.4.0",
"@swc/core": "1.4.2",
"@types/jest": "29.5.12",
"@types/node": "20.11.16",
"@types/node": "20.11.24",
"@types/shelljs": "^0.8.15",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"@vercel/ncc": "^0.38.1",
"dotenv": "16.4.1",
"eslint": "8.56.0",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"express": "^4.18.2",
"husky": "^9.0.10",
"eslint-plugin-simple-import-sort": "^12.0.0",
"express": "^4.18.3",
"husky": "^9.0.11",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"nx": "18.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase-hosting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "MIT",
"main": "src/index.js",
"dependencies": {
"firebase-tools": "^13.2.1"
"firebase-tools": "^13.4.0"
},
"builders": "./executors.json",
"generators": "./generators.json"
Expand Down
6 changes: 3 additions & 3 deletions packages/gcp-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"generators": "./generators.json",
"devDependencies": {
"@google-cloud/functions-framework": "^3.3.0",
"@nestjs/common": "^10.3.2",
"@nestjs/core": "^10.3.2",
"@nestjs/platform-express": "^10.3.2"
"@nestjs/common": "^10.3.3",
"@nestjs/core": "^10.3.3",
"@nestjs/platform-express": "^10.3.3"
},
"nx-migrations": {
"migrations": "./migrations.json"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
const { composePlugins, withNx } = require('@nx/webpack')

// Nx plugins for webpack.
module.exports = composePlugins(withNx(), (config) => {
return config
})
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,13 @@ export default async function (
sourceRoot: `${normalizedOptions.projectRoot}/src`,
targets: {
_build: {
executor: '@nx/node:build',
executor: '@nx/webpack:webpack',
outputs: ['{options.outputPath}'],
options: {
outputPath: `dist/${normalizedOptions.projectRoot}`,
main: `${normalizedOptions.projectRoot}/src/main.ts`,
tsConfig: `${normalizedOptions.projectRoot}/tsconfig.app.json`,
webpackConfig: `${normalizedOptions.projectRoot}/webpack.config.js`,
compiler: 'tsc',
target: 'node',
namedChunks: true
Expand Down
4 changes: 2 additions & 2 deletions packages/pulumi/src/executors/refresh/refresh.impl.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { buildCommand } from '@nx-extend/core'
import { ExecutorContext, workspaceRoot } from '@nx/devkit'
import { buildCommand } from '@nx-extend/core'
import { execSync } from 'child_process'
import { which } from 'shelljs'
import { join } from 'path'
import { which } from 'shelljs'

export interface RefreshOptions {
stack?: string,
Expand Down
4 changes: 2 additions & 2 deletions packages/pulumi/src/executors/up/up.impl.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { buildCommand, USE_VERBOSE_LOGGING_MINIMAL } from '@nx-extend/core'
import { ExecutorContext, workspaceRoot } from '@nx/devkit'
import { buildCommand, USE_VERBOSE_LOGGING_MINIMAL } from '@nx-extend/core'
import { execSync } from 'child_process'
import { which } from 'shelljs'
import { join } from 'path'
import { which } from 'shelljs'

export interface UpOptions {
stack?: string,
Expand Down
4 changes: 2 additions & 2 deletions packages/react-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"license": "MIT",
"main": "src/index.js",
"devDependencies": {
"@react-email/components": "0.0.15-canary.1",
"react-email": "2.1.0-canary.0"
"@react-email/components": "0.0.15",
"react-email": "2.1.0"
},
"builders": "./executors.json",
"generators": "./generators.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/shadcn-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.323.0",
"lucide-react": "^0.343.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/strapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"license": "MIT",
"main": "src/index.js",
"dependencies": {
"@strapi/generate-new": "4.20.0",
"@strapi/strapi": "4.20.0"
"@strapi/generate-new": "4.20.3",
"@strapi/strapi": "4.20.3"
},
"builders": "./executors.json",
"generators": "./generators.json"
Expand Down
Loading

0 comments on commit 334f10d

Please sign in to comment.