Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Commit

Permalink
chore(deps): update dependency @babel/core to v7.22.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 10, 2023
1 parent 1b93164 commit d955380
Show file tree
Hide file tree
Showing 10 changed files with 1,341 additions and 333 deletions.
1,656 changes: 1,332 additions & 324 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sugar/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"clsx": "^1.2.1"
},
"devDependencies": {
"@babel/core": "7.21.8",
"@babel/core": "7.22.10",
"@singlestone/eslint-config-sugar": "workspace:*",
"@singlestone/postcss-preset-sugar": "workspace:*",
"@singlestone/prettier-config-sugar": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion sugar/sugar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@singlestone/tailwind-plugin-form-sugar": "workspace:*"
},
"devDependencies": {
"@babel/core": "7.21.8",
"@babel/core": "7.22.10",
"@singlestone/eslint-config-sugar": "workspace:*",
"@singlestone/prettier-config-sugar": "workspace:*",
"@singlestone/tsup-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion sugar/tailwind-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@singlestone/sugar-tokens": "workspace:^0.6.2"
},
"devDependencies": {
"@babel/core": "7.21.8",
"@babel/core": "7.22.10",
"@singlestone/eslint-config-sugar": "workspace:*",
"@singlestone/prettier-config-sugar": "workspace:*",
"@singlestone/tsup-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion sugar/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test:ci": "vitest"
},
"devDependencies": {
"@babel/core": "7.21.8",
"@babel/core": "7.22.10",
"@singlestone/eslint-config-sugar": "workspace:*",
"@singlestone/prettier-config-sugar": "workspace:*",
"@singlestone/tsup-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion tools/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"eslint-plugin-simple-import-sort": "10.0.0"
},
"devDependencies": {
"@babel/core": "7.21.8",
"@babel/core": "7.22.10",
"@singlestone/tsup-config": "workspace:*",
"@size-limit/preset-small-lib": "8.2.4",
"eslint": "8.41.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/plop-generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"plop": "^3.0.0"
},
"devDependencies": {
"@babel/core": "7.21.8",
"@babel/core": "7.22.10",
"@singlestone/eslint-config-sugar": "workspace:*",
"@singlestone/prettier-config-sugar": "workspace:*",
"@singlestone/tsup-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion tools/postcss-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"tailwindcss": "^3.3.2"
},
"devDependencies": {
"@babel/core": "7.21.8",
"@babel/core": "7.22.10",
"@singlestone/eslint-config-sugar": "workspace:*",
"@singlestone/prettier-config-sugar": "workspace:*",
"@singlestone/tsup-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion tools/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"prettier-plugin-tailwindcss": "^0.3.0"
},
"devDependencies": {
"@babel/core": "7.21.8",
"@babel/core": "7.22.10",
"@singlestone/eslint-config-sugar": "workspace:*",
"@singlestone/tsup-config": "workspace:*",
"@size-limit/preset-small-lib": "8.2.4",
Expand Down
2 changes: 1 addition & 1 deletion tools/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"vitest": "^0.26.0 || ^0.28.0 || ^0.29.0"
},
"devDependencies": {
"@babel/core": "7.21.8",
"@babel/core": "7.22.10",
"@singlestone/eslint-config-sugar": "workspace:*",
"@singlestone/prettier-config-sugar": "workspace:*",
"@singlestone/tsup-config": "workspace:*",
Expand Down

0 comments on commit d955380

Please sign in to comment.