Skip to content

Commit ce8485d

Browse files
committed
chore(deps): updates
1 parent 7251ae1 commit ce8485d

File tree

25 files changed

+2226
-2378
lines changed

25 files changed

+2226
-2378
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- run: make pkg.gh-page
2525

26-
- uses: JamesIves/github-pages-deploy-action@4.1.5
26+
- uses: JamesIves/github-pages-deploy-action@v4.2.2
2727
with:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
BRANCH: gh-pages

@querycap-dev/babel-preset/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"version": "0.5.5",
44
"license": "MIT",
55
"dependencies": {
6-
"@babel/plugin-proposal-class-properties": "^7.16.0",
7-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
8-
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
9-
"@babel/plugin-proposal-optional-chaining": "^7.16.0",
10-
"@babel/plugin-transform-react-jsx": "^7.16.0",
11-
"@babel/plugin-transform-runtime": "^7.16.4",
12-
"@babel/plugin-transform-typescript": "^7.16.1",
6+
"@babel/plugin-proposal-class-properties": "^7.16.7",
7+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
8+
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
9+
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
10+
"@babel/plugin-transform-react-jsx": "^7.16.7",
11+
"@babel/plugin-transform-runtime": "^7.16.10",
12+
"@babel/plugin-transform-typescript": "^7.16.8",
1313
"babel-plugin-macros": "^3.1.0",
1414
"babel-plugin-pure-calls-annotation": "^0.4.2",
1515
"babel-plugin-typescript-iife-enum": "^0.2.1"

@querycap-dev/devkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lodash": "^4.17.21",
1616
"npm-path": "^2.0.4",
1717
"ts-node": "^10.4.0",
18-
"yargs": "^17.2.1"
18+
"yargs": "^17.3.1"
1919
},
2020
"license": "MIT",
2121
"publishConfig": {

@querycap-dev/devkit/src/__examples__/cmd/demo/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM --platform=${BUILDPLATFORM} node:17 as build-env
2+
FROM --platform=${BUILDPLATFORM} docker.io/library/node:16-buster as build-env
33

44
FROM --platform=${BUILDPLATFORM} build-env AS builder
55

@@ -24,7 +24,7 @@ RUN pnpm --registry=${YARN_NPM_REGISTRY_SERVER} install
2424
RUN PROJECT_GROUP=${PROJECT_GROUP} PROJECT_VERSION=${PROJECT_VERSION} \
2525
npx devkit build --prod ${APP} ${ENV}
2626

27-
FROM docker.io/querycap/webappserve:0.2.0
27+
FROM docker.io/querycap/webappserve:0.2.1
2828

2929
ARG PROJECT_NAME
3030
COPY --from=builder /src/public/${PROJECT_NAME} /app

@querycap-dev/eslint-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"main": "eslint.config.js",
55
"license": "MIT",
66
"dependencies": {
7-
"@typescript-eslint/eslint-plugin": "^5.4.0",
8-
"@typescript-eslint/parser": "^5.4.0",
9-
"eslint": "^8.3.0",
10-
"eslint-plugin-react": "^7.27.1",
7+
"@typescript-eslint/eslint-plugin": "^5.10.0",
8+
"@typescript-eslint/parser": "^5.10.0",
9+
"eslint": "^8.7.0",
10+
"eslint-plugin-react": "^7.28.0",
1111
"eslint-plugin-react-hooks": "^4.3.0"
1212
},
1313
"publishConfig": {

@querycap-dev/generate-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"@querycap-dev/generate": "workspace:^0.5.5",
1414
"@querycap-dev/ts-gen-client-from-openapi": "workspace:^1.3.5",
1515
"@querycap-dev/ts-gen-core": "workspace:^1.3.5",
16-
"@types/lodash": "^4.14.177",
17-
"axios": "^0.24.0",
16+
"@types/lodash": "^4.14.178",
17+
"axios": "^0.25.0",
1818
"lodash": "^4.17.21"
1919
},
2020
"publishConfig": {

@querycap-dev/generate-css2tsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"dependencies": {
99
"lodash": "^4.17.21",
10-
"postcss": "^8.3.11"
10+
"postcss": "^8.4.5"
1111
},
1212
"license": "MIT",
1313
"publishConfig": {

@querycap-dev/generate/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"prettier": "*"
1111
},
1212
"dependencies": {
13-
"chalk": "^4.1.2",
14-
"fast-glob": "^3.2.7",
15-
"prettier": "^2.4.1"
13+
"chalk": "4.x",
14+
"fast-glob": "^3.2.11",
15+
"prettier": "^2.5.1"
1616
},
1717
"license": "MIT",
1818
"publishConfig": {

@querycap-dev/monobundle/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"dependencies": {
1010
"@rollup/plugin-babel": "^5.3.0",
1111
"@rollup/plugin-json": "^4.1.0",
12-
"@rollup/plugin-node-resolve": "^13.0.6",
13-
"@types/yargs": "^17.0.7",
14-
"chalk": "^4.1.2",
12+
"@rollup/plugin-node-resolve": "^13.1.3",
13+
"@types/yargs": "^17.0.8",
14+
"chalk": "4.x",
1515
"del": "^6.0.0",
1616
"lodash": "^4.17.21",
1717
"minimatch": "^3.0.4",
18-
"rollup": "^2.60.1",
19-
"rollup-plugin-dts": "^4.0.1",
20-
"yargs": "^17.2.1"
18+
"rollup": "^2.64.0",
19+
"rollup-plugin-dts": "^4.1.0",
20+
"yargs": "^17.3.1"
2121
},
2222
"license": "MIT",
2323
"publishConfig": {

@querycap-dev/vite-presets/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"@querycap-dev/devkit": "workspace:*",
1010
"@rollup/plugin-babel": "^5.3.0",
11-
"@rollup/plugin-node-resolve": "^13.0.6",
11+
"@rollup/plugin-node-resolve": "^13.1.3",
1212
"cheerio": "^1.0.0-rc.10"
1313
},
1414
"peerDependencies": {
@@ -18,20 +18,20 @@
1818
"devDependencies": {
1919
"@rollup/plugin-node-resolve": "^13.0.6",
2020
"@rollup/plugin-url": "^6.1.0",
21-
"@types/lodash": "^4.14.177",
22-
"@types/node": "^16.11.9",
23-
"@types/react": "^17.0.36",
21+
"@types/lodash": "^4.14.178",
22+
"@types/node": "^17.0.10",
23+
"@types/react": "^17.0.38",
2424
"@types/react-dom": "^17.0.11",
25-
"@vitejs/plugin-legacy": "^1.6.3",
25+
"@vitejs/plugin-legacy": "^1.6.4",
2626
"lodash": "^4.17.21",
2727
"lodash-es": "^4.17.21",
28-
"prettier": "^2.4.1",
28+
"prettier": "^2.5.1",
2929
"react": "^17.0.2",
3030
"react-dom": "^17.0.2",
31-
"rollup": "^2.60.1",
31+
"rollup": "^2.64.0",
3232
"ts-node": "^10.4.0",
33-
"typescript": "^4.5.2",
34-
"vite": "^2.6.14"
33+
"typescript": "^4.5.4",
34+
"vite": "^2.7.13"
3535
},
3636
"prettier": {
3737
"trailingComma": "all",

0 commit comments

Comments
 (0)