Skip to content

Commit

Permalink
Merge pull request #38 from aehrc/fix-gh-actions
Browse files Browse the repository at this point in the history
change references to @csiro/ecl-builder to version 0.2.1, remove .npmrc
  • Loading branch information
johngrimes authored Sep 17, 2024
2 parents c385e0a + 79e7698 commit f6857e5
Show file tree
Hide file tree
Showing 5 changed files with 476 additions and 480 deletions.
3 changes: 0 additions & 3 deletions .npmrc

This file was deleted.

2 changes: 1 addition & 1 deletion apps/ecl-builder-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@csiro/ecl-builder": "^0.1.2",
"ecl-builder": "^0.2.1",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/material": "^5.8.3",
Expand Down
4 changes: 2 additions & 2 deletions apps/ecl-builder-app/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Box, createTheme, CssBaseline, ThemeProvider } from "@mui/material";
import ExpressionBuilder from "@csiro/ecl-builder";
import ExpressionResult from "@csiro/ecl-builder/lib/components/ExpressionResult";
import ExpressionBuilder from "ecl-builder";
import ExpressionResult from "ecl-builder/lib/components/ExpressionResult";
import React, { useState } from "react";

let theme = createTheme();
Expand Down
Loading

0 comments on commit f6857e5

Please sign in to comment.