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

Commit

Permalink
deps: update babel monorepo .
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent b014033 commit 687f682
Show file tree
Hide file tree
Showing 3 changed files with 460 additions and 348 deletions.
14 changes: 7 additions & 7 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"author": "Jan Šilhan <silhanu@gmail.com>",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.22.10",
"@babel/plugin-proposal-export-default-from": "^7.22.5",
"@babel/plugin-proposal-decorators": "^7.23.2",
"@babel/plugin-proposal-export-default-from": "^7.22.17",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@emotion/babel-plugin": "^11.10.8",
"@rajzik/configs-shared": "workspace:^1.0.0",
"babel-plugin-graphql-tag": "^3.3.0",
Expand All @@ -24,7 +24,7 @@
"react-refresh": "^0.14.0"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/core": "^7.23.2",
"babel-test": "^0.2.4",
"jest-file-snapshot": "^0.5.0",
"tsconfig-rajzik": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "1.0.6",
"author": "Jan Šilhan <silhanu@gmail.com>",
"dependencies": {
"@babel/core": "^7.22.10",
"@babel/eslint-parser": "^7.22.10",
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@rajzik/configs-shared": "workspace:^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
Expand Down
Loading

0 comments on commit 687f682

Please sign in to comment.