Skip to content

Commit 971875a

Browse files
committed
chore: bump pnpm to v9.6.0
1 parent e3ffe00 commit 971875a

File tree

5 files changed

+5532
-4646
lines changed

5 files changed

+5532
-4646
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ node_modules/
33
npm-debug.log
44
coverage/
55
dist/
6+
.idea/

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
shell-emulator=true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "floating-vue-monorepo",
3-
"packageManager": "pnpm@8.6.2",
3+
"packageManager": "pnpm@9.6.0",
44
"version": "5.2.2",
55
"private": true,
66
"scripts": {

packages/floating-vue/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Easy Vue tooltips, dropdowns, menus & popovers using floating-ui",
55
"author": "Guillaume Chau <[email protected]>",
66
"scripts": {
7-
"dev": "cross-env NODE_ENV=development vite build --watch",
8-
"build": "cross-env NODE_ENV=production vite build && vue-tsc -d --emitDeclarationOnly",
7+
"dev": "NODE_ENV=development vite build --watch",
8+
"build": "NODE_ENV=production vite build && vue-tsc -d --emitDeclarationOnly",
99
"prepublishOnly": "pnpm run test && pnpm run build",
1010
"test": "pnpm run test:unit",
1111
"test:unit": "peeky run"
@@ -48,7 +48,6 @@
4848
"@vitejs/plugin-vue": "^4.2.3",
4949
"@vue/test-utils": "^1.3.6",
5050
"babel-jest": "^29.5.0",
51-
"cross-env": "^7.0.3",
5251
"fs-extra": "^11.1.1",
5352
"vite": "^4.3.9",
5453
"vue": "^3.3.4",

0 commit comments

Comments
 (0)