Skip to content

Commit

Permalink
deps(nimbus): Update to v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles Johnson committed Mar 4, 2020
1 parent b8e18fc commit 177f8d7
Show file tree
Hide file tree
Showing 10 changed files with 463 additions and 1,092 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@
"react-element-to-jsx-string": "^14.3.1"
},
"devDependencies": {
"@airbnb/config-babel": "^2.2.3",
"@airbnb/config-eslint": "^2.5.2",
"@airbnb/config-jest": "^2.2.3",
"@airbnb/config-prettier": "^2.1.2",
"@airbnb/config-typescript": "^2.2.3",
"@airbnb/nimbus": "^2.2.4",
"@airbnb/config-babel": "^3.0.0",
"@airbnb/config-eslint": "^3.0.0",
"@airbnb/config-jest": "^3.0.0",
"@airbnb/config-prettier": "^3.0.0",
"@airbnb/config-typescript": "^3.0.0",
"@airbnb/nimbus": "^3.0.0",
"@types/airbnb-prop-types": "^2.13.1",
"@types/enzyme": "^3.10.5",
"@types/filesize": "^5.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/apollo/test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"composite": false,
"emitDeclarationOnly": false,
"noEmit": true,
"rootDir": "."
Expand Down
1 change: 1 addition & 0 deletions packages/app-shell/test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"composite": false,
"emitDeclarationOnly": false,
"noEmit": true,
"rootDir": "."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ describe('<Proofreader />', () => {
};
// @ts-ignore Allow non-element
instance.caretRef = {
// @ts-ignore
current: {
// @ts-ignore
children: [{}, { offsetTop: 950 }],
},
};
Expand Down Expand Up @@ -471,6 +471,7 @@ describe('<Proofreader />', () => {
// @ts-ignore Allow non-element
current: {
scrollTop: 100,
// @ts-ignore
style: {},
setSelectionRange: spy,
},
Expand All @@ -495,6 +496,7 @@ describe('<Proofreader />', () => {
// @ts-ignore Allow non-element
current: {
scrollTop: 100,
// @ts-ignore
style: {},
setSelectionRange: () => {},
},
Expand Down
1 change: 1 addition & 0 deletions packages/core/test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"composite": false,
"emitDeclarationOnly": false,
"noEmit": true,
"rootDir": "."
Expand Down
1 change: 1 addition & 0 deletions packages/forms/test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"composite": false,
"emitDeclarationOnly": false,
"noEmit": true,
"rootDir": "."
Expand Down
1 change: 1 addition & 0 deletions packages/icons/test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"composite": false,
"emitDeclarationOnly": false,
"noEmit": true,
"rootDir": "."
Expand Down
1 change: 1 addition & 0 deletions packages/layouts/test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"composite": false,
"emitDeclarationOnly": false,
"noEmit": true,
"rootDir": "."
Expand Down
1 change: 1 addition & 0 deletions packages/metrics/test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"composite": false,
"emitDeclarationOnly": false,
"noEmit": true,
"rootDir": "."
Expand Down
Loading

0 comments on commit 177f8d7

Please sign in to comment.