Skip to content

Commit

Permalink
publish latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dmail committed Nov 4, 2024
1 parent bb760b7 commit c303923
Show file tree
Hide file tree
Showing 17 changed files with 49 additions and 49 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/core",
"version": "39.5.16",
"version": "39.5.17",
"description": "Tool to develop, test and build js projects",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -76,10 +76,10 @@
"@jsenv/integrity": "0.0.2",
"@jsenv/js-module-fallback": "1.3.48",
"@jsenv/node-esm-resolution": "1.0.6",
"@jsenv/plugin-bundling": "2.7.14",
"@jsenv/plugin-minification": "1.5.9",
"@jsenv/plugin-bundling": "2.7.16",
"@jsenv/plugin-minification": "1.5.10",
"@jsenv/plugin-supervisor": "1.5.23",
"@jsenv/plugin-transpilation": "1.4.82",
"@jsenv/plugin-transpilation": "1.4.83",
"@jsenv/runtime-compat": "1.3.1",
"@jsenv/server": "15.3.1",
"@jsenv/sourcemap": "1.2.25",
Expand Down Expand Up @@ -108,7 +108,7 @@
"@playwright/browser-webkit": "1.48.2",
"anchor-markdown-header": "0.7.0",
"babel-plugin-transform-async-to-promises": "0.8.18",
"eslint": "9.13.0",
"eslint": "9.14.0",
"marked": "14.1.3",
"open": "10.1.0",
"playwright": "1.48.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/independent/eslint-config-relax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/eslint-config-relax",
"version": "1.2.11",
"version": "1.2.12",
"description": "A pleaseant ESLint configuration for any project",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"scripts": {},
"dependencies": {
"@babel/eslint-parser": "7.25.9",
"globals": "15.11.0",
"globals": "15.12.0",
"@jsenv/eslint-import-resolver": "8.2.0",
"@jsenv/urls": "2.5.2",
"eslint-plugin-import-x": "4.4.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.24.3",
"rollup": "4.24.4",
"@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/snapshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/snapshot",
"version": "2.11.14",
"version": "2.11.15",
"description": "Snapshot testing",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"@jsenv/exception": "1.1.3",
"@jsenv/humanize": "1.2.8",
"@jsenv/filesystem": "4.10.11",
"@jsenv/terminal-recorder": "1.4.14",
"@jsenv/terminal-recorder": "1.4.15",
"@jsenv/urls": "2.5.2",
"@jsenv/utils": "2.1.2",
"ansi-regex": "6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/independent/terminal-recorder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/terminal-recorder",
"version": "1.4.14",
"version": "1.4.15",
"description": "Record terminal output as .svg, .gif, .webm, .mp4",
"license": "MIT",
"repository": {
Expand Down
6 changes: 3 additions & 3 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.14",
"version": "2.7.16",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -25,8 +25,8 @@
"@jsenv/url-meta": "8.5.2",
"@jsenv/urls": "2.5.2",
"@jsenv/sourcemap": "1.2.25",
"lightningcss": "1.27.0",
"rollup": "4.24.3"
"lightningcss": "1.28.1",
"rollup": "4.24.4"
},
"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.9",
"version": "1.5.10",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
],
"dependencies": {
"html-minifier": "4.0.0",
"lightningcss": "1.27.0",
"lightningcss": "1.28.1",
"terser": "5.36.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/internal/plugin-transpilation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/plugin-transpilation",
"version": "1.4.82",
"version": "1.4.83",
"description": "TODO",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -56,6 +56,6 @@
"@jsenv/runtime-compat": "1.3.1",
"babel-plugin-transform-async-to-promises": "0.8.18",
"construct-style-sheets-polyfill": "3.1.0",
"lightningcss": "1.27.0"
"lightningcss": "1.28.1"
}
}
2 changes: 1 addition & 1 deletion packages/related/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/cli",
"version": "0.1.59",
"version": "0.1.60",
"description": "Command Line Interface for jsenv",
"license": "MIT",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/related/cli/template-node-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
},
"devDependencies": {
"@jsenv/assert": "4.4.1",
"@jsenv/core": "39.5.16",
"@jsenv/eslint-config-relax": "1.2.11",
"@jsenv/core": "39.5.17",
"@jsenv/eslint-config-relax": "1.2.12",
"@jsenv/test": "3.5.20",
"eslint": "9.13.0",
"eslint": "9.14.0",
"prettier": "3.3.3"
}
}
10 changes: 5 additions & 5 deletions packages/related/cli/template-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"@babel/plugin-syntax-import-assertions": "7.26.0",
"@jsenv/custom-elements-redefine": "0.0.1",
"@jsenv/assert": "4.4.1",
"@jsenv/core": "39.5.16",
"@jsenv/plugin-bundling": "2.7.14",
"@jsenv/plugin-minification": "1.5.9",
"@jsenv/eslint-config-relax": "1.2.11",
"@jsenv/core": "39.5.17",
"@jsenv/plugin-bundling": "2.7.16",
"@jsenv/plugin-minification": "1.5.10",
"@jsenv/eslint-config-relax": "1.2.12",
"@jsenv/test": "3.5.20",
"eslint": "9.13.0",
"eslint": "9.14.0",
"open": "10.1.0",
"@playwright/browser-chromium": "1.48.2",
"prettier": "3.3.3"
Expand Down
10 changes: 5 additions & 5 deletions packages/related/cli/template-web-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"@babel/plugin-syntax-import-assertions": "7.26.0",
"@babel/plugin-transform-react-jsx": "7.25.9",
"@jsenv/assert": "4.4.1",
"@jsenv/core": "39.5.16",
"@jsenv/core": "39.5.17",
"@jsenv/plugin-preact": "1.6.24",
"@jsenv/plugin-bundling": "2.7.14",
"@jsenv/plugin-minification": "1.5.9",
"@jsenv/eslint-config-relax": "1.2.11",
"@jsenv/plugin-bundling": "2.7.16",
"@jsenv/plugin-minification": "1.5.10",
"@jsenv/eslint-config-relax": "1.2.12",
"@jsenv/test": "3.5.20",
"eslint": "9.13.0",
"eslint": "9.14.0",
"open": "10.1.0",
"@playwright/browser-chromium": "1.48.2",
"prettier": "3.3.3"
Expand Down
12 changes: 6 additions & 6 deletions packages/related/cli/template-web-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"@babel/plugin-syntax-import-assertions": "7.26.0",
"@babel/plugin-transform-react-jsx": "7.25.9",
"@jsenv/assert": "4.4.1",
"@jsenv/core": "39.5.16",
"@jsenv/plugin-react": "1.5.42",
"@jsenv/plugin-bundling": "2.7.14",
"@jsenv/plugin-minification": "1.5.9",
"@jsenv/eslint-config-relax": "1.2.11",
"@jsenv/core": "39.5.17",
"@jsenv/plugin-react": "1.5.43",
"@jsenv/plugin-bundling": "2.7.16",
"@jsenv/plugin-minification": "1.5.10",
"@jsenv/eslint-config-relax": "1.2.12",
"@jsenv/test": "3.5.20",
"eslint": "9.13.0",
"eslint": "9.14.0",
"open": "10.1.0",
"@playwright/browser-chromium": "1.48.2",
"prettier": "3.3.3"
Expand Down
10 changes: 5 additions & 5 deletions packages/related/cli/template-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"devDependencies": {
"@babel/plugin-syntax-import-assertions": "7.26.0",
"@jsenv/assert": "4.4.1",
"@jsenv/core": "39.5.16",
"@jsenv/eslint-config-relax": "1.2.11",
"@jsenv/plugin-bundling": "2.7.14",
"@jsenv/plugin-minification": "1.5.9",
"@jsenv/core": "39.5.17",
"@jsenv/eslint-config-relax": "1.2.12",
"@jsenv/plugin-bundling": "2.7.16",
"@jsenv/plugin-minification": "1.5.10",
"@jsenv/test": "3.5.20",
"eslint": "9.13.0",
"eslint": "9.14.0",
"open": "10.1.0",
"@playwright/browser-chromium": "1.48.2",
"prettier": "3.3.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/related/plugin-as-js-classic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/plugin-as-js-classic",
"version": "1.5.59",
"version": "1.5.60",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -23,6 +23,6 @@
"dependencies": {
"@jsenv/urls": "2.5.2",
"@jsenv/js-module-fallback": "1.3.48",
"@jsenv/plugin-bundling": "2.7.14"
"@jsenv/plugin-bundling": "2.7.16"
}
}
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.28",
"version": "2.8.29",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"cjs-module-lexer": "1.4.1",
"is-valid-identifier": "2.0.2",
"resolve": "1.22.8",
"rollup": "4.24.3",
"rollup": "4.24.4",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-polyfill-node": "0.13.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/related/plugin-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/plugin-react",
"version": "1.5.42",
"version": "1.5.43",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
"@babel/plugin-transform-react-jsx": "7.25.9",
"@babel/plugin-transform-react-jsx-development": "7.25.9",
"@jsenv/ast": "6.3.4",
"@jsenv/plugin-commonjs": "2.8.28",
"@jsenv/plugin-commonjs": "2.8.29",
"@jsenv/sourcemap": "1.2.25",
"@jsenv/url-meta": "8.5.2",
"react-refresh": "0.14.2"
Expand Down

0 comments on commit c303923

Please sign in to comment.