@vanilla-extract/vite-plugin 3.6.0 → 3.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -34,7 +34,7 @@ Basically, it’s [“CSS Modules](https://github.com/css-modules/css-modules)-i
34
34
 
35
35
  ---
36
36
 
37
- 🖥   [Try it out for yourself in CodeSandbox.](https://codesandbox.io/s/github/seek-oss/vanilla-extract/tree/master/examples/webpack-react?file=/src/App.css.ts)
37
+ 🖥   [Try it out for yourself in CodeSandbox.](https://codesandbox.io/s/github/vanilla-extract-css/vanilla-extract/tree/master/examples/webpack-react?file=/src/App.css.ts)
38
38
 
39
39
  ---
40
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vanilla-extract/vite-plugin",
3
- "version": "3.6.0",
3
+ "version": "3.6.1",
4
4
  "description": "Zero-runtime Stylesheets-in-TypeScript",
5
5
  "main": "dist/vanilla-extract-vite-plugin.cjs.js",
6
6
  "module": "dist/vanilla-extract-vite-plugin.esm.js",
@@ -9,7 +9,7 @@
9
9
  ],
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "https://github.com/seek-oss/vanilla-extract.git",
12
+ "url": "https://github.com/vanilla-extract-css/vanilla-extract.git",
13
13
  "directory": "packages/vite-plugin"
14
14
  },
15
15
  "author": "SEEK",
@@ -24,6 +24,6 @@
24
24
  "vite": "^2.7.0"
25
25
  },
26
26
  "peerDependencies": {
27
- "vite": "^2.2.3"
27
+ "vite": "^2.2.3 || ^3.0.0"
28
28
  }
29
29
  }