Skip to content

Commit

Permalink
Merge branch 'master' into chore/vuln-deps-google-analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
david-shibley-contentful authored Sep 27, 2024
2 parents 3711911 + 065dea2 commit 230abd0
Show file tree
Hide file tree
Showing 15 changed files with 212 additions and 190 deletions.
374 changes: 198 additions & 176 deletions apps/microsoft-teams/frontend/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/microsoft-teams/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"@contentful/f36-tokens": "4.0.5",
"@contentful/integration-frontend-toolkit": "^1.5.1",
"@contentful/react-apps-toolkit": "1.2.16",
"@emotion/css": "^11.13.0",
"contentful-management": "10.38.3",
"emotion": "10.0.27",
"fuse.js": "^7.0.0",
"lodash": "^4.17.21",
"react": "18.2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { css } from 'emotion';
import { css } from '@emotion/css';

export const styles = {
logo: css(`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { css } from 'emotion';
import { css } from '@emotion/css';
import tokens from '@contentful/f36-tokens';

export const styles = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { css } from 'emotion';
import { css } from '@emotion/css';

export const styles = {
logo: css(`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { css } from 'emotion';
import { css } from '@emotion/css';
import tokens from '@contentful/f36-tokens';

export const styles = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { css } from 'emotion';
import { css } from '@emotion/css';
import tokens from '@contentful/f36-tokens';

export const styles = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { css } from 'emotion';
import { css } from '@emotion/css';

export const styles = {
input: css({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { css } from 'emotion';
import { css } from '@emotion/css';
import tokens from '@contentful/f36-tokens';

export const styles = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { css } from 'emotion';
import { css } from '@emotion/css';

export const styles = {
emptyContent: css({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { css } from 'emotion';
import { css } from '@emotion/css';
import tokens from '@contentful/f36-tokens';

export const styles = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { css } from 'emotion';
import { css } from '@emotion/css';
import tokens from '@contentful/f36-tokens';

export const styles = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { css } from 'emotion';
import { css } from '@emotion/css';
import tokens from '@contentful/f36-tokens';

export const styles = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { css } from 'emotion';
import { css } from '@emotion/css';
import tokens from '@contentful/f36-tokens';

export const styles = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { css } from 'emotion';
import { css } from '@emotion/css';
import tokens from '@contentful/f36-tokens';

export const styles = {
Expand Down

0 comments on commit 230abd0

Please sign in to comment.