Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmail committed Aug 20, 2024
1 parent 48dc800 commit ba6676a
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 18 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@
"@jsenv/plugin-as-js-classic": "workspace:*",
"@jsenv/snapshot": "workspace:*",
"@jsenv/test": "workspace:*",
"@playwright/browser-chromium": "1.46.0",
"@playwright/browser-firefox": "1.46.0",
"@playwright/browser-webkit": "1.46.0",
"@playwright/browser-chromium": "1.46.1",
"@playwright/browser-firefox": "1.46.1",
"@playwright/browser-webkit": "1.46.1",
"babel-plugin-transform-async-to-promises": "0.8.18",
"eslint": "9.9.0",
"marked": "14.0.0",
"open": "10.1.0",
"playwright": "1.46.0",
"playwright": "1.46.1",
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "4.0.0",
"strip-ansi": "7.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/independent/eslint-import-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"prepublishOnly": "npm run build"
},
"devDependencies": {
"rollup": "4.20.0",
"rollup": "4.21.0",
"@jsenv/filesystem": "../filesystem/",
"@jsenv/importmap": "1.2.1",
"@jsenv/node-esm-resolution": "1.0.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/independent/terminal-recorder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"dependencies": {
"@jsenv/humanize": "1.2.8",
"@jsenv/server": "15.3.1",
"@playwright/browser-chromium": "1.46.0",
"@playwright/browser-chromium": "1.46.1",
"ansi-regex": "6.0.1",
"he": "1.2.0",
"playwright": "1.46.0",
"playwright": "1.46.1",
"string-width": "5.1.2",
"strip-ansi": "7.1.0",
"webm-to-mp4": "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/independent/workflow/monorepo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/monorepo",
"version": "0.1.1",
"version": "0.1.2",
"description": "Helpers to manage packages in a monorepo",
"license": "MIT",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ export const upgradeExternalVersions = async ({ directoryUrl }) => {
if (version === "*") {
return;
}
if (version.startsWith("workspace:")) {
return;
}
const existing = externalPackages[name];
if (existing) {
externalPackages[name].push({
Expand Down
4 changes: 2 additions & 2 deletions packages/internal/plugin-bundling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/plugin-bundling",
"version": "2.7.8",
"version": "2.7.9",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"@jsenv/urls": "2.5.2",
"@jsenv/sourcemap": "1.2.23",
"lightningcss": "1.26.0",
"rollup": "4.20.0"
"rollup": "4.21.0"
},
"peerDependencies": {
"@jsenv/core": "*"
Expand Down
4 changes: 2 additions & 2 deletions packages/internal/plugin-minification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/plugin-minification",
"version": "1.5.5",
"version": "1.5.6",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"html-minifier": "4.0.0",
"lightningcss": "1.26.0",
"terser": "5.31.5"
"terser": "5.31.6"
},
"peerDependencies": {
"@jsenv/core": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/related/cli/template-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@jsenv/test": "3.5.1",
"eslint": "9.9.0",
"open": "10.1.0",
"@playwright/browser-chromium": "1.46.0",
"@playwright/browser-chromium": "1.46.1",
"prettier": "3.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/related/cli/template-web-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@jsenv/test": "3.5.1",
"eslint": "9.9.0",
"open": "10.1.0",
"@playwright/browser-chromium": "1.46.0",
"@playwright/browser-chromium": "1.46.1",
"prettier": "3.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/related/cli/template-web-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@jsenv/test": "3.5.1",
"eslint": "9.9.0",
"open": "10.1.0",
"@playwright/browser-chromium": "1.46.0",
"@playwright/browser-chromium": "1.46.1",
"prettier": "3.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/related/cli/template-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@jsenv/test": "3.5.1",
"eslint": "9.9.0",
"open": "10.1.0",
"@playwright/browser-chromium": "1.46.0",
"@playwright/browser-chromium": "1.46.1",
"prettier": "3.3.3"
}
}
4 changes: 2 additions & 2 deletions packages/related/plugin-commonjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/plugin-commonjs",
"version": "2.8.13",
"version": "2.8.14",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"cjs-module-lexer": "1.3.1",
"is-valid-identifier": "2.0.2",
"resolve": "1.22.8",
"rollup": "4.20.0",
"rollup": "4.21.0",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-polyfill-node": "0.13.0"
}
Expand Down

0 comments on commit ba6676a

Please sign in to comment.