Skip to content

Commit

Permalink
chore: bump all (dev)Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Dec 11, 2023
1 parent ea85a65 commit 4290acb
Show file tree
Hide file tree
Showing 10 changed files with 1,302 additions and 1,157 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
matrix:
node:
- 16
- 18.18
- 20.9
- 18
- 20
os:
- macos-latest
- ubuntu-latest
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'CodeQL'
name: CodeQL

on:
push:
Expand All @@ -22,7 +22,8 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [javascript]
language:
- javascript

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2

- name: Setup Node.js 16
- name: Setup Node.js LTS
uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/*
cache: pnpm

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18
lts/*
43 changes: 22 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"workspaces": [
"packages/*"
],
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.12.0",
"scripts": {
"build": "run-p build:*",
"build:r": "r -f cjs",
Expand All @@ -33,51 +33,52 @@
"vercel-build": "pnpm docs:build"
},
"devDependencies": {
"@1stg/app-config": "^9.0.0",
"@1stg/lib-config": "^12.0.0",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@1stg/app-config": "^9.0.1",
"@1stg/lib-config": "^12.0.1",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@mdx-js/rollup": "^3.0.0",
"@types/lodash": "^4.14.202",
"@types/mvdan-sh": "^0.10.9",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/web": "^0.0.123",
"@vitejs/plugin-react-swc": "^3.4.1",
"@vitest/coverage-istanbul": "^0.34.6",
"@types/node": "^20.10.4",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/web": "^0.0.127",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-istanbul": "^1.0.4",
"github-markdown-css": "^5.4.0",
"linguist-languages": "^7.27.0",
"lodash": "^4.17.21",
"prettier": "^3.0.3",
"prettier": "^3.1.1",
"prettier-plugin-autocorrect": "workspace:*",
"prettier-plugin-pkg": "workspace:*",
"prettier-plugin-sh": "workspace:*",
"prettier-plugin-sql": "workspace:*",
"prettier-plugin-toml": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.18.0",
"react-router-dom": "^6.20.1",
"remark-gfm": "^4.0.0",
"sass": "^1.69.5",
"sirv-cli": "^2.0.2",
"size-limit": "^10.0.2",
"size-limit": "^11.0.1",
"size-limit-preset-node-lib": "^0.3.0",
"tsx": "^4.0.0",
"tsx": "^4.6.2",
"type-coverage": "^2.27.0",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.7",
"vite": "^4.5.0",
"vitest": "^0.34.6"
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.2",
"vite": "^5.0.7",
"vitest": "^1.0.4"
},
"resolutions": {
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.0.3",
"prettier": "^3.1.1",
"prettier-plugin-autocorrect": "workspace:*",
"prettier-plugin-pkg": "workspace:*",
"prettier-plugin-sh": "workspace:*",
"prettier-plugin-sql": "workspace:*",
"prettier-plugin-toml": "workspace:*"
"prettier-plugin-toml": "workspace:*",
"rollup": "^4.8.0"
},
"browserslist": [
"extends @1stg/browserslist-config/modern"
Expand Down
2 changes: 1 addition & 1 deletion packages/autocorrect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"prettier": "^3.0.3"
},
"dependencies": {
"autocorrect-node": "^2.8.4"
"autocorrect-node": "^2.9.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/sql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
},
"dependencies": {
"jsox": "^1.2.118",
"node-sql-parser": "^4.11.0",
"sql-formatter": "^15.0.0",
"node-sql-parser": "^4.12.0",
"sql-formatter": "^15.0.2",
"tslib": "^2.6.2"
},
"publishConfig": {
Expand Down

0 comments on commit 4290acb

Please sign in to comment.