pull/1324/head
filip mertens 3 years ago
parent 07901f80bc
commit 0ce42c1cb7
  1. 10
      apps/remix-ide/src/app.js
  2. 2
      apps/remix-ide/src/app/files/fileProvider.js
  3. 2
      apps/remix-ide/src/app/ui/landing-page/landing-page.js
  4. 2
      apps/remix-ide/src/lib/cmdInterpreterAPI.js
  5. 2
      libs/remix-core-plugin/compiler-artefacts/package.json
  6. 2
      libs/remix-core-plugin/compiler-content-imports/package.json
  7. 2
      libs/remix-core-plugin/compiler-fetch-and-compile/package.json
  8. 2
      libs/remix-core-plugin/compiler-metadata/package.json
  9. 2
      libs/remix-core-plugin/offset-line-to-column-converter/package.json
  10. 2
      nx.json
  11. 6
      package-lock.json
  12. 10
      tsconfig.json

@ -17,11 +17,11 @@ import { VerticalIcons } from './app/components/vertical-icons'
import { LandingPage } from './app/ui/landing-page/landing-page'
import { MainPanel } from './app/components/main-panel'
import { CompilerArtefacts } from '@remix-core-plugin/compiler-artefacts'
import { CompilerImports } from '@remix-core-plugin/compiler-content-imports'
import { FetchAndCompile } from '@remix-core-plugin/compiler-fetch-and-compile'
import { OffsetToLineColumnConverter } from '@remix-core-plugin/offset-line-to-column-converter'
import { CompilerMetadata } from '@remix-core-plugin/compiler-metadata'
import { CompilerArtefacts } from '@remix-project/compiler-artefacts'
import { CompilerImports } from '@remix-project/compiler-content-imports'
import { FetchAndCompile } from '@remix-project/compiler-fetch-and-compile'
import { OffsetToLineColumnConverter } from '@remix-project/offset-line-to-column-converter'
import { CompilerMetadata } from '@remix-project/compiler-metadata'
import migrateFileSystem from './migrateFileSystem'

@ -1,6 +1,6 @@
'use strict'
import { CompilerImports } from '@remix-core-plugin/compiler-content-imports'
import { CompilerImports } from '@remix-project/compiler-content-imports'
const EventManager = require('events')
const modalDialogCustom = require('../ui/modal-dialog-custom')
const tooltip = require('../ui/tooltip')

@ -1,7 +1,7 @@
import * as packageJson from '../../../../../../package.json'
import { ViewPlugin } from '@remixproject/engine-web'
import { migrateToWorkspace } from '../../../migrateFileSystem'
import { CompilerImports } from '@remix-core-plugin/compiler-content-imports'
import { CompilerImports } from '@remix-project/compiler-content-imports'
import JSZip from 'jszip'
const yo = require('yo-yo')

@ -1,5 +1,5 @@
'use strict'
import { CompilerImports } from '@remix-core-plugin/compiler-content-imports'
import { CompilerImports } from '@remix-project/compiler-content-imports'
var yo = require('yo-yo')
var async = require('async')
var EventManager = require('../lib/events')

@ -1,5 +1,5 @@
{
"name": "@remix-core-plugin/compiler-artefacts",
"name": "@remix-project/compiler-artefacts",
"version": "0.0.1",
"description": "This library was generated with [Nx](https://nx.dev).",
"main": "index.js",

@ -1,5 +1,5 @@
{
"name": "@remix-core-plugin/compiler-content-imports",
"name": "@remix-project/compiler-content-imports",
"version": "0.0.1",
"description": "This library was generated with [Nx](https://nx.dev).",
"main": "index.js",

@ -1,5 +1,5 @@
{
"name": "@remix-core-plugin/compiler-fetch-and-compile",
"name": "@remix-project/compiler-fetch-and-compile",
"version": "0.0.1",
"description": "This library was generated with [Nx](https://nx.dev).",
"main": "index.js",

@ -1,5 +1,5 @@
{
"name": "@remix-core-plugin/compiler-metadata",
"name": "@remix-project/compiler-metadata",
"version": "0.0.1",
"description": "This library was generated with [Nx](https://nx.dev).",
"main": "index.js",

@ -1,5 +1,5 @@
{
"name": "@remix-core-plugin/offset-line-to-column-converter",
"name": "@remix-project/offset-line-to-column-converter",
"version": "0.0.1",
"description": "This library was generated with [Nx](https://nx.dev).",
"main": "index.js",

@ -104,7 +104,7 @@
},
"compiler-artefacts": {
"tags": [],
"implicitDependencies": ["remix-lib"]
"implicitDependencies": ["remix-lib", "remix-solidity"]
},
"compiler-fetch-and-compile": {
"tags": []

6
package-lock.json generated

@ -17553,12 +17553,6 @@
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
},
"fsevents": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
"optional": true
},
"fstream": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz",

@ -41,19 +41,19 @@
"@remix-ui/workspace": ["libs/remix-ui/workspace/src/index.ts"],
"@remix-ui/static-analyser": ["libs/remix-ui/static-analyser/src/index.ts"],
"@remix-ui/checkbox": ["libs/remix-ui/checkbox/src/index.ts"],
"@remix-core-plugin/compiler-artefacts": [
"@remix-project/compiler-artefacts": [
"libs/remix-core-plugin/compiler-artefacts/src/index.ts"
],
"@remix-core-plugin/compiler-fetch-and-compile": [
"@remix-project/compiler-fetch-and-compile": [
"libs/remix-core-plugin/compiler-fetch-and-compile/src/index.ts"
],
"@remix-core-plugin/compiler-content-imports": [
"@remix-project/compiler-content-imports": [
"libs/remix-core-plugin/compiler-content-imports/src/index.ts"
],
"@remix-core-plugin/offset-line-to-column-converter": [
"@remix-project/offset-line-to-column-converter": [
"libs/remix-core-plugin/offset-line-to-column-converter/src/index.ts"
],
"@remix-core-plugin/compiler-metadata": [
"@remix-project/compiler-metadata": [
"libs/remix-core-plugin/compiler-metadata/src/index.ts"
]
}

Loading…
Cancel
Save