Skip to content

Commit

Permalink
Auto dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 23, 2021
1 parent 1bba944 commit f346bb8
Show file tree
Hide file tree
Showing 14 changed files with 237 additions and 135 deletions.
68 changes: 34 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@commitlint/cli": "12.1.0",
"@commitlint/config-conventional": "12.1.0",
"@commitlint/format": "12.0.1",
"@typescript-eslint/eslint-plugin": "4.18.0",
"@typescript-eslint/parser": "4.18.0",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"auto-changelog": "2.2.1",
"eslint": "7.22.0",
"eslint-plugin-html": "6.1.2",
Expand Down
52 changes: 40 additions & 12 deletions packages/cli/core/babel/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/core/babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@babel/core": "7.13.10",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-decorators": "7.13.5",
"@babel/plugin-proposal-optional-chaining": "7.13.8",
"@babel/preset-env": "7.13.10",
"@babel/plugin-proposal-optional-chaining": "7.13.12",
"@babel/preset-env": "7.13.12",
"@babel/preset-typescript": "7.13.0",
"babel-loader": "8.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/core/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@leanup/stack-snowpack": "1.1.8",
"@leanup/stack-vite": "1.1.8",
"@leanup/stack-webpack": "1.1.8",
"@tailwindcss/jit": "0.1.5",
"@tailwindcss/jit": "0.1.7",
"chromedriver": "89.0.0",
"cssnano": "4.1.10",
"npm-check-updates": "11.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/frameworks/react/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@template/react",
"version": "1.1.8",
"dependencies": {
"react": "17.0.1",
"react-dom": "17.0.1"
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@leanup/cli-react": "1.1.8",
"@leanup/stack-react": "1.1.8",
"@types/react": "17.0.3",
"@types/react-dom": "17.0.2"
"@types/react-dom": "17.0.3"
}
}
61 changes: 49 additions & 12 deletions packages/form/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@babel/core": "7.13.10",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-decorators": "7.13.5",
"@babel/plugin-proposal-optional-chaining": "7.13.8",
"@babel/preset-env": "7.13.10",
"@babel/plugin-proposal-optional-chaining": "7.13.12",
"@babel/preset-env": "7.13.12",
"@babel/preset-typescript": "7.13.0",
"@babel/register": "7.13.8",
"@types/chai": "4.2.15",
Expand Down
Loading

0 comments on commit f346bb8

Please sign in to comment.