Skip to content

Commit 869b690

Browse files
committed
feat: .npmrc demo work config
1 parent b13ea17 commit 869b690

File tree

7 files changed

+572
-255
lines changed

7 files changed

+572
-255
lines changed

.npmrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
registry=http://registry.npmmirror.com/
22
shamefully-hoist=true
3-
git-checks=false
3+
git-checks=false
4+
hoist-pattern[]=!tailwindcss

apps/next-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"prepare": "tw-patch"
1111
},
1212
"dependencies": {
13-
"@types/node": "18.16.2",
13+
"@types/node": "18.16.3",
1414
"@types/react": "18.2.0",
1515
"@types/react-dom": "18.2.1",
1616
"autoprefixer": "10.4.14",
1717
"eslint": "8.39.0",
18-
"eslint-config-next": "13.3.1",
19-
"next": "13.3.1",
18+
"eslint-config-next": "13.3.2",
19+
"next": "13.3.2",
2020
"postcss": "8.4.23",
2121
"react": "18.2.0",
2222
"react-dom": "18.2.0",

apps/nuxt-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"prepare": "tw-patch"
1111
},
1212
"devDependencies": {
13-
"@types/node": "^18.16.2",
13+
"@types/node": "^18.16.3",
1414
"autoprefixer": "^10.4.14",
1515
"nuxt": "^3.4.3",
1616
"postcss": "^8.4.23",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"@icebreakers/tsconfig": "^0.0.6",
2525
"@tsconfig/recommended": "^1.0.2",
2626
"@types/jest": "^29.5.1",
27-
"@types/node": "^18.16.2",
27+
"@types/node": "^18.16.3",
2828
"cross-env": "^7.0.3",
2929
"eslint": "^8.39.0",
3030
"jest": "^29.5.0",
3131
"only-allow": "^1.1.1",
3232
"prettier": "^2.8.8",
33-
"rollup": "^3.21.0",
33+
"rollup": "^3.21.2",
3434
"ts-jest": "^29.1.0",
3535
"ts-node": "^10.9.1",
3636
"turbo": "^1.9.3",

packages/tailwindcss-patch/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"tailwindcss": "^3.3.2"
4242
},
4343
"dependencies": {
44-
"@babel/generator": "^7.21.4",
45-
"@babel/parser": "^7.21.4",
46-
"@babel/traverse": "^7.21.4",
47-
"@babel/types": "^7.21.4",
44+
"@babel/generator": "^7.21.5",
45+
"@babel/parser": "^7.21.5",
46+
"@babel/traverse": "^7.21.5",
47+
"@babel/types": "^7.21.5",
4848
"resolve": "^1.22.2",
4949
"semver": "^7.5.0"
5050
},

packages/unplugin-tailwindcss-mangle/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@
6868
"author": "SonOfMagic <[email protected]>",
6969
"license": "MIT",
7070
"dependencies": {
71-
"@babel/core": "^7.21.4",
72-
"@babel/types": "^7.21.4",
71+
"@babel/core": "^7.21.5",
72+
"@babel/types": "^7.21.5",
7373
"micromatch": "^4.0.5",
7474
"parse5": "^7.1.2",
7575
"postcss": "^8.4.23",
76-
"postcss-selector-parser": "^6.0.11",
76+
"postcss-selector-parser": "^6.0.12",
7777
"semver": "^7.5.0",
7878
"tailwindcss-patch": "workspace:^",
7979
"unplugin": "^1.3.1"

0 commit comments

Comments
 (0)