@cssfn/css-types
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,2 +0,1 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
export {}; |
{ | ||
"name": "@cssfn/css-types", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "CSS typescript definitions.", | ||
"type": "module", | ||
"main": "dist/css-types.js", | ||
@@ -25,6 +26,6 @@ "types": "dist/css-types.d.ts", | ||
"dependencies": { | ||
"@cssfn/jss-plugin-extend": "^1.0.0", | ||
"@cssfn/types": "^1.0.2", | ||
"csstype": "^3.0.9" | ||
"@cssfn/jss-plugin-extend": "^1.0.1", | ||
"@cssfn/types": "^1.0.3", | ||
"csstype": "^3.0.10" | ||
} | ||
} |
@@ -27,5 +27,5 @@ { | ||
/* Modules */ | ||
"module": "commonjs", /* Specify what module code is generated. */ | ||
"module": "ESNext", /* Specify what module code is generated. */ | ||
// "rootDir": "./", /* Specify the root folder within your source files. */ | ||
// "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */ | ||
"moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */ | ||
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */ | ||
@@ -32,0 +32,0 @@ // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */ |
Yes
13125
129
Updated@cssfn/types@^1.0.3
Updatedcsstype@^3.0.10