Skip to content

Commit

Permalink
Merge branch 'master' of github.com:vanilla-extract-css/vanilla-extra…
Browse files Browse the repository at this point in the history
…ct into pnpm-node-bump
  • Loading branch information
askoufis committed Oct 24, 2023
2 parents da4017c + 1dbd56c commit f8dd267
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,14 @@
"dependencies": {
"@emotion/hash": "^0.9.0",
"@vanilla-extract/private": "^1.0.3",
"ahocorasick": "1.0.2",
"chalk": "^4.1.1",
"css-what": "^6.1.0",
"cssesc": "^3.0.0",
"csstype": "^3.0.7",
"deep-object-diff": "^1.1.9",
"deepmerge": "^4.2.2",
"media-query-parser": "^2.0.2",
"modern-ahocorasick": "^1.0.0",
"outdent": "^0.8.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/css/src/transformCss.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { getVarName } from '@vanilla-extract/private';
import cssesc from 'cssesc';
import AhoCorasick from 'ahocorasick';
import AhoCorasick from 'modern-ahocorasick';

import type {
CSS,
Expand Down
35 changes: 18 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f8dd267

Please sign in to comment.