Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Sep 25, 2024
1 parent 3de0622 commit 0ef7c4d
Show file tree
Hide file tree
Showing 8 changed files with 139 additions and 71 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes to PostCSS Normalize

### 13.0.1

- Maintenance release after updating dependencies

### 13.0.0

- Pin versions of `@csstools/normalize.css` and `sanitize.css`
Expand Down
2 changes: 1 addition & 1 deletion index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var _documentCurrentScript = typeof document !== 'undefined' ? document.currentS
const assign = (...objects) => Object.assign(...objects);
const create = (...objects) => assign(Object.create(null), ...objects);

const require$1 = node_module.createRequire((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.src || new URL('index.cjs', document.baseURI).href)));
const require$1 = node_module.createRequire((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index.cjs', document.baseURI).href)));

// get resolved filenames for normalize.css
const normalizeCSS = require$1.resolve('@csstools/normalize.css');
Expand Down
Loading

0 comments on commit 0ef7c4d

Please sign in to comment.