Save exact versions of packages
This commit is contained in:
parent
c553cf0e35
commit
44fc296f6f
3 changed files with 1790 additions and 3621 deletions
1
.npmrc
Normal file
1
.npmrc
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
save-exact = true
|
||||||
5348
package-lock.json
generated
5348
package-lock.json
generated
File diff suppressed because it is too large
Load diff
62
package.json
62
package.json
|
|
@ -14,38 +14,38 @@
|
||||||
"build-storybook": "build-storybook"
|
"build-storybook": "build-storybook"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro-icon": "^0.7.3",
|
"astro-icon": "0.7.3",
|
||||||
"clsx": "^1.2.1",
|
"clsx": "1.2.1",
|
||||||
"prettier-plugin-astro": "^0.5.3",
|
"prettier-plugin-astro": "0.5.3",
|
||||||
"react": "^18.2.0",
|
"react": "18.2.0",
|
||||||
"react-dom": "^18.2.0"
|
"react-dom": "18.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/react": "^1.0.0",
|
"@astrojs/react": "1.0.0",
|
||||||
"@astrojs/tailwind": "^1.0.0",
|
"@astrojs/tailwind": "1.0.0",
|
||||||
"@types/react": "^18.0.17",
|
"@types/react": "18.0.17",
|
||||||
"@types/react-dom": "^18.0.6",
|
"@types/react-dom": "18.0.6",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.35.1",
|
"@typescript-eslint/eslint-plugin": "5.35.1",
|
||||||
"@typescript-eslint/parser": "^5.35.1",
|
"@typescript-eslint/parser": "5.35.1",
|
||||||
"astro": "^1.0.8",
|
"astro": "1.0.8",
|
||||||
"eslint": "^8.23.0",
|
"eslint": "8.23.0",
|
||||||
"eslint-config-airbnb": "^19.0.4",
|
"eslint-config-airbnb": "19.0.4",
|
||||||
"eslint-config-airbnb-typescript": "^17.0.0",
|
"eslint-config-airbnb-typescript": "17.0.0",
|
||||||
"eslint-config-prettier": "^8.5.0",
|
"eslint-config-prettier": "8.5.0",
|
||||||
"eslint-import-resolver-typescript": "^3.5.0",
|
"eslint-import-resolver-typescript": "3.5.0",
|
||||||
"eslint-plugin-astro": "^0.17.1",
|
"eslint-plugin-astro": "0.17.1",
|
||||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
"eslint-plugin-eslint-comments": "3.2.0",
|
||||||
"eslint-plugin-file-progress": "^1.3.0",
|
"eslint-plugin-file-progress": "1.3.0",
|
||||||
"eslint-plugin-import": "^2.26.0",
|
"eslint-plugin-import": "2.26.0",
|
||||||
"eslint-plugin-jsx-a11y": "^6.6.1",
|
"eslint-plugin-jsx-a11y": "6.6.1",
|
||||||
"eslint-plugin-prettier": "^4.2.1",
|
"eslint-plugin-prettier": "4.2.1",
|
||||||
"eslint-plugin-react": "^7.31.0",
|
"eslint-plugin-react": "7.31.0",
|
||||||
"eslint-plugin-react-hooks": "^4.6.0",
|
"eslint-plugin-react-hooks": "4.6.0",
|
||||||
"eslint-plugin-simple-import-sort": "^7.0.0",
|
"eslint-plugin-simple-import-sort": "7.0.0",
|
||||||
"postcss": "^8.4.16",
|
"postcss": "8.4.16",
|
||||||
"prettier": "^2.7.1",
|
"prettier": "2.7.1",
|
||||||
"tailwindcss": "^3.1.8",
|
"tailwindcss": "3.1.8",
|
||||||
"vite": "^3.0.9",
|
"vite": "3.0.9",
|
||||||
"vite-tsconfig-paths": "^3.5.0"
|
"vite-tsconfig-paths": "3.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue