Skip to content

Commit

Permalink
refactor(packages): update frontend packages
Browse files Browse the repository at this point in the history
  • Loading branch information
fr-ser committed Jul 20, 2023
1 parent a16fea1 commit e1c70bd
Show file tree
Hide file tree
Showing 5 changed files with 813 additions and 895 deletions.
2 changes: 1 addition & 1 deletion .config/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
'^.+\\.(t|j)sx?$': [
'@swc/jest',
{
sourceMaps: true,
sourceMaps: 'inline',
jsc: {
parser: {
syntax: 'typescript',
Expand Down
6 changes: 4 additions & 2 deletions .config/jest/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,19 @@ const nodeModulesToTransform = (moduleNames) => `node_modules\/(?!(${moduleNames
// Array of known nested grafana package dependencies that only bundle an ESM version
const grafanaESModules = [
'.pnpm', // Support using pnpm symlinked packages
'@grafana/schema',
'd3',
'd3-color',
'd3-force',
'd3-interpolate',
'd3-scale-chromatic',
'ol',
'react-colorful',
'rxjs',
'uuid',
];

module.exports = {
nodeModulesToTransform,
grafanaESModules
}
grafanaESModules,
};
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com) and follows semantic Versioning.

## [Unreleased]

### Changed

- updated frontend packages with the grafana/create-plugin tool

## [3.3.2] - 2023-07-19

### Fixed
Expand Down
Loading

0 comments on commit e1c70bd

Please sign in to comment.