Skip to content

Commit

Permalink
fix: normalize @types/node version (#1990)
Browse files Browse the repository at this point in the history
  • Loading branch information
wre232114 authored Dec 9, 2024
1 parent 92cfb1b commit 24a95b4
Show file tree
Hide file tree
Showing 14 changed files with 143 additions and 166 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-carrots-lick.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/neat-fireants-smash.md

This file was deleted.

2 changes: 1 addition & 1 deletion crates/create-farm-rs/templates/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@nestjs/testing": "^10.0.0",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"@types/node": "^18.19.67",
"@types/supertest": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@nestjs/testing": "^10.0.0",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"@types/node": "^18.19.67",
"@types/supertest": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
Expand Down
6 changes: 6 additions & 0 deletions js-plugins/electron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farmfe/js-plugin-electron

## 1.0.2

### Patch Changes

- 80b13ce6: new import meta url runtime & merge electron preload output files

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js-plugins/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/js-plugin-electron",
"version": "1.0.1",
"version": "1.0.2",
"description": "Support development Electron App using Farm.",
"main": "./build/cjs/index.cjs",
"types": "./build/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion js-plugins/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@jridgewell/gen-mapping": "^0.3.2",
"@jridgewell/trace-mapping": "^0.3.17",
"@types/less": "^3.0.3",
"@types/node": "^18.15.3",
"@types/node": "^18.19.67",
"@types/sass": "~1.43.1",
"@types/stylus": "^0.48.38",
"@vue/compiler-sfc": "^3.3.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@codspeed/vitest-plugin": "^3.1.1",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/node": "20.14.12",
"@types/node": "^18.19.67",
"@vitest/coverage-v8": "2.0.4",
"cross-env": "^7.0.3",
"cspell": "^6.2.2",
Expand Down
1 change: 1 addition & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- e63b163a: Fix vue lazy compilation transform error when persistent cache enabled
- e63b163a: Fix mixed hmr ws protocol when proxy online host to localhost
- e63b163a: Fix module_group_graph panic which is caused by inconsistent module.module_groups when persistent cache is enabled
- 80b13ce6: new import meta url runtime & merge electron preload output files
- Updated dependencies [e63b163a]
- @farmfe/runtime-plugin-hmr@3.5.10

Expand Down
2 changes: 1 addition & 1 deletion packages/create-farm-plugin/templates/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@farmfe/cli": "^1.0.1",
"@farmfe/core": "^1.1.1",
"@farmfe/js-plugin-dts": "^0.5.1",
"@types/node": "^20.11.16",
"@types/node": "^18.19.67",
"cross-env": "^7.0.3"
},
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/create-farm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.0.16

### Patch Changes

- 92cfb1bb: Better support and compatibility for ansi color output

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-farm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-farm",
"version": "0.0.15",
"version": "0.0.16",
"description": "Rapidly create a new farm project.",
"repository": "https://github.com/farm-fe/farm/tree/main/packages/create-farm",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"type-check": "tsc -p tsconfig.json --noEmit"
},
"devDependencies": {
"@types/node": "^18.0.1",
"@types/node": "^18.19.67",
"typescript": "^4.7.4"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 24a95b4

Please sign in to comment.