Skip to content

Commit c799c74

Browse files
committed
Merge branch 'main' of https://github.com/nuxt-modules/emotion into chore/upgrade-emotion
2 parents 87d982f + 8710d7f commit c799c74

File tree

5 files changed

+8487
-878
lines changed

5 files changed

+8487
-878
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ node_modules
88
coverage
99
dist
1010
.idea
11+
.output

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
### Patch Changes
66

77
- Upgrade emotion packages and add changesets publish workflow
8+
## 1.0.0
9+
10+
### Major Changes
11+
12+
- Support Nuxt 3
813

914
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
1015

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,22 @@
2727
"dependencies": {
2828
"@emotion/css": "^11.10.6",
2929
"@emotion/server": "^11.10.0",
30-
"@nuxt/kit": "^3.0.0"
30+
"@nuxt/kit": "^3.2.2"
3131
},
3232
"devDependencies": {
3333
"@changesets/cli": "^2.26.0",
3434
"@nuxt/module-builder": "^0.2.1",
35-
"@nuxt/schema": "^3.0.0",
36-
"@nuxt/test-utils": "^3.0.0",
35+
"@nuxt/schema": "^3.2.2",
36+
"@nuxt/test-utils": "^3.2.2",
3737
"@nuxtjs/eslint-config-typescript": "^12.0.0",
38-
"@typescript-eslint/eslint-plugin": "^5.0.0",
39-
"eslint": "^8.32.0",
38+
"@typescript-eslint/eslint-plugin": "^5.53.0",
39+
"eslint": "^8.34.0",
4040
"eslint-plugin-prettier": "^4.2.1",
41-
"eslint-plugin-promise": "^6.0.0",
42-
"nuxt": "^3.0.0",
43-
"prettier": "^2.8.3",
41+
"eslint-plugin-promise": "^6.1.1",
42+
"nuxt": "^3.2.2",
43+
"prettier": "^2.8.4",
4444
"typescript": "*",
45-
"vitest": "^0.27.2"
45+
"vitest": "^0.28.5"
4646
},
4747
"publishConfig": {
4848
"access": "public"

0 commit comments

Comments
 (0)