Skip to content

Commit

Permalink
perf(nx-plugin-internal): fixed dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat committed Sep 9, 2024
1 parent 0936569 commit 42ce15c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"@nx/web": "19.6.5",
"@nx/workspace": "19.6.5",
"@swc-node/register": "1.10.9",
"@swc/cli": "~0.3.12",
"@swc/cli": "0.3.14",
"@swc/core": "1.7.24",
"@swc/helpers": "~0.5.11",
"@swc/helpers": "0.5.13",
"@types/node": "18.16.9",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/nx-plugins/internal/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "@kcws/nx-plugin-internal",
"version": "0.0.1",
"private": true,
"type": "commonjs",
"dependencies": {
"@nx/devkit": "19.6.5",
"@swc/helpers": "~0.5.11"
"@swc/helpers": "0.5.13"
},
"main": "./src/index.js",
"typings": "./src/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 42ce15c

Please sign in to comment.