Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Feb 17, 2025
1 parent 98262b0 commit e2f4bca
Show file tree
Hide file tree
Showing 8 changed files with 641 additions and 603 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ up := {
val scala3Version = "3.6.4-RC1"
val scala3Lib = "3.6.3"
val scala2Version = "2.13.16"
val scala3Nightly = "3.7.0-RC1-bin-20250204-d75ca7f-NIGHTLY"
val scala3Nightly = "3.7.0-RC1-bin-20250215-43f8cdb-NIGHTLY"

val graalVm = "graalvm-java23"
val graalJdkVersion = "23.0.2"
Expand Down Expand Up @@ -532,7 +532,7 @@ lazy val utils = useSpire(
)
.jvmSettings(
libraryDependencies ++= Seq(
"com.lihaoyi" %%% "os-lib" % "0.11.4-M6"
"com.lihaoyi" %%% "os-lib" % "0.11.4"
),
commonJvmLibSettings,
libraryDependencies ++= Seq(
Expand All @@ -550,7 +550,7 @@ lazy val utils = useSpire(
)
.nativeSettings(
libraryDependencies ++= Seq(
"com.lihaoyi" %%% "os-lib" % "0.11.4-M6"
"com.lihaoyi" %%% "os-lib" % "0.11.4"
),
libraryDependencies ++= Seq(
"org.scala-js" %% "scalajs-stubs" % "1.1.0"
Expand Down Expand Up @@ -658,7 +658,7 @@ lazy val compiler213 = crossProject(JSPlatform, JVMPlatform)
.dependsOn(syntax, err)
.settings(
scala2Common,
libraryDependencies += ("org.scalameta" %%% "scalameta" % "4.12.7")
libraryDependencies += ("org.scalameta" %%% "scalameta" % "4.13.1.1")
.cross(CrossVersion.for3Use2_13)
.exclude("org.jline", "jline"),
// scalap is a dependency of scalameta
Expand Down Expand Up @@ -783,7 +783,7 @@ object GeneratedJS {
commonJvmLibSettings,
libraryDependencies ++= Seq(
"org.scala-lang" % "scalap" % scala2Version exclude ("org.jline", "jline"), // dependency of semanticdb-shared
"org.scalameta" %% "semanticdb-shared" % "4.12.7" cross (CrossVersion.for3Use2_13) exclude ("com.lihaoyi", "sourcecode_2.13") exclude (
"org.scalameta" %% "semanticdb-shared" % "4.13.1.1" cross (CrossVersion.for3Use2_13) exclude ("com.lihaoyi", "sourcecode_2.13") exclude (
"org.jline",
"jline"
),
Expand Down
2 changes: 1 addition & 1 deletion idea-plugin/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lazy val chesterPlugin =
.settings(
name := "ChesterLanguageSupport",
version := "0.0.27",
scalaVersion := "3.7.0-RC1-bin-20250204-d75ca7f-NIGHTLY",
scalaVersion := "3.7.0-RC1-bin-20250215-43f8cdb-NIGHTLY",
Compile / javacOptions ++= Seq("--release", "17"),
Compile / scalacOptions ++= Seq("--release", "17"),
intellijPlugins ++= Seq(
Expand Down
6 changes: 3 additions & 3 deletions js-for-jvm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.26.8",
"@babel/preset-env": "^7.26.8",
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.34.6",
"rollup": "^4.34.8",
"ts-morph": "^24.0.0"
}
}
838 changes: 416 additions & 422 deletions js-for-jvm/pnpm-lock.yaml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"format": "prettier --write \"**/*.{ts,tsx,mjs}\""
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@monaco-editor/react": "^4.7.0",
"@pablo-lion/xterm-react": "^1.1.2",
"@vercel/functions": "^1.6.0",
"@xterm/addon-fit": "0.11.0-beta.70",
Expand All @@ -43,18 +43,18 @@
"xterm-readline": "^1.1.2"
},
"devDependencies": {
"@types/node": "^22.13.1",
"@types/node": "^22.13.4",
"@types/pako": "^2.0.3",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.4.20",
"eslint": "^9.20.0",
"eslint": "^9.20.1",
"eslint-config-next": "15.1.6",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.3",
"postcss": "^8.5.2",
"prettier": "^3.5.0",
"prettier": "^3.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
}
Expand Down
Loading

0 comments on commit e2f4bca

Please sign in to comment.