create-packer 1.45.17 → 1.45.18

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-packer",
3
- "version": "1.45.17",
3
+ "version": "1.45.18",
4
4
  "main": "index.js",
5
5
  "repository": "https://github.com/kevily/create-packer",
6
6
  "author": "1k <bug_zero@163.com>",
@@ -3,6 +3,5 @@
3
3
  "dbaeumer.vscode-eslint",
4
4
  "stylelint.vscode-stylelint",
5
5
  "esbenp.prettier-vscode",
6
- "styled-components.vscode-styled-components"
7
6
  ]
8
7
  }
@@ -7,7 +7,7 @@
7
7
  - Typescript
8
8
  - react-router
9
9
  - Zustand
10
- - styled-components
10
+ - tss-react
11
11
  - Eslint
12
12
  - Prettier
13
13
  - axios
@@ -1,11 +1,11 @@
1
- import { useHomeData } from '@/shared/service'
2
- import { useStyles } from './view.css'
3
-
4
- export default function Home() {
5
- const { data } = useHomeData()
6
- const { classes } = useStyles()
7
-
8
- console.log('data', data)
9
-
10
- return <div className={classes.root}>sdfs</div>
11
- }
1
+ import { useHomeData } from '@/shared/service'
2
+ import { useStyles } from './view.css'
3
+
4
+ export default function Home() {
5
+ const { data } = useHomeData()
6
+ const { classes } = useStyles()
7
+
8
+ console.log('data', data)
9
+
10
+ return <div className={classes.root}>sdfs</div>
11
+ }
@@ -3,6 +3,5 @@
3
3
  "dbaeumer.vscode-eslint",
4
4
  "stylelint.vscode-stylelint",
5
5
  "esbenp.prettier-vscode",
6
- "styled-components.vscode-styled-components"
7
6
  ]
8
7
  }
@@ -7,7 +7,7 @@
7
7
  - Typescript
8
8
  - react-router
9
9
  - Zustand
10
- - styled-components
10
+ - tss-react
11
11
  - Eslint
12
12
  - Prettier
13
13
  - axios
@@ -3,6 +3,5 @@
3
3
  "dbaeumer.vscode-eslint",
4
4
  "stylelint.vscode-stylelint",
5
5
  "esbenp.prettier-vscode",
6
- "styled-components.vscode-styled-components"
7
6
  ]
8
7
  }
@@ -6,7 +6,7 @@
6
6
  - React
7
7
  - Typescript
8
8
  - Zustand
9
- - Tailwindcss
9
+ - tss-react
10
10
  - Eslint
11
11
  - Prettier
12
12
  - axios