Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
secundant committed Feb 18, 2024
1 parent 3774a70 commit 44dfbe4
Show file tree
Hide file tree
Showing 17 changed files with 2,262 additions and 3,002 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"packageManager": "[email protected]",
"devDependencies": {
"vitepress": "1.0.0-rc.35"
"vitepress": "1.0.0-rc.43"
},
"scripts": {
"dev": "vitepress dev",
Expand Down
8 changes: 4 additions & 4 deletions examples/log-frameworks-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"koa-router": "12.0.1"
},
"devDependencies": {
"@types/express": "4.17.20",
"@types/koa": "2.13.10",
"@types/koa-router": "7.4.6",
"tsx": "3.14.0",
"@types/express": "4.17.21",
"@types/koa": "2.14.0",
"@types/koa-router": "7.4.8",
"tsx": "4.7.1",
"typescript": "5.3.3"
}
}
16 changes: 8 additions & 8 deletions examples/svg-magic-with-figma-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/react": "18.2.56",
"@types/react-dom": "18.2.19",
"@vitejs/plugin-react": "4.2.1",
"autoprefixer": "10.4.16",
"postcss": "8.4.31",
"tailwindcss": "3.3.5",
"autoprefixer": "10.4.17",
"postcss": "8.4.35",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"vite": "5.0.10",
"vite-tsconfig-paths": "4.2.3",
"vitest": "1.1.1"
"vite": "5.1.3",
"vite-tsconfig-paths": "4.3.1",
"vitest": "1.3.0"
},
"scripts": {
"export-icons": "figma export --verbose",
Expand Down
20 changes: 10 additions & 10 deletions examples/svg-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.10.7",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"autoprefixer": "10.4.16",
"eslint": "8.52.0",
"eslint-config-next": "14.0.0",
"@types/node": "20.11.19",
"@types/react": "18.2.56",
"@types/react-dom": "18.2.19",
"autoprefixer": "10.4.17",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"next": "13.5.6",
"postcss": "8.4.31",
"postcss": "8.4.35",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.5",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
},
"devDependencies": {
"@neodx/svg": "workspace:*",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14"
"@types/react": "18.2.56",
"@types/react-dom": "18.2.19"
},
"nx": {
"targets": {
Expand Down
14 changes: 7 additions & 7 deletions examples/svg-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
},
"devDependencies": {
"@neodx/svg": "*",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/react": "18.2.56",
"@types/react-dom": "18.2.19",
"@vitejs/plugin-react": "4.2.1",
"autoprefixer": "10.4.16",
"postcss": "8.4.31",
"tailwindcss": "3.3.5",
"autoprefixer": "10.4.17",
"postcss": "8.4.35",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"vite": "5.0.10",
"vite-tsconfig-paths": "4.2.3"
"vite": "5.1.3",
"vite-tsconfig-paths": "4.3.1"
},
"scripts": {
"dev": "vite",
Expand Down
18 changes: 9 additions & 9 deletions libs/autobuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,30 +49,30 @@
"stylus": "*"
},
"devDependencies": {
"@swc/helpers": "0.5.3",
"@types/babel__core": "7.20.3",
"@types/react": "18.2.33",
"postcss": "8.4.31",
"@swc/helpers": "0.5.6",
"@types/babel__core": "7.20.5",
"@types/react": "18.2.56",
"postcss": "8.4.35",
"react": "18.2.0",
"sass": "1.69.5"
},
"dependencies": {
"@babel/core": "7.23.2",
"@babel/core": "7.23.9",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/pluginutils": "5.0.5",
"@swc/core": "1.3.95",
"@rollup/pluginutils": "5.1.0",
"@swc/core": "1.4.1",
"jsonc-parser": "3.2.0",
"lilconfig": "2.1.0",
"maxmin": "4.0.0",
"picocolors": "1.0.0",
"rollup": "4.1.4",
"rollup": "4.12.0",
"rollup-plugin-dts": "6.1.0",
"rollup-plugin-postcss": "4.0.2",
"sade": "1.8.1",
"tiny-glob": "0.2.9",
"tsconfck": "3.0.0",
"tsconfck": "3.0.2",
"typescript": "5.3.3"
}
}
8 changes: 4 additions & 4 deletions libs/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
},
"devDependencies": {
"@neodx/autobuild": "*",
"@types/ejs": "3.1.4",
"@types/semver": "7.5.4",
"@types/tmp": "0.2.5",
"@types/ejs": "3.1.5",
"@types/semver": "7.5.7",
"@types/tmp": "0.2.6",
"tmp": "0.2.1"
},
"dependencies": {
Expand All @@ -67,7 +67,7 @@
"ejs": "3.1.9",
"jsonc-parser": "3.2.0",
"picocolors": "1.0.0",
"prettier": "3.0.3",
"prettier": "3.2.5",
"semver": "7.5.4"
},
"nx": {
Expand Down
2 changes: 1 addition & 1 deletion libs/figma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"colord": "2.9.3",
"commander": "11.1.0",
"cosmiconfig": "8.3.6",
"pathe": "1.1.1",
"pathe": "1.1.2",
"svgo": "3.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion libs/fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@neodx/autobuild": "*",
"@types/tmp": "0.2.5",
"@types/tmp": "0.2.6",
"tmp": "0.2.1"
},
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions libs/glob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@neodx/std": "^0.2.0"
},
"devDependencies": {
"@neodx/autobuild": "*",
"grammex": "3.1.2"
},
"exports": {
Expand Down
12 changes: 6 additions & 6 deletions libs/log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,22 @@
},
"dependencies": {
"@neodx/colors": "0.2.6",
"pathe": "1.1.1"
"pathe": "1.1.2"
},
"devDependencies": {
"@neodx/autobuild": "*",
"@types/bunyan": "1.8.10",
"@types/express": "4.17.20",
"@types/koa": "2.13.10",
"@types/tmp": "0.2.5",
"@types/bunyan": "1.8.11",
"@types/express": "4.17.21",
"@types/koa": "2.14.0",
"@types/tmp": "0.2.6",
"bunyan": "1.8.15",
"cli-truncate": "3.1.0",
"express": "4.18.2",
"koa": "2.14.2",
"loglevel": "1.8.1",
"pino": "8.16.1",
"tmp": "0.2.1",
"tsx": "3.14.0",
"tsx": "4.7.1",
"winston": "3.11.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions libs/pkg-misc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"@neodx/fs": "0.0.10",
"@neodx/std": "0.2.0",
"@types/prettier": "3.0.0",
"pathe": "1.1.1",
"pathe": "1.1.2",
"semver": "7.5.4"
},
"devDependencies": {
"@neodx/autobuild": "*",
"@types/semver": "7.5.4",
"prettier": "3.0.3"
"@types/semver": "7.5.7",
"prettier": "3.2.5"
},
"peerDependencies": {
"@types/semver": "*",
Expand Down
14 changes: 7 additions & 7 deletions libs/svg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,22 +66,22 @@
"chokidar": "3.5.3",
"colord": "2.9.3",
"commander": "11.1.0",
"pathe": "1.1.1",
"pathe": "1.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"svgo": "3.0.2",
"svgson": "5.3.1",
"unplugin": "1.6.0",
"unplugin": "1.7.1",
"zod": "3.22.4"
},
"devDependencies": {
"@neodx/autobuild": "*",
"@swc/helpers": "0.5.3",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@swc/helpers": "0.5.6",
"@types/react": "18.2.56",
"@types/react-dom": "18.2.19",
"@types/svgo": "3.0.0",
"clsx": "2.0.0",
"prettier": "3.0.3"
"clsx": "2.1.0",
"prettier": "3.2.5"
},
"peerDependencies": {
"prettier": "*"
Expand Down
10 changes: 5 additions & 5 deletions libs/vfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
},
"devDependencies": {
"@neodx/autobuild": "*",
"@types/tmp": "0.2.5",
"@types/tmp": "0.2.6",
"tmp": "0.2.1",
"tsx": "3.14.0"
"tsx": "4.7.1"
},
"exports": {
".": {
Expand Down Expand Up @@ -97,11 +97,11 @@
"@neodx/log": "0.3.0",
"@neodx/pkg-misc": "0.0.8",
"@neodx/std": "0.2.0",
"@types/eslint": "8.56.1",
"@types/eslint": "8.56.2",
"grammex": "3.1.2",
"pathe": "1.1.1",
"pathe": "1.1.2",
"pkg-types": "1.0.3",
"ts-pattern": "5.0.6"
"ts-pattern": "5.0.8"
},
"peerDependencies": {
"eslint": "*",
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,28 +27,28 @@
"release-publish": "AUTOBUILD_FORCE_FLATTEN=true yarn nx affected:build && yarn changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
"@commitlint/cli": "18.2.0",
"@commitlint/config-conventional": "18.1.0",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.2",
"@neodx/scripts": "workspace:*",
"@nx/vite": "17.2.8",
"@types/node": "20.10.7",
"eslint": "8.52.0",
"eslint-kit": "10.5.2",
"@nx/vite": "18.0.4",
"@types/node": "20.11.19",
"eslint": "8.56.0",
"eslint-kit": "10.15.0",
"husky": "8.0.3",
"is-ci": "3.0.1",
"lint-staged": "15.0.2",
"micromatch": "4.0.5",
"nx": "17.0.2",
"nx": "18.0.4",
"picomatch": "3.0.1",
"prettier": "3.0.3",
"tsx": "3.14.0",
"prettier": "3.2.5",
"tsx": "4.7.1",
"typescript": "5.3.3",
"vite": "5.0.10",
"vite-plugin-dts": "3.7.0",
"vite-tsconfig-paths": "4.2.3",
"vitest": "1.1.1",
"vite": "5.1.3",
"vite-plugin-dts": "3.7.2",
"vite-tsconfig-paths": "4.3.1",
"vitest": "1.3.0",
"zeptomatch": "1.2.2"
},
"dependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@neodx/autobuild": "*",
"@neodx/std": "*",
"@neodx/vfs": "*",
"@nrwl/devkit": "17.0.2",
"@nrwl/devkit": "18.0.4",
"execa": "8.0.1",
"sade": "1.8.1"
}
Expand Down
Loading

0 comments on commit 44dfbe4

Please sign in to comment.