Skip to content

Commit

Permalink
chore(*): upgrade depes (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Jan 5, 2023
1 parent e7bfe70 commit efd3d01
Show file tree
Hide file tree
Showing 7 changed files with 2,779 additions and 3,149 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/CI.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]

name: stable - ${{ matrix.os }} - node@16
name: stable - ${{ matrix.os }} - node@18
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -23,13 +23,13 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Cache NPM dependencies
uses: actions/cache@v3
with:
path: ~/.pnpm-store
key: npm-cache-${{ matrix.os }}-node@16
key: npm-cache-${{ matrix.os }}-node@18

- name: 'Install dependencies'
run: |
Expand Down Expand Up @@ -58,17 +58,18 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Cache NPM dependencies
uses: actions/cache@v3
with:
path: ~/.pnpm-store
key: npm-cache-${{ matrix.os }}-node@14-${{ hashFiles('pnpm-lock.yaml') }}
key: npm-cache-${{ matrix.os }}-node@18

- name: 'Install dependencies'
run: |
npm install -g pnpm
npm install -g corepack
corepack enable
pnpm install
- name: Build TypeScript
Expand Down
52 changes: 26 additions & 26 deletions package.json
Expand Up @@ -33,39 +33,39 @@
"postinstall": "husky install"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/plugin-transform-typescript": "^7.18.4",
"@babel/preset-env": "^7.18.2",
"@babel/preset-typescript": "^7.17.12",
"@babel/core": "^7.20.12",
"@babel/plugin-transform-typescript": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@swc-node/core": "workspace:*",
"@swc-node/jest": "workspace:*",
"@swc-node/register": "workspace:*",
"@types/babel__core": "^7.1.19",
"@types/benchmark": "^2.1.1",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.43",
"@types/sinon": "^10.0.11",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"ava": "^4.3.0",
"@types/babel__core": "^7.1.20",
"@types/benchmark": "^2.1.2",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.13",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"ava": "^5.1.0",
"benchmark": "^2.1.4",
"colorette": "^2.0.19",
"esbuild": "^0.14.43",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"esbuild": "^0.16.14",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.1",
"jest": "^28.1.1",
"lerna": "^5.1.2",
"lint-staged": "^13.0.1",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"jest": "^29.3.1",
"lerna": "^6.3.0",
"lint-staged": "^13.1.0",
"lodash": "^4.17.21",
"prettier": "^2.7.0",
"prettier": "^2.8.1",
"react": "^18.2.0",
"rxjs": "^7.5.5",
"sinon": "^14.0.0",
"tslib": "^2.4.0",
"typescript": "^4.8.3"
"rxjs": "^7.8.0",
"sinon": "^15.0.1",
"tslib": "^2.4.1",
"typescript": "^4.9.4"
},
"lint-staged": {
"*.@(js|ts|tsx)": ["prettier --write"],
Expand All @@ -88,5 +88,5 @@
"SWC_NODE_PROJECT": "./tsconfig.test.json"
}
},
"packageManager": "pnpm@7.12.1"
"packageManager": "pnpm@7.22.0"
}
12 changes: 6 additions & 6 deletions packages/integrate/package.json
Expand Up @@ -15,13 +15,13 @@
"url": "https://github.com/swc-project/swc-node/issues"
},
"devDependencies": {
"@swc-node/core": "^1.9.0",
"@types/jest": "^29.0.3",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
"jest": "^29.0.3",
"@swc-node/core": "^1.9.1",
"@types/jest": "^29.2.5",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"jest": "^29.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sinon": "^14.0.0"
"sinon": "^15.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/loader/package.json
Expand Up @@ -44,7 +44,7 @@
"url": "https://github.com/sponsors/Brooooooklyn"
},
"devDependencies": {
"typescript": "^4.8.3",
"webpack": "^5.74.0"
"typescript": "^4.9.4",
"webpack": "^5.75.0"
}
}
7 changes: 4 additions & 3 deletions packages/register/package.json
Expand Up @@ -38,17 +38,18 @@
"colorette": "^2.0.19",
"debug": "^4.3.4",
"pirates": "^4.0.5",
"tslib": "^2.4.0"
"tslib": "^2.4.1"
},
"peerDependencies": {
"@swc/core": ">= 1.3",
"typescript": ">= 4.3"
},
"devDependencies": {
"@swc/core": "^1.3.2",
"@swc/core": "^1.3.24",
"@types/debug": "^4.1.7",
"lodash": "^4.17.21",
"sinon": "^14.0.0"
"sinon": "^15.0.1",
"typescript": "^4.9.4"
},
"funding": {
"type": "github",
Expand Down
2 changes: 1 addition & 1 deletion packages/sourcemap-support/package.json
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"source-map-support": "^0.5.21",
"tslib": "^2.4.0"
"tslib": "^2.4.1"
},
"bugs": {
"url": "https://github.com/swc-project/swc-node/issues"
Expand Down

0 comments on commit efd3d01

Please sign in to comment.