Skip to content

Commit

Permalink
Bump some deps (#9406)
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Dec 7, 2023
1 parent bad439d commit 296a787
Show file tree
Hide file tree
Showing 9 changed files with 930 additions and 856 deletions.
9 changes: 8 additions & 1 deletion package.json
Expand Up @@ -71,5 +71,12 @@
"type": "opencollective",
"url": "https://opencollective.com/parcel"
},
"packageManager": "yarn@1.22.19"
"packageManager": "yarn@1.22.19",
"_": "See issue #9405 for the Vue problem",
"__": "The watcher complains about non-existing dirs in the integration tests on >=2.3.0",
"resolutions": {
"@parcel/watcher": "~2.2.0",
"@vue/compiler-sfc": "~3.2.47",
"vue": "~3.2.47"
}
}
1 change: 0 additions & 1 deletion packages/core/integration-tests/package.json
Expand Up @@ -23,7 +23,6 @@
"@mdx-js/react": "^1.5.3",
"autoprefixer": "^10.4.0",
"chalk": "^4.1.0",
"codecov": "^3.0.0",
"command-exists": "^1.2.6",
"core-js": "^3.2.1",
"cross-env": "^7.0.0",
Expand Down
Expand Up @@ -11,7 +11,7 @@ export default function test(params: Params): number;
export function foo(): number;
export var x: number;
export var hi: number;
export declare module mod {
export declare namespace mod {
function bar(): number;
}

Expand Down
Expand Up @@ -11,7 +11,7 @@ export function test(params: Params): number;
export function foo(): number;
export var x: number;
export var hi: number;
export declare module mod {
export declare namespace mod {
function bar(): number;
}

Expand Down
6 changes: 6 additions & 0 deletions packages/core/integration-tests/test/javascript.js
Expand Up @@ -5191,6 +5191,12 @@ describe('javascript', function () {
it('should not use arrow functions for reexport declarations unless supported', async function () {
let b = await bundle(
path.join(__dirname, 'integration/js-export-arrow-support/index.js'),
{
// Remove comments containing "=>"
defaultTargetOptions: {
shouldOptimize: true,
},
},
);
let content = await outputFS.readFile(b.getBundles()[0].filePath, 'utf8');
assert(!content.includes('=>'));
Expand Down
1 change: 0 additions & 1 deletion packages/core/is-v2-ready-yet/package.json
Expand Up @@ -20,7 +20,6 @@
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.22.14",
"@babel/preset-react": "^7.22.5"
}
Expand Down
3 changes: 0 additions & 3 deletions packages/dev/babel-preset/package.json
Expand Up @@ -9,9 +9,6 @@
"directory": "packages/dev/babel-preset"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-modules-commonjs": "^7.22.11",
"@babel/preset-env": "^7.22.14",
"@babel/preset-flow": "^7.22.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/create-react-app/package.json
Expand Up @@ -26,7 +26,7 @@
"commander": "^7.0.0",
"ncp": "^2.0.0",
"rimraf": "^3.0.2",
"simple-git": "^2.26.0",
"simple-git": "^3.21.0",
"tempy": "^0.2.1",
"v8-compile-cache": "^2.0.0"
},
Expand Down
1,760 changes: 913 additions & 847 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 296a787

Please sign in to comment.