Skip to content

Commit

Permalink
Merge pull request #1128 from dimagi/dm/upgrade-requirejs-tpl
Browse files Browse the repository at this point in the history
Upgrade requirejs-undertemplate
  • Loading branch information
millerdev authored Nov 12, 2024
2 parents bca3eb6 + 4cd2416 commit 93da048
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"requirejs": "2.3.7",
"requirejs-plugins": "1.0.2",
"requirejs-text": "2.0.16",
"requirejs-undertemplate": "dimagi/requirejs-tpl#v0.0.5",
"requirejs-undertemplate": "dimagi/requirejs-tpl#v0.0.6",
"underscore": "1.13.1",
"xpath": "dimagi/js-xpath#v0.0.8",
"xrayquire": "npm:xrayquire-for-npm#^0.1.1"
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2259,20 +2259,15 @@ [email protected], requirejs-text@~2.0.12:
resolved "https://registry.yarnpkg.com/requirejs-text/-/requirejs-text-2.0.16.tgz#b6f3e20689aa998e36641bc4f8bd11b7964ac872"
integrity sha512-XrzjeTb1pwzIWmkz8qnUiM20gENgiwB+66IciNuziwlaPAJsYQsQPSYyQ1kD4tGKGZxTisIfDbOHk02DpI/76Q==

requirejs-undertemplate@dimagi/requirejs-tpl#v0.0.5:
version "0.0.5"
resolved "https://codeload.github.com/dimagi/requirejs-tpl/tar.gz/e2e00a613c7dccff092bfd48bd58d4f949a5dfb4"
requirejs-undertemplate@dimagi/requirejs-tpl#v0.0.6:
version "0.0.6"
resolved "https://codeload.github.com/dimagi/requirejs-tpl/tar.gz/1bce63e7db7d81c91f4d93871fbc766d9a572405"
dependencies:
requirejs "2.3.3"
requirejs "^2.3.3"
requirejs-text "~2.0.12"
underscore "^1.8.3"

[email protected]:
version "2.3.3"
resolved "https://registry.yarnpkg.com/requirejs/-/requirejs-2.3.3.tgz#aa59fd3a0287eaf407959a138228044b5dd6a6a3"
integrity sha1-qln9OgKH6vQHlZoTgigES13WpqM=

[email protected]:
[email protected], requirejs@^2.3.3:
version "2.3.7"
resolved "https://registry.yarnpkg.com/requirejs/-/requirejs-2.3.7.tgz#0b22032e51a967900e0ae9f32762c23a87036bd0"
integrity sha512-DouTG8T1WanGok6Qjg2SXuCMzszOo0eHeH9hDZ5Y4x8Je+9JB38HdTLT4/VA8OaUhBa0JPVHJ0pyBkM1z+pDsw==
Expand Down

0 comments on commit 93da048

Please sign in to comment.