Fix async lifecycle ordering, add _spa_init boot phase, update to jqhtml _load_only/_load_render_only flags
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
15
node_modules/css-tree/package.json
generated
vendored
15
node_modules/css-tree/package.json
generated
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "css-tree",
|
||||
"version": "3.1.0",
|
||||
"version": "3.2.1",
|
||||
"description": "A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations",
|
||||
"author": "Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)",
|
||||
"license": "MIT",
|
||||
@@ -19,6 +19,7 @@
|
||||
],
|
||||
"type": "module",
|
||||
"module": "./lib/index.js",
|
||||
"sideEffects": false,
|
||||
"main": "./cjs/index.cjs",
|
||||
"exports": {
|
||||
".": {
|
||||
@@ -99,17 +100,17 @@
|
||||
"prepublishOnly": "npm run lint-and-test && npm run build-and-test"
|
||||
},
|
||||
"dependencies": {
|
||||
"mdn-data": "2.12.2",
|
||||
"source-map-js": "^1.0.1"
|
||||
"mdn-data": "2.27.1",
|
||||
"source-map-js": "^1.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"c8": "^7.12.0",
|
||||
"c8": "^11.0.0",
|
||||
"clap": "^2.0.1",
|
||||
"esbuild": "^0.24.0",
|
||||
"eslint": "^8.4.1",
|
||||
"esbuild": "^0.27.3",
|
||||
"eslint": "^8.50.0",
|
||||
"json-to-ast": "^2.1.0",
|
||||
"mocha": "^9.2.2",
|
||||
"rollup": "^2.79.2"
|
||||
"rollup": "^2.80.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
|
||||
|
||||
Reference in New Issue
Block a user