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

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Mar 3, 2021
1 parent 96e9bcb commit 90cf7cd
Show file tree
Hide file tree
Showing 3 changed files with 174 additions and 129 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ConfigFile } from "@beemo/core";
import { BeemoConfig } from "@beemo/core";

export interface Settings {
/**
Expand All @@ -12,4 +12,4 @@ export interface Settings {
react?: boolean;
}

export type Config = Partial<ConfigFile<Settings>>;
export type Config = BeemoConfig<Settings>;
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
"index.d.ts"
],
"dependencies": {
"@babel/core": "^7.13.1",
"@babel/preset-env": "^7.13.5",
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"@babel/preset-typescript": "^7.13.0",
"@beemo/cli": "2.0.0-alpha.2",
"@beemo/core": "2.0.0-alpha.3",
"@beemo/core": "2.0.0-alpha.4",
"@beemo/driver-babel": "2.0.0-alpha.3",
"@beemo/driver-eslint": "2.0.0-alpha.3",
"@beemo/driver-jest": "2.0.0-alpha.2",
"@beemo/driver-prettier": "2.0.0-alpha.2",
"@beemo/driver-typescript": "2.0.0-alpha.3",
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"babel-jest": "^26.6.3",
"eslint": "^7.20.0",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-prettier": "^3.3.1",
Expand Down

0 comments on commit 90cf7cd

Please sign in to comment.