Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Oct 16, 2023
1 parent 8bdfd11 commit 0b63954
Show file tree
Hide file tree
Showing 6 changed files with 170 additions and 144 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"process": "^0.11.10",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"snyk": "^1.774.0",
"snyk": "^1.1234.0",
"start-server-and-test": "1.11.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/altair-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"@nestjs/common": "^9.0.0",
"@nestjs/config": "^2.2.0",
"@nestjs/core": "^9.0.0",
"@nestjs/event-emitter": "^1.3.1",
"@nestjs/event-emitter": "^2.0.2",
"@nestjs/jwt": "^9.0.0",
"@nestjs/passport": "^9.0.0",
"@nestjs/passport": "^10.0.2",
"@nestjs/platform-express": "^9.0.0",
"@nestjs/swagger": "^6.1.3",
"@newrelic/pino-enricher": "^1.1.1",
Expand All @@ -29,7 +29,7 @@
"passport-jwt": "^4.0.0",
"pino-http": "^8.5.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rimraf": "^5.0.5",
"rxjs": "^7.2.0",
"stripe": "^13.7.0",
"swagger-ui-express": "^4.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@codemirror/state": "6.0.0",
"@codemirror/view": "6.2.0",
"@ctrl/ngx-codemirror": "3.1.3",
"@emotion/css": "^11.11.2",
"@fontsource/jetbrains-mono": "4.2.2",
"@lezer/highlight": "1.0.0",
"@lezer/lr": "1.2.0",
Expand Down Expand Up @@ -63,7 +64,6 @@
"curlup": "1.0.0",
"deepmerge": "4.2.2",
"dexie": "3.2.3",
"emotion": "10.0.27",
"express": "4.17.1",
"file-dialog": "0.0.8",
"file-saver": "2.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
ITheme,
} from 'altair-graphql-core/build/theme';

import { css } from 'emotion';
import { css } from '@emotion/css';
import { ThemeRegistryService } from '../../services';

@Directive({
Expand Down
2 changes: 1 addition & 1 deletion packages/login-redirect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@altairgraphql/api-utils": "^5.2.5"
},
"devDependencies": {
"rimraf": "^4.1.2",
"rimraf": "^5.0.5",
"typescript": "4.9.5",
"vite": "^4.0.4"
},
Expand Down
Loading

0 comments on commit 0b63954

Please sign in to comment.