Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

[terra-application, terra-dev-site] Update dependencies #383

Merged
merged 38 commits into from
May 3, 2024
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
06ba231
updated terra-application-base
sdadn Apr 24, 2024
2f8e6ea
updated remaining terra-application source files
sdadn Apr 24, 2024
14db96a
updated examples
sdadn Apr 25, 2024
64ab7ad
updated tests
sdadn Apr 25, 2024
99786bb
updated dependencies
sdadn Apr 25, 2024
93e2a14
Merge branch 'main' into sync-with-terra-app-v2
sdadn Apr 25, 2024
471b397
updated CHANGELOGS
sdadn Apr 25, 2024
9ba9803
updated terra-application-docs package.json
sdadn Apr 25, 2024
6f054a3
updated terra-application-docs package.json
sdadn Apr 25, 2024
a8b047e
updated terra-application package.json
sdadn Apr 25, 2024
67d6d5c
updated examples
sdadn Apr 25, 2024
8a3e1f8
update package-lock
sdadn Apr 25, 2024
e2e39ce
fix enzyme import
sdadn Apr 25, 2024
0b8bf4a
updated snapshots
sdadn Apr 25, 2024
2c7b0e1
linter ixes
sdadn Apr 25, 2024
78ca612
linter fixes
sdadn Apr 25, 2024
c31326f
fixed tests
sdadn Apr 25, 2024
a3f1666
updated snapshots
sdadn Apr 25, 2024
faf137f
updated wdio test
sdadn Apr 25, 2024
d98d413
wdio fixes
sdadn Apr 25, 2024
b81be8f
updated jest snapshots
sdadn Apr 25, 2024
3eaa7cf
Update package.json
sdadn Apr 25, 2024
7500080
terra-polyfill version
sdadn Apr 25, 2024
727558a
Merge branch 'sync-with-terra-app-v2' of github.com:cerner/terra-appl…
sdadn Apr 25, 2024
246aee9
updated CHANGELOG
sdadn Apr 25, 2024
4b172c2
updated dev-site CHANGELOG
sdadn Apr 25, 2024
7d101b3
updated CHANGELOGs
sdadn May 1, 2024
fc75ff9
Merge branch 'main' into sync-with-terra-app-v2
sdadn May 1, 2024
cf98754
Update CHANGELOG.md
sdadn May 1, 2024
8b8356b
Update ApplicationBase.jsx
sdadn May 1, 2024
a356580
Update ApplicationBase.jsx
sdadn May 1, 2024
c613e71
linter fixes
sdadn May 1, 2024
e9ecb88
updated dependencies
sdadn May 1, 2024
173883f
Merge branch 'main' into update-dependencies
sdadn May 1, 2024
44959b4
updated intl-locales-supported dependency
sdadn May 1, 2024
3dafb48
updated package-lock
sdadn May 1, 2024
d486e7c
revert loader-utils update
sdadn May 2, 2024
f779f47
updated package-lock
sdadn May 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update ApplicationBase.jsx
sdadn authored May 1, 2024
commit a356580ce1d3595e4684cbdd66781dce445ba359
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* global TERRA_THEME_CONFIG */

import React, { useRef, useEffect, Suspense, useMemo, useState } from 'react';
import React, { useRef, useEffect, useMemo, useState, Suspense } from 'react';

Check failure on line 3 in packages/terra-application/src/application-base/ApplicationBase.jsx

GitHub Actions / build

Expected a line break after this opening brace

Check failure on line 3 in packages/terra-application/src/application-base/ApplicationBase.jsx

GitHub Actions / build

Expected a line break before this closing brace
import PropTypes from 'prop-types';
import classNames from 'classnames/bind';
import ThemeProvider from 'terra-theme-provider';