Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dmail committed Oct 19, 2023
1 parent 85d5165 commit a93d5dc
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 20 deletions.
7 changes: 6 additions & 1 deletion experiment/lit_typescript/dist/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
/* eslint-disable no-unused-vars */
import { html, css } from "lit";
import { customElement, property } from "lit/decorators.js";
console.log({ html: html, css: css, customElement: customElement, property: property });
console.log({
html: html,
css: css,
customElement: customElement,
property: property,
});
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/importmap-node-module",
"version": "5.5.2",
"version": "5.5.3",
"description": "Generate importmap for node_modules",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -36,33 +36,33 @@
"prettier": "prettier --write ."
},
"dependencies": {
"@babel/core": "7.22.5",
"@babel/traverse": "7.22.5",
"@jsenv/filesystem": "4.2.3",
"@babel/core": "7.23.2",
"@babel/traverse": "7.23.2",
"@jsenv/filesystem": "4.3.2",
"@jsenv/importmap": "1.2.1",
"@jsenv/logger": "4.1.1",
"@jsenv/urls": "2.0.0",
"@jsenv/urls": "2.2.1",
"parse5": "7.1.2"
},
"devDependencies": {
"@babel/eslint-parser": "7.22.5",
"@babel/eslint-parser": "7.22.15",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.22.5",
"@babel/plugin-proposal-decorators": "7.23.2",
"@babel/plugin-syntax-jsx": "7.22.5",
"@babel/plugin-syntax-import-assertions": "7.22.5",
"@jsenv/assert": "2.8.1",
"@jsenv/assert": "2.11.0",
"@jsenv/babel-preset": "1.1.3",
"@jsenv/core": "36.3.0",
"@jsenv/eslint-config": "16.3.9",
"@jsenv/github-release-package": "1.5.2",
"@jsenv/core": "38.2.10",
"@jsenv/eslint-config": "16.4.4",
"@jsenv/github-release-package": "1.5.3",
"@jsenv/importmap-eslint-resolver": "5.2.5",
"@jsenv/package-publish": "1.10.2",
"@jsenv/performance-impact": "4.1.1",
"@jsenv/server": "15.0.3",
"@jsenv/test": "1.3.0",
"eslint": "8.42.0",
"@jsenv/package-publish": "1.10.3",
"@jsenv/performance-impact": "4.1.3",
"@jsenv/server": "15.1.3",
"@jsenv/test": "1.7.2",
"eslint": "8.51.0",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-import": "2.27.5",
"prettier": "2.8.8"
"eslint-plugin-import": "2.28.1",
"prettier": "3.0.3"
}
}
2 changes: 1 addition & 1 deletion tests/entry_point_check/html_script_module/root/main.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<meta charset="utf8" />
Expand Down

0 comments on commit a93d5dc

Please sign in to comment.